SlideShare una empresa de Scribd logo
1 de 23
Descargar para leer sin conexión
Sirish Raghuram
Co-founder, CEO,
Platform9
Why OpenStack for VMware?
Private Clouds Made Easy
© 2015 Platform9 Systems, Inc. Webinar: Why OpenStack for VMware?
Speaker Bio
2
Sirish Raghuram
• Co-founder, CEO at Platform9
• Previously: Staff Engineer at VMware (12 years)
• Technical and Management responsibility for
multiple VMware products
© 2015 Platform9 Systems, Inc. Webinar: Why OpenStack for VMware?
• #1 platform for
private clouds
• #2 open source
project of all time
OpenStack Momentum
3
What is the value for a VMware environment?
Forget the hype…
© 2015 Platform9 Systems, Inc. Webinar: Why OpenStack for VMware?
• This session speaks to VMware environments
• But OpenStack isn’t limited to VMware
• See recording (March) for KVM. Upcoming talk for Docker
• We’ll be using Platform9 for demos
• Private clouds made easy
• Several other ways to deploy OpenStack
Preamble
5
© 2015 Platform9 Systems, Inc. Webinar: Why OpenStack for VMware?
OpenStack Architecture
6
Clarity UI
Nova
!
!
Cinder
Scheduler
Keystone
(Identity)
CLI / Tools Scripts Heat
(Orchestration)
Neutron
Glance
(Images)
Basic Storage
Compute
Basic Network
Block

Storage
Network

Controller
© 2015 Platform9 Systems, Inc. Webinar: Why OpenStack for VMware?
Platform9 Managed
OpenStack:
• Your servers host your data
• Platform9 hosts the
OpenStack controller as a
Service, with an SLA
• No need to install, monitor,
troubleshoot or upgrade
OpenStack
Platform9 Managed OpenStack
7
© 2015 Platform9 Systems, Inc. Webinar: Why OpenStack for VMware?
• Resource pooling
• Automates VM placement
• Intelligent placement based on resource utilization
• Automated IP Address Assignment
• Optionally, self-service provisioning
• Developers love this!
#1 — Self Service Automation
8
© 2015 Platform9 Systems, Inc. Webinar: Why OpenStack for VMware?
Resource Pooling
9
Devops
Austin

Infra
SFO

Infra
Resource Pool
© 2015 Platform9 Systems, Inc. Webinar: Why OpenStack for VMware?
• Segregate underlying infrastructure for different
classes of workloads (or users!)
• By workload, hardware type, geography or organization
• Illustrations:
• Test/Dev vs Production
• Tier 1 vs Tier 2
• SSD vs HDD
Intelligent Placement
10
© 2015 Platform9 Systems, Inc. Webinar: Why OpenStack for VMware?
Intelligent Placement
11
Devops
Tier-2

Infra
Tier-1

Infra
Resource Pool
Tier-2Tier-1
© 2015 Platform9 Systems, Inc. Webinar: Why OpenStack for VMware?
• Existing VMware clusters
• Platform9 beta 2 supports multiple clusters
• Or, multiple resource pools
• Or, multiple vCenters!
• Paired with OpenStack
• Instantly available for self-service automation
Demo
12
© 2015 Platform9 Systems, Inc. Webinar: Why OpenStack for VMware?
• REST: Simple, familiar pattern
• Any language - https://wiki.openstack.org/wiki/SDKs
• Vendor Neutral
• Stable, Versioned
• Clear separation of concerns
• Hosts, Storage, Network, Tenants, Users
• Nova (EC2), Cinder (EBS), Neutron (ELB), Swift (S3), Heat
(CloudFormation)
• Separation of physical vs virtual concepts
• Simpler, broader, but lacks very fine detail
#2 — AWS Like REST API
13
© 2015 Platform9 Systems, Inc. Webinar: Why OpenStack for VMware?
• vSphere Web Services API:
• https://pubs.vmware.com/vsphere-50/index.jsp?topic=
%2Fcom.vmware.wssdk.apiref.doc_50%2Fvim.vm.ConfigSpec
.html
• OpenStack API:
• http://docs.platform9.com/#a-idcreate-instanceapost-
v2tenant_idservers
• Observations:
• OpenStack API dramatically simpler, cuts out a lot of detail
• Includes key cloud constructs: e.g. Tenant
Illustration: Create VM
14
© 2015 Platform9 Systems, Inc. Webinar: Why OpenStack for VMware?
• REST API calls being made by the UI
Demo
15
© 2015 Platform9 Systems, Inc. Webinar: Why OpenStack for VMware?
#3 — Single Pane Across Platforms
16
• VMware vSphere is proven, rock solid
• But also $$$$
• Do all of your workloads today require vSphere?
• >50% of our customers say no
• Running 100s or 1000s of servers on KVM, Hyper-V or
Docker
• Should your cloud platform be limited to vSphere?
• Why not decouple cloud platform from Hypervisor?
© 2015 Platform9 Systems, Inc. Webinar: Why OpenStack for VMware?
vSphere vs KVM vs Docker
17
Platform Type Pros Cons
VMware vSphere
(ESXi)
Hypervisor
1. Time tested, stability

2. Familiarity

3. OS / HCL support

4. Operational workflows
(vMotion)
1. $$$$ (for higher SKUs)
compared to KVM / Docker

2. Containers have advantages
over VMs
Linux KVM Hypervisor
1. Price (can be $0)

2. Supports wide range of OSes

3. Increasingly stable

4. Management: OpenStack
1. Windows guest support not
as good as ESXi

2. Operational workflows
(vMotion) are maturing

3. Management: OpenStack

4. Containers have advantages
Docker /
Containers
Container
Runtime
1. Better performance, density

2. No overhead from Guest
OSes

3. Developer centric workflow
1. OS / App compatibility issues
2. Security / Isolation concerns
3. Performance guarantees
unproven
4. Immature management tools
© 2015 Platform9 Systems, Inc. Webinar: Why OpenStack for VMware?
• Platform9 managing KVM and VMware vSphere,
side by side
• Availability expected later this summer
Demo
18
© 2015 Platform9 Systems, Inc. Webinar: Why OpenStack for VMware?
• Template images
• Create and reuse VM template images
• Customize images during provisioning
• Flavors
• Standardize resource configurations
• Map to resource tiers
• Application Blueprints
• Infrastructure as code paradigm
• Compose applications across individual instances
#4 — Reduce configuration sprawl
19
© 2015 Platform9 Systems, Inc. Webinar: Why OpenStack for VMware?
#5 — Open-Source vs Proprietary
20
OpenStack API
VMware Proprietary
API
Storage APIs
Cinder (block storage), Swift (Object)
See: https://wiki.openstack.org/wiki/
CinderSupportMatrix
VASA (block storage)
Network Control Plane
Neutron
See: https://wiki.openstack.org/wiki/
Neutron#Plugins
Proprietary integration w/ VMware
NSX only
Application Blueprints
Heat (Based on CloudFormations)
See: https://github.com/openstack/
heat-templates/tree/master/hot
vApp Director
Analytics & Planning Ceilometer vCenter Operations Manager
© 2015 Platform9 Systems, Inc. Webinar: Why OpenStack for VMware?
• Fundamental shift towards open APIs
• Or at least, industry standard APIs (e.g. Amazon S3)
• OpenStack APIs are now doubly advantaged
• Open / vendor neutral
• Broad adoption as the standard
• Use VMware, but rely on open APIs
• OpenStack managing vSphere
Open-Source vs Proprietary
21
© 2015 Platform9 Systems, Inc. Webinar: Why OpenStack for VMware?
• Self-service automation
• Resource pooling across vCenters / vCenter Clusters /
vCenter Resource Pools
• AWS like REST APIs
• Single pane across platforms
• Decouple cloud platform from Hypervisor
• Reduce configuration sprawl
• Rely on open, industry standard APIs
Recap — Key Benefits
22
© 2015 Platform9 Systems, Inc. Webinar: Why OpenStack for VMware?
• Take a test drive
• Try our VMware beta
• Related resources at www.platform9.com
• OpenStack benefits for KVM
• Running in production — webinar in May
• Have questions?
• Ask away!
• Get in touch:
• @Platform9Sys
• support@platform9.com
Summary
23

Más contenido relacionado

La actualidad más candente

Cloud Foundry BOSH CPI for OpenStack
Cloud Foundry BOSH CPI for OpenStackCloud Foundry BOSH CPI for OpenStack
Cloud Foundry BOSH CPI for OpenStack
Animesh Singh
 

La actualidad más candente (20)

Cloud Foundry and OpenStack – Marriage Made in Heaven !
Cloud Foundry and OpenStack – Marriage Made in Heaven !Cloud Foundry and OpenStack – Marriage Made in Heaven !
Cloud Foundry and OpenStack – Marriage Made in Heaven !
 
Cloud Foundry and OpenStack - A Marriage Made in Heaven! (Cloud Foundry Summi...
Cloud Foundry and OpenStack - A Marriage Made in Heaven! (Cloud Foundry Summi...Cloud Foundry and OpenStack - A Marriage Made in Heaven! (Cloud Foundry Summi...
Cloud Foundry and OpenStack - A Marriage Made in Heaven! (Cloud Foundry Summi...
 
How to build an event-driven, polyglot serverless microservices framework on ...
How to build an event-driven, polyglot serverless microservices framework on ...How to build an event-driven, polyglot serverless microservices framework on ...
How to build an event-driven, polyglot serverless microservices framework on ...
 
Introducing Cloud Native, Event Driven, Serverless, Micrsoservices Framework ...
Introducing Cloud Native, Event Driven, Serverless, Micrsoservices Framework ...Introducing Cloud Native, Event Driven, Serverless, Micrsoservices Framework ...
Introducing Cloud Native, Event Driven, Serverless, Micrsoservices Framework ...
 
Containers, microservices and serverless for realists
Containers, microservices and serverless for realistsContainers, microservices and serverless for realists
Containers, microservices and serverless for realists
 
Self-service and automation using OpenStack for VMware vSphere
Self-service and automation using OpenStack for VMware vSphereSelf-service and automation using OpenStack for VMware vSphere
Self-service and automation using OpenStack for VMware vSphere
 
Open stack + Containers + Hyper-V
Open stack + Containers + Hyper-VOpen stack + Containers + Hyper-V
Open stack + Containers + Hyper-V
 
Cloud orchestration major tools comparision
Cloud orchestration major tools comparisionCloud orchestration major tools comparision
Cloud orchestration major tools comparision
 
Mirantis OpenStack 4.0 Overview
Mirantis OpenStack 4.0 OverviewMirantis OpenStack 4.0 Overview
Mirantis OpenStack 4.0 Overview
 
Containers Docker Kind Kubernetes Istio
Containers Docker Kind Kubernetes IstioContainers Docker Kind Kubernetes Istio
Containers Docker Kind Kubernetes Istio
 
Cloud foundry integration-with-openstack-and-docker-bangalorecf-meetup
Cloud foundry integration-with-openstack-and-docker-bangalorecf-meetupCloud foundry integration-with-openstack-and-docker-bangalorecf-meetup
Cloud foundry integration-with-openstack-and-docker-bangalorecf-meetup
 
Introduction into Docker Containers, the Oracle Platform and the Oracle (Nati...
Introduction into Docker Containers, the Oracle Platform and the Oracle (Nati...Introduction into Docker Containers, the Oracle Platform and the Oracle (Nati...
Introduction into Docker Containers, the Oracle Platform and the Oracle (Nati...
 
Devops: Enabled Through a Recasting of Operational Roles
Devops: Enabled Through a Recasting of Operational RolesDevops: Enabled Through a Recasting of Operational Roles
Devops: Enabled Through a Recasting of Operational Roles
 
EMC & OpenStack: A View From Within
EMC & OpenStack: A View From WithinEMC & OpenStack: A View From Within
EMC & OpenStack: A View From Within
 
As a Service: Cloud Foundry on OpenStack - Lessons Learnt
As a Service: Cloud Foundry on OpenStack - Lessons LearntAs a Service: Cloud Foundry on OpenStack - Lessons Learnt
As a Service: Cloud Foundry on OpenStack - Lessons Learnt
 
Hypervisor "versus" Linux Containers with Docker !
Hypervisor "versus" Linux Containers with Docker !Hypervisor "versus" Linux Containers with Docker !
Hypervisor "versus" Linux Containers with Docker !
 
Kubernetes Concepts And Architecture Powerpoint Presentation Slides
Kubernetes Concepts And Architecture Powerpoint Presentation SlidesKubernetes Concepts And Architecture Powerpoint Presentation Slides
Kubernetes Concepts And Architecture Powerpoint Presentation Slides
 
Cloud Foundry BOSH CPI for OpenStack
Cloud Foundry BOSH CPI for OpenStackCloud Foundry BOSH CPI for OpenStack
Cloud Foundry BOSH CPI for OpenStack
 
Jelastic DevOps VPC and Hybrid Cloud
Jelastic DevOps VPC and Hybrid CloudJelastic DevOps VPC and Hybrid Cloud
Jelastic DevOps VPC and Hybrid Cloud
 
Red Hat OpenShift Container Platform Overview
Red Hat OpenShift Container Platform OverviewRed Hat OpenShift Container Platform Overview
Red Hat OpenShift Container Platform Overview
 

Destacado

Destacado (17)

Building Cloud-Native Applications with OpenStack
Building Cloud-Native Applications with OpenStack Building Cloud-Native Applications with OpenStack
Building Cloud-Native Applications with OpenStack
 
7-Step Recipe For Continuous Integration Using OpenStack - Part 1
7-Step Recipe For Continuous Integration Using OpenStack - Part 17-Step Recipe For Continuous Integration Using OpenStack - Part 1
7-Step Recipe For Continuous Integration Using OpenStack - Part 1
 
Webinar: OpenStack Benefits for KVM
Webinar: OpenStack Benefits for KVMWebinar: OpenStack Benefits for KVM
Webinar: OpenStack Benefits for KVM
 
Intro to Platform9: Private Clouds Made Easy
Intro to Platform9: Private Clouds Made EasyIntro to Platform9: Private Clouds Made Easy
Intro to Platform9: Private Clouds Made Easy
 
Why kubernetes matters
Why kubernetes mattersWhy kubernetes matters
Why kubernetes matters
 
NetApp Management Pack for VMware vRealize Operations | Blue Medora
NetApp Management Pack for VMware vRealize Operations | Blue MedoraNetApp Management Pack for VMware vRealize Operations | Blue Medora
NetApp Management Pack for VMware vRealize Operations | Blue Medora
 
SolidFire + Platform9: Simply Faster OpenStack
SolidFire + Platform9: Simply Faster OpenStackSolidFire + Platform9: Simply Faster OpenStack
SolidFire + Platform9: Simply Faster OpenStack
 
Upgrading OpenStack? Avoid these 3 Common Pitfalls
Upgrading OpenStack? Avoid these 3 Common PitfallsUpgrading OpenStack? Avoid these 3 Common Pitfalls
Upgrading OpenStack? Avoid these 3 Common Pitfalls
 
OpenStack + VMware at the Hong Kong OpenStack Summit
OpenStack + VMware at the Hong Kong OpenStack SummitOpenStack + VMware at the Hong Kong OpenStack Summit
OpenStack + VMware at the Hong Kong OpenStack Summit
 
Webinar: OpenStack Accelerates Software Development
Webinar: OpenStack Accelerates Software DevelopmentWebinar: OpenStack Accelerates Software Development
Webinar: OpenStack Accelerates Software Development
 
OpenStack Webinar: Melting Pot in Virtualized Data Centers
OpenStack Webinar: Melting Pot in Virtualized Data CentersOpenStack Webinar: Melting Pot in Virtualized Data Centers
OpenStack Webinar: Melting Pot in Virtualized Data Centers
 
Cisco UCS with NetApp Storage for SAP HANA Solution
Cisco UCS with NetApp Storage for SAP HANA Solution Cisco UCS with NetApp Storage for SAP HANA Solution
Cisco UCS with NetApp Storage for SAP HANA Solution
 
Platform9 deployment models for OpenStack
Platform9 deployment models for OpenStackPlatform9 deployment models for OpenStack
Platform9 deployment models for OpenStack
 
Managing vSphere Across Multiple Regions and Multiple vCenters
Managing vSphere Across Multiple Regions and Multiple vCenters Managing vSphere Across Multiple Regions and Multiple vCenters
Managing vSphere Across Multiple Regions and Multiple vCenters
 
VMware Private Clouds: Charting a path to success
VMware Private Clouds: Charting a path to successVMware Private Clouds: Charting a path to success
VMware Private Clouds: Charting a path to success
 
Got Shadow IT? How to Win-Win with a Private Cloud.
Got Shadow IT? How to Win-Win with a Private Cloud.Got Shadow IT? How to Win-Win with a Private Cloud.
Got Shadow IT? How to Win-Win with a Private Cloud.
 
26 Disruptive & Technology Trends 2016 - 2018
26 Disruptive & Technology Trends 2016 - 201826 Disruptive & Technology Trends 2016 - 2018
26 Disruptive & Technology Trends 2016 - 2018
 

Similar a Webinar: OpenStack Benefits for VMware

Successfully Deliver and Operate OpenStack in Production with VMware VIO
Successfully Deliver and Operate OpenStack in Production with VMware VIOSuccessfully Deliver and Operate OpenStack in Production with VMware VIO
Successfully Deliver and Operate OpenStack in Production with VMware VIO
Arraya Solutions
 
The Foundation of the Software Defined Data Center
The Foundation of the Software Defined Data CenterThe Foundation of the Software Defined Data Center
The Foundation of the Software Defined Data Center
Arraya Solutions
 
Automated Lifecycle Management - CloudFoundry on OpenStack
Automated Lifecycle Management - CloudFoundry on OpenStackAutomated Lifecycle Management - CloudFoundry on OpenStack
Automated Lifecycle Management - CloudFoundry on OpenStack
Animesh Singh
 
Real World Application Orchestration Made Easy on VMware vCloud Air, vSphere ...
Real World Application Orchestration Made Easy on VMware vCloud Air, vSphere ...Real World Application Orchestration Made Easy on VMware vCloud Air, vSphere ...
Real World Application Orchestration Made Easy on VMware vCloud Air, vSphere ...
Nati Shalom
 
V mware nsx_network_virtualization_open_stack
V mware nsx_network_virtualization_open_stackV mware nsx_network_virtualization_open_stack
V mware nsx_network_virtualization_open_stack
EMC
 

Similar a Webinar: OpenStack Benefits for VMware (20)

Webinar: OpenStack Best Practices for Production
Webinar: OpenStack Best Practices for ProductionWebinar: OpenStack Best Practices for Production
Webinar: OpenStack Best Practices for Production
 
Beyond x86: Managing Multi-platform Environments with OpenStack
Beyond x86: Managing Multi-platform Environments with OpenStackBeyond x86: Managing Multi-platform Environments with OpenStack
Beyond x86: Managing Multi-platform Environments with OpenStack
 
Successfully Deliver and Operate OpenStack in Production with VMware VIO
Successfully Deliver and Operate OpenStack in Production with VMware VIOSuccessfully Deliver and Operate OpenStack in Production with VMware VIO
Successfully Deliver and Operate OpenStack in Production with VMware VIO
 
OpenStack vs VMware vCloud
OpenStack vs VMware vCloudOpenStack vs VMware vCloud
OpenStack vs VMware vCloud
 
Leveraging VMware Technology To Build an Enterprise Grade Openstack Cloud - I...
Leveraging VMware Technology To Build an Enterprise Grade Openstack Cloud - I...Leveraging VMware Technology To Build an Enterprise Grade Openstack Cloud - I...
Leveraging VMware Technology To Build an Enterprise Grade Openstack Cloud - I...
 
Ravello webinar - Creating smart labs on AWS/Google for sales demos, training...
Ravello webinar - Creating smart labs on AWS/Google for sales demos, training...Ravello webinar - Creating smart labs on AWS/Google for sales demos, training...
Ravello webinar - Creating smart labs on AWS/Google for sales demos, training...
 
AWS Webcast - Continuous integration with AWS and Ravello
AWS Webcast - Continuous integration with AWS and RavelloAWS Webcast - Continuous integration with AWS and Ravello
AWS Webcast - Continuous integration with AWS and Ravello
 
VMware and Container Orchestration
VMware and Container OrchestrationVMware and Container Orchestration
VMware and Container Orchestration
 
Getting Started with PaaS
Getting Started with PaaSGetting Started with PaaS
Getting Started with PaaS
 
OpenStack + VMware: Everything You Need to Know (Kilo-edition)
OpenStack + VMware: Everything You Need to Know (Kilo-edition)OpenStack + VMware: Everything You Need to Know (Kilo-edition)
OpenStack + VMware: Everything You Need to Know (Kilo-edition)
 
Container and Cloud Native Application: What is VMware doing in this space? -...
Container and Cloud Native Application: What is VMware doing in this space? -...Container and Cloud Native Application: What is VMware doing in this space? -...
Container and Cloud Native Application: What is VMware doing in this space? -...
 
The Foundation of the Software Defined Data Center
The Foundation of the Software Defined Data CenterThe Foundation of the Software Defined Data Center
The Foundation of the Software Defined Data Center
 
Multi-Hypervisor OpenStack
Multi-Hypervisor OpenStackMulti-Hypervisor OpenStack
Multi-Hypervisor OpenStack
 
Running OpenStack on Amazon AWS, Alex Fishman
Running OpenStack on Amazon AWS, Alex FishmanRunning OpenStack on Amazon AWS, Alex Fishman
Running OpenStack on Amazon AWS, Alex Fishman
 
Getting Started with Platform-as-a-Service
Getting Started with Platform-as-a-ServiceGetting Started with Platform-as-a-Service
Getting Started with Platform-as-a-Service
 
A First Look at vSphere Integrated Containers and Photon Platform
A First Look at vSphere Integrated Containers and Photon PlatformA First Look at vSphere Integrated Containers and Photon Platform
A First Look at vSphere Integrated Containers and Photon Platform
 
Webinar: OpenStack Upgrades Simplified
Webinar: OpenStack Upgrades SimplifiedWebinar: OpenStack Upgrades Simplified
Webinar: OpenStack Upgrades Simplified
 
Automated Lifecycle Management - CloudFoundry on OpenStack
Automated Lifecycle Management - CloudFoundry on OpenStackAutomated Lifecycle Management - CloudFoundry on OpenStack
Automated Lifecycle Management - CloudFoundry on OpenStack
 
Real World Application Orchestration Made Easy on VMware vCloud Air, vSphere ...
Real World Application Orchestration Made Easy on VMware vCloud Air, vSphere ...Real World Application Orchestration Made Easy on VMware vCloud Air, vSphere ...
Real World Application Orchestration Made Easy on VMware vCloud Air, vSphere ...
 
V mware nsx_network_virtualization_open_stack
V mware nsx_network_virtualization_open_stackV mware nsx_network_virtualization_open_stack
V mware nsx_network_virtualization_open_stack
 

Más de Platform9

Cost-effective Compute Clusters with Spot and Pre-emptible Instances - KubeCo...
Cost-effective Compute Clusters with Spot and Pre-emptible Instances - KubeCo...Cost-effective Compute Clusters with Spot and Pre-emptible Instances - KubeCo...
Cost-effective Compute Clusters with Spot and Pre-emptible Instances - KubeCo...
Platform9
 

Más de Platform9 (10)

Migration from AWS to Enterprise Data Centers: 5 Top Considerations
Migration from AWS to Enterprise Data Centers: 5 Top ConsiderationsMigration from AWS to Enterprise Data Centers: 5 Top Considerations
Migration from AWS to Enterprise Data Centers: 5 Top Considerations
 
Kubernetes Helm: Why It Matters
Kubernetes Helm: Why It MattersKubernetes Helm: Why It Matters
Kubernetes Helm: Why It Matters
 
OpenStack Omni, the Open-Source Alternative to VMware + AWS for Hybrid Cloud
OpenStack Omni, the Open-Source Alternative to VMware + AWS for Hybrid CloudOpenStack Omni, the Open-Source Alternative to VMware + AWS for Hybrid Cloud
OpenStack Omni, the Open-Source Alternative to VMware + AWS for Hybrid Cloud
 
New Fission Capabilities Accelerate Deployment of Serverless Computing
New Fission Capabilities Accelerate Deployment of Serverless ComputingNew Fission Capabilities Accelerate Deployment of Serverless Computing
New Fission Capabilities Accelerate Deployment of Serverless Computing
 
What's New in Platform9's Managed Kubernetes v3.2
What's New in Platform9's Managed Kubernetes v3.2What's New in Platform9's Managed Kubernetes v3.2
What's New in Platform9's Managed Kubernetes v3.2
 
Top 5 Considerations for Successful Deployment of Kubernetes
Top 5 Considerations for Successful Deployment of KubernetesTop 5 Considerations for Successful Deployment of Kubernetes
Top 5 Considerations for Successful Deployment of Kubernetes
 
Cost-effective Compute Clusters with Spot and Pre-emptible Instances - KubeCo...
Cost-effective Compute Clusters with Spot and Pre-emptible Instances - KubeCo...Cost-effective Compute Clusters with Spot and Pre-emptible Instances - KubeCo...
Cost-effective Compute Clusters with Spot and Pre-emptible Instances - KubeCo...
 
Lessons from the Trenches: Monitoring your OpenStack Cloud
Lessons from the Trenches: Monitoring your OpenStack Cloud Lessons from the Trenches: Monitoring your OpenStack Cloud
Lessons from the Trenches: Monitoring your OpenStack Cloud
 
7-Step Recipe For Continuous Integration Using OpenStack - Part 2
7-Step Recipe For Continuous Integration Using OpenStack - Part 27-Step Recipe For Continuous Integration Using OpenStack - Part 2
7-Step Recipe For Continuous Integration Using OpenStack - Part 2
 
Webinar: Deployment Models for OpenStack
Webinar: Deployment Models for OpenStackWebinar: Deployment Models for OpenStack
Webinar: Deployment Models for OpenStack
 

Último

IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
Enterprise Knowledge
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
Earley Information Science
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
giselly40
 

Último (20)

IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 

Webinar: OpenStack Benefits for VMware

  • 1. Sirish Raghuram Co-founder, CEO, Platform9 Why OpenStack for VMware? Private Clouds Made Easy
  • 2. © 2015 Platform9 Systems, Inc. Webinar: Why OpenStack for VMware? Speaker Bio 2 Sirish Raghuram • Co-founder, CEO at Platform9 • Previously: Staff Engineer at VMware (12 years) • Technical and Management responsibility for multiple VMware products
  • 3. © 2015 Platform9 Systems, Inc. Webinar: Why OpenStack for VMware? • #1 platform for private clouds • #2 open source project of all time OpenStack Momentum 3
  • 4. What is the value for a VMware environment? Forget the hype…
  • 5. © 2015 Platform9 Systems, Inc. Webinar: Why OpenStack for VMware? • This session speaks to VMware environments • But OpenStack isn’t limited to VMware • See recording (March) for KVM. Upcoming talk for Docker • We’ll be using Platform9 for demos • Private clouds made easy • Several other ways to deploy OpenStack Preamble 5
  • 6. © 2015 Platform9 Systems, Inc. Webinar: Why OpenStack for VMware? OpenStack Architecture 6 Clarity UI Nova ! ! Cinder Scheduler Keystone (Identity) CLI / Tools Scripts Heat (Orchestration) Neutron Glance (Images) Basic Storage Compute Basic Network Block
 Storage Network
 Controller
  • 7. © 2015 Platform9 Systems, Inc. Webinar: Why OpenStack for VMware? Platform9 Managed OpenStack: • Your servers host your data • Platform9 hosts the OpenStack controller as a Service, with an SLA • No need to install, monitor, troubleshoot or upgrade OpenStack Platform9 Managed OpenStack 7
  • 8. © 2015 Platform9 Systems, Inc. Webinar: Why OpenStack for VMware? • Resource pooling • Automates VM placement • Intelligent placement based on resource utilization • Automated IP Address Assignment • Optionally, self-service provisioning • Developers love this! #1 — Self Service Automation 8
  • 9. © 2015 Platform9 Systems, Inc. Webinar: Why OpenStack for VMware? Resource Pooling 9 Devops Austin
 Infra SFO
 Infra Resource Pool
  • 10. © 2015 Platform9 Systems, Inc. Webinar: Why OpenStack for VMware? • Segregate underlying infrastructure for different classes of workloads (or users!) • By workload, hardware type, geography or organization • Illustrations: • Test/Dev vs Production • Tier 1 vs Tier 2 • SSD vs HDD Intelligent Placement 10
  • 11. © 2015 Platform9 Systems, Inc. Webinar: Why OpenStack for VMware? Intelligent Placement 11 Devops Tier-2
 Infra Tier-1
 Infra Resource Pool Tier-2Tier-1
  • 12. © 2015 Platform9 Systems, Inc. Webinar: Why OpenStack for VMware? • Existing VMware clusters • Platform9 beta 2 supports multiple clusters • Or, multiple resource pools • Or, multiple vCenters! • Paired with OpenStack • Instantly available for self-service automation Demo 12
  • 13. © 2015 Platform9 Systems, Inc. Webinar: Why OpenStack for VMware? • REST: Simple, familiar pattern • Any language - https://wiki.openstack.org/wiki/SDKs • Vendor Neutral • Stable, Versioned • Clear separation of concerns • Hosts, Storage, Network, Tenants, Users • Nova (EC2), Cinder (EBS), Neutron (ELB), Swift (S3), Heat (CloudFormation) • Separation of physical vs virtual concepts • Simpler, broader, but lacks very fine detail #2 — AWS Like REST API 13
  • 14. © 2015 Platform9 Systems, Inc. Webinar: Why OpenStack for VMware? • vSphere Web Services API: • https://pubs.vmware.com/vsphere-50/index.jsp?topic= %2Fcom.vmware.wssdk.apiref.doc_50%2Fvim.vm.ConfigSpec .html • OpenStack API: • http://docs.platform9.com/#a-idcreate-instanceapost- v2tenant_idservers • Observations: • OpenStack API dramatically simpler, cuts out a lot of detail • Includes key cloud constructs: e.g. Tenant Illustration: Create VM 14
  • 15. © 2015 Platform9 Systems, Inc. Webinar: Why OpenStack for VMware? • REST API calls being made by the UI Demo 15
  • 16. © 2015 Platform9 Systems, Inc. Webinar: Why OpenStack for VMware? #3 — Single Pane Across Platforms 16 • VMware vSphere is proven, rock solid • But also $$$$ • Do all of your workloads today require vSphere? • >50% of our customers say no • Running 100s or 1000s of servers on KVM, Hyper-V or Docker • Should your cloud platform be limited to vSphere? • Why not decouple cloud platform from Hypervisor?
  • 17. © 2015 Platform9 Systems, Inc. Webinar: Why OpenStack for VMware? vSphere vs KVM vs Docker 17 Platform Type Pros Cons VMware vSphere (ESXi) Hypervisor 1. Time tested, stability
 2. Familiarity
 3. OS / HCL support
 4. Operational workflows (vMotion) 1. $$$$ (for higher SKUs) compared to KVM / Docker
 2. Containers have advantages over VMs Linux KVM Hypervisor 1. Price (can be $0)
 2. Supports wide range of OSes
 3. Increasingly stable
 4. Management: OpenStack 1. Windows guest support not as good as ESXi
 2. Operational workflows (vMotion) are maturing
 3. Management: OpenStack
 4. Containers have advantages Docker / Containers Container Runtime 1. Better performance, density
 2. No overhead from Guest OSes
 3. Developer centric workflow 1. OS / App compatibility issues 2. Security / Isolation concerns 3. Performance guarantees unproven 4. Immature management tools
  • 18. © 2015 Platform9 Systems, Inc. Webinar: Why OpenStack for VMware? • Platform9 managing KVM and VMware vSphere, side by side • Availability expected later this summer Demo 18
  • 19. © 2015 Platform9 Systems, Inc. Webinar: Why OpenStack for VMware? • Template images • Create and reuse VM template images • Customize images during provisioning • Flavors • Standardize resource configurations • Map to resource tiers • Application Blueprints • Infrastructure as code paradigm • Compose applications across individual instances #4 — Reduce configuration sprawl 19
  • 20. © 2015 Platform9 Systems, Inc. Webinar: Why OpenStack for VMware? #5 — Open-Source vs Proprietary 20 OpenStack API VMware Proprietary API Storage APIs Cinder (block storage), Swift (Object) See: https://wiki.openstack.org/wiki/ CinderSupportMatrix VASA (block storage) Network Control Plane Neutron See: https://wiki.openstack.org/wiki/ Neutron#Plugins Proprietary integration w/ VMware NSX only Application Blueprints Heat (Based on CloudFormations) See: https://github.com/openstack/ heat-templates/tree/master/hot vApp Director Analytics & Planning Ceilometer vCenter Operations Manager
  • 21. © 2015 Platform9 Systems, Inc. Webinar: Why OpenStack for VMware? • Fundamental shift towards open APIs • Or at least, industry standard APIs (e.g. Amazon S3) • OpenStack APIs are now doubly advantaged • Open / vendor neutral • Broad adoption as the standard • Use VMware, but rely on open APIs • OpenStack managing vSphere Open-Source vs Proprietary 21
  • 22. © 2015 Platform9 Systems, Inc. Webinar: Why OpenStack for VMware? • Self-service automation • Resource pooling across vCenters / vCenter Clusters / vCenter Resource Pools • AWS like REST APIs • Single pane across platforms • Decouple cloud platform from Hypervisor • Reduce configuration sprawl • Rely on open, industry standard APIs Recap — Key Benefits 22
  • 23. © 2015 Platform9 Systems, Inc. Webinar: Why OpenStack for VMware? • Take a test drive • Try our VMware beta • Related resources at www.platform9.com • OpenStack benefits for KVM • Running in production — webinar in May • Have questions? • Ask away! • Get in touch: • @Platform9Sys • support@platform9.com Summary 23