SlideShare a Scribd company logo
1 of 28
Download to read offline
ganeti

Comparing IaaS
VMware vs OpenStack vs Google’s Ganeti
November 2013

Giuseppe “Gippa” Paternò

giovedì 7 novembre 13
Knowing “Gippa” ....
• EMEA Cloud Solution Architect for Canonical (the company
behind Ubuntu). In this role I work closely with the OpenStack
community to deploy clouds mostly for big telcos in Europe and
Middle-East. (www.canonical.com and www.ubuntu.com)
• CTO of GARL, the Swiss company behind the SecurePass
cloud identity management service. While mostly focused on
identity and security, I cooperate with the Google’s Ganeti
project and team. (www.garl.ch and www.secure-pass.net)
• Previously Senior Solution Architect in Red Hat, Sun
Microsystems and also in IBM.
• Works with Linux since 1996, I know most of the Open Source
community. Within my (little) spare time, I publish books and
whitepapers

giovedì 7 novembre 13
Private IaaS Today!
giovedì 7 novembre 13
You don’t know VMware?
Seriously?

giovedì 7 novembre 13
VMware components

giovedì 7 novembre 13
About OpenStack
• OpenSource under Apache license
• Born in 2010 from an idea of NASA and RackSpace
• Managed by the OpenStack Foundation, a non-profit corporate entity
established in September 2012
• Aim to create Amazon-like services, with EC2 and S3 compatibility
• More than 200 members, among those: Canonical/Ubuntu, VMware, HP, IBM,
RackSpace, Microsoft, AT&T, SuSE, RedHat

giovedì 7 novembre 13
OpenStack components

giovedì 7 novembre 13
OpenStack
an umbrella project for
Nova (Compute,
where VMs are run)
Cinder (Block
Storage, persistent
storage for VMs)
Swift (Object Storage,
snapshots and nonfrequently updated
data)

giovedì 7 novembre 13

Keystone (Identity
Management)
Neutron (Networking and
SDN)
Glance (Image Service,
where templates are)
OpenStack logical view
Complex!
Can you handle
it?

giovedì 7 novembre 13
About Google’s Ganeti
• Ganeti is a virtual machine cluster
management tool
• Created by Google for Google
(don’t forget!)
• Used internally in Google to serve
the whole of Google's corporate
infrastructure globally
• Open Source since 2007

giovedì 7 novembre 13

• Essentially a wrapper for existing
well-proven rock-solid Linux
technologies
• In-line with Google’s philosophy of
using commodity hardware
• Conceived to use cheap local
storage
Cluster Node

Mirrored Instance

Instance

Instance

Mirrored Instance

Ganeti components (enterprise deploy)

Cluster Node
(Master, APIs responder)

Cluster Node
(Candidate Master)

Ganeti Network
VLANs Trunk or Open vswitch (beta)

Using Ganeti as a “standard” virtual engine
management
giovedì 7 novembre 13
Ganeti components (full cloud deployment)

Using Ganeti at maximum power
with Synnefo and OpenStack compatibility
giovedì 7 novembre 13
Ganeti and Web UI
Ganeti per-se doesn’t provide a GUI, just command line and APIs. Google
has its own internal GUI that is not OSS, but there are two GUIs available:

Ganeti Web Manager
Simple HTML GUI for handling virtual
machines
Easy to integrate into custom internal
workflows and processes.

giovedì 7 novembre 13

Synnefo
Full cloud infrastructure compatible
with OpenStack made by the Greek
Research and Technology Network
(GRNET)
What really matters to IT Managers?

Has to be
easy to use

Management
tools, optional
web interface

Entry cost and
maintenance, the
lower the better

giovedì 7 novembre 13

Easy to find skills
and support

Integration with
other platforms
VMware Pro/Cons
• Feature rich (vSphere HA, vMotion,
DRS, I/O control)

• Per core license - expensive
• Proprietary platform

• Very large ecosystems
• All os vendors make it supported
and certified under ESXi
• ESXi can be downloaded and used
freely

giovedì 7 novembre 13

• ESXi can not be APIs accessed need to buy licenses
OpenStack Pro/Cons
• Probably the most successful
example of Open Source project
after Linux
• Support from many OEMs and OS
vendors
• Interoperability with many
components, just pick your favorite
one and plug it in
• Standard and well accepted APIs

giovedì 7 novembre 13

• Very complex to setup and
troubleshoot
• Although common codebase, might
differ from implementations
• Need high numbers of management
nodes
• High skills required to run the
cluster
Ganeti Pro/Cons
• Lightweight architecture
• Can start with a single node and
scale out easily
• Designed for use local storage and
cheap storage (like Ceph)
• Great for "standard" Linux and
Windows workloads

• No official vendor support (check if
KVM is supported)
• Needs slightly more skills than
VMware (and less than openstack)
• HA of master need to be triggered
from Monitoring platform
• Lack of some features (ex: storage
vmotion)

• Easy to pick up for a standard Linux
sysadmin

ganeti
giovedì 7 novembre 13
Comparing technical features
VMware

OpenStack

Ganeti

Hypervisor

ESXi

Many, including KVM, LXC,
ESXi, Hyper-V

KVM, Xen (LXC next)

Customer and operations
access

Windows client, vCloud
Director (EOL’d)

OpenStack native
dashboard, 3rd parties
dashboards, CLI

Ganeti Web manager,
Synnefo, CLI

Storage

VMFS over SAN and iSCSI

Default non-persistent
images. Pluggable Cinder:
block volumes, Ceph,
several vendor SAN

Native: local disks, DRBD,
Ceph. Pluggable external
storage.

Network

Traditional switching
infrastructure, SDN with
additional products

Traditional switching and
Software Defined Network

Traditional switching,
pluggable extensions to
Software Defined Network

giovedì 7 novembre 13
Comparing technical features
VMware

OpenStack

Ganeti

Image management

Catalogs & templates, OVF
import

Glance Image Service,
support all popular image
formats

Imports all popular formats
(same technologies of
OpenStack)

Management System

vCenter

Nova
(Cluster Controller)

Distributed management
(similar to cluster)

High Availability

vCenter Heartbeat

Nova for VMs HA;
OpenStack HA project for
infrastructure components

Different philosophy,
triggered by monitoring (ex:
Nagios, GARL’s clumond)
2.9 adds auto-repair

APIs

Proprietary, mostly only
under perl and powershell

Open REST APIs,
compatibility with Amazon
EC2 & S3

Open REST APIs,
OpenStack compatible APIs
through Synnefo

giovedì 7 novembre 13
Comparing non-technical features
VMware
Costs

OpenStack

Ganeti

License +
maintenance fee

Open Source. Some might
charge for a maintenance
fee for enterprise support

Open Source

Industries

Cloud management platform Virtualization for enterprises,
small/medium cloud
Virtualization for enterprises for large providers, carriers
providers, private cloud and
and large outsourcers
outsourcers

Skills

Basic system administration

High-end skills required,
including system and
network

Linux command line
knowledge

Migration

VMware converter for P2V
and other virtualization
formats

Any to any through built-in
qemu tools

Any to any through built-in
qemu tools

Workloads

Traditional workloads, great
for certified platforms
(Oracle, SAP, ...)

Typical Web 2.0 workloads

Typical web 2.0 workloads,
it works with traditional
workloads (although might
not be certified)

giovedì 7 novembre 13
Comparing non-technical features
VMware

OpenStack

Ganeti

Flexibility

Great guest OS support,
large ecosystem

Primarily created for Linux,
Windows supported on the
same infrastructure

Primarily created for Linux,
Windows supported on the
same infrastructure

Expansion

Max 32 physical nodes,
though not recommended

No actual limitation
(might be handy create
different Availability Zones)

Max 40 physical nodes,
about 1200 virtual machines

Documentation and
support

VMWare commercial
telephone/web support

Active community, choice of
vendor support

Support from vendors
available for the OS and
virtualization, not Ganeti
itself

SW/HW Certifications

Yes

Yes

Yes (for the OS)

giovedì 7 novembre 13
Ganeti, how easy can be

Can be as easy as
just filling a form and
a virtual machine can
be deployed in 120
seconds.

giovedì 7 novembre 13
Personal positioning of the technologies

Enterprises

ISPs/Carriers

Virtualization

Full cloud
(Amazon-like)

giovedì 7 novembre 13
What platform is good for you?
If you need certified traditional
workloads (ex: Oracle, SAP,
Microsoft Dynamics, …)
AND
you have money
AND
you want all the point-and-click
features, this is a no-brainer
decision:
go for VMware

giovedì 7 novembre 13
What platform is good for you?
If you are a large company or ISPs with hundreds of
VMs and networks being destroyed and created daily
and have budget of having more than 15 physical
nodes to start, go for OpenStack

giovedì 7 novembre 13
What platform is good for you?
If you wish to start small, but wish
to be able to scale and you are not
caught in the certification craziness
(the most important thing is that
works with no problem), then
choose Ganeti

giovedì 7 novembre 13
Acknowledgements	
Donatella Dalla Benetta, Marketing GARL
Michele Tartara, Engineering Google
Constantinos Venetsanopoulos, Engineering GRNET
Also thanks to the remaining Google engineering team
(in particular Guido Trotter and Helga Velroyen) and all
my colleagues and former colleagues involved in the
OpenStack community (special thanks to Stefano
Maffulli)

giovedì 7 novembre 13
Giuseppe “Gippa” Paternò
gpaterno@gpaterno.com
www.gpaterno.com
Twitter: @gpaterno
giovedì 7 novembre 13

More Related Content

What's hot

pfSense presentation
pfSense presentationpfSense presentation
pfSense presentationSimon Vass
 
Room 2 - 3 - Nguyễn Hoài Nam & Nguyễn Việt Hùng - Terraform & Pulumi Comparin...
Room 2 - 3 - Nguyễn Hoài Nam & Nguyễn Việt Hùng - Terraform & Pulumi Comparin...Room 2 - 3 - Nguyễn Hoài Nam & Nguyễn Việt Hùng - Terraform & Pulumi Comparin...
Room 2 - 3 - Nguyễn Hoài Nam & Nguyễn Việt Hùng - Terraform & Pulumi Comparin...Vietnam Open Infrastructure User Group
 
Building a Stretched Cluster using Virtual SAN 6.1
Building a Stretched Cluster using Virtual SAN 6.1Building a Stretched Cluster using Virtual SAN 6.1
Building a Stretched Cluster using Virtual SAN 6.1Duncan Epping
 
OpenShift Virtualization- Technical Overview.pdf
OpenShift Virtualization- Technical Overview.pdfOpenShift Virtualization- Technical Overview.pdf
OpenShift Virtualization- Technical Overview.pdfssuser1490e8
 
Ansible Automation Platform.pdf
Ansible Automation Platform.pdfAnsible Automation Platform.pdf
Ansible Automation Platform.pdfVuHoangAnh14
 
Red hat ansible automation technical deck
Red hat ansible automation technical deckRed hat ansible automation technical deck
Red hat ansible automation technical deckJuraj Hantak
 
Neutron-to-Neutron: interconnecting multiple OpenStack deployments
Neutron-to-Neutron: interconnecting multiple OpenStack deploymentsNeutron-to-Neutron: interconnecting multiple OpenStack deployments
Neutron-to-Neutron: interconnecting multiple OpenStack deploymentsThomas Morin
 
OpenStack Architecture
OpenStack ArchitectureOpenStack Architecture
OpenStack ArchitectureMirantis
 
Room 1 - 2 - Nguyễn Văn Thắng & Dzung Nguyen - Proxmox VE và ZFS over iscsi
Room 1 - 2 - Nguyễn Văn Thắng & Dzung Nguyen - Proxmox VE và ZFS over iscsiRoom 1 - 2 - Nguyễn Văn Thắng & Dzung Nguyen - Proxmox VE và ZFS over iscsi
Room 1 - 2 - Nguyễn Văn Thắng & Dzung Nguyen - Proxmox VE và ZFS over iscsiVietnam Open Infrastructure User Group
 
OVN - Basics and deep dive
OVN - Basics and deep diveOVN - Basics and deep dive
OVN - Basics and deep diveTrinath Somanchi
 
Routed Provider Networks on OpenStack
Routed Provider Networks on OpenStack Routed Provider Networks on OpenStack
Routed Provider Networks on OpenStack Romana Project
 
Virtualization Vs. Containers
Virtualization Vs. ContainersVirtualization Vs. Containers
Virtualization Vs. Containersactualtechmedia
 
[오픈소스컨설팅] 쿠버네티스와 쿠버네티스 on 오픈스택 비교 및 구축 방법
[오픈소스컨설팅] 쿠버네티스와 쿠버네티스 on 오픈스택 비교  및 구축 방법[오픈소스컨설팅] 쿠버네티스와 쿠버네티스 on 오픈스택 비교  및 구축 방법
[오픈소스컨설팅] 쿠버네티스와 쿠버네티스 on 오픈스택 비교 및 구축 방법Open Source Consulting
 
Red Hat Openshift Fundamentals.pptx
Red Hat Openshift Fundamentals.pptxRed Hat Openshift Fundamentals.pptx
Red Hat Openshift Fundamentals.pptxssuser18b1c6
 
Evolution of Openstack Networking at CERN
Evolution of Openstack Networking at CERNEvolution of Openstack Networking at CERN
Evolution of Openstack Networking at CERNBelmiro Moreira
 

What's hot (20)

pfSense presentation
pfSense presentationpfSense presentation
pfSense presentation
 
Room 2 - 3 - Nguyễn Hoài Nam & Nguyễn Việt Hùng - Terraform & Pulumi Comparin...
Room 2 - 3 - Nguyễn Hoài Nam & Nguyễn Việt Hùng - Terraform & Pulumi Comparin...Room 2 - 3 - Nguyễn Hoài Nam & Nguyễn Việt Hùng - Terraform & Pulumi Comparin...
Room 2 - 3 - Nguyễn Hoài Nam & Nguyễn Việt Hùng - Terraform & Pulumi Comparin...
 
Building a Stretched Cluster using Virtual SAN 6.1
Building a Stretched Cluster using Virtual SAN 6.1Building a Stretched Cluster using Virtual SAN 6.1
Building a Stretched Cluster using Virtual SAN 6.1
 
OpenShift Virtualization- Technical Overview.pdf
OpenShift Virtualization- Technical Overview.pdfOpenShift Virtualization- Technical Overview.pdf
OpenShift Virtualization- Technical Overview.pdf
 
Ansible Automation Platform.pdf
Ansible Automation Platform.pdfAnsible Automation Platform.pdf
Ansible Automation Platform.pdf
 
OpenStack HA
OpenStack HAOpenStack HA
OpenStack HA
 
Nutanix
NutanixNutanix
Nutanix
 
Red hat ansible automation technical deck
Red hat ansible automation technical deckRed hat ansible automation technical deck
Red hat ansible automation technical deck
 
Neutron-to-Neutron: interconnecting multiple OpenStack deployments
Neutron-to-Neutron: interconnecting multiple OpenStack deploymentsNeutron-to-Neutron: interconnecting multiple OpenStack deployments
Neutron-to-Neutron: interconnecting multiple OpenStack deployments
 
OpenStack Architecture
OpenStack ArchitectureOpenStack Architecture
OpenStack Architecture
 
Meetup 23 - 02 - OVN - The future of networking in OpenStack
Meetup 23 - 02 - OVN - The future of networking in OpenStackMeetup 23 - 02 - OVN - The future of networking in OpenStack
Meetup 23 - 02 - OVN - The future of networking in OpenStack
 
Room 1 - 2 - Nguyễn Văn Thắng & Dzung Nguyen - Proxmox VE và ZFS over iscsi
Room 1 - 2 - Nguyễn Văn Thắng & Dzung Nguyen - Proxmox VE và ZFS over iscsiRoom 1 - 2 - Nguyễn Văn Thắng & Dzung Nguyen - Proxmox VE và ZFS over iscsi
Room 1 - 2 - Nguyễn Văn Thắng & Dzung Nguyen - Proxmox VE và ZFS over iscsi
 
OVN - Basics and deep dive
OVN - Basics and deep diveOVN - Basics and deep dive
OVN - Basics and deep dive
 
Deploying IPv6 on OpenStack
Deploying IPv6 on OpenStackDeploying IPv6 on OpenStack
Deploying IPv6 on OpenStack
 
Routed Provider Networks on OpenStack
Routed Provider Networks on OpenStack Routed Provider Networks on OpenStack
Routed Provider Networks on OpenStack
 
Virtualization Vs. Containers
Virtualization Vs. ContainersVirtualization Vs. Containers
Virtualization Vs. Containers
 
Proxmox for DevOps
Proxmox for DevOpsProxmox for DevOps
Proxmox for DevOps
 
[오픈소스컨설팅] 쿠버네티스와 쿠버네티스 on 오픈스택 비교 및 구축 방법
[오픈소스컨설팅] 쿠버네티스와 쿠버네티스 on 오픈스택 비교  및 구축 방법[오픈소스컨설팅] 쿠버네티스와 쿠버네티스 on 오픈스택 비교  및 구축 방법
[오픈소스컨설팅] 쿠버네티스와 쿠버네티스 on 오픈스택 비교 및 구축 방법
 
Red Hat Openshift Fundamentals.pptx
Red Hat Openshift Fundamentals.pptxRed Hat Openshift Fundamentals.pptx
Red Hat Openshift Fundamentals.pptx
 
Evolution of Openstack Networking at CERN
Evolution of Openstack Networking at CERNEvolution of Openstack Networking at CERN
Evolution of Openstack Networking at CERN
 

Similar to Comparing IaaS :VMware vs OpenStack vs Google’s Ganeti

Comparing IaaS: VMware vs OpenStack vs Google’s Ganeti
Comparing IaaS: VMware vs OpenStack vs Google’s GanetiComparing IaaS: VMware vs OpenStack vs Google’s Ganeti
Comparing IaaS: VMware vs OpenStack vs Google’s GanetiGiuseppe Paterno'
 
At the Crossroads of HPC and Cloud Computing with Openstack
At the Crossroads of HPC and Cloud Computing with OpenstackAt the Crossroads of HPC and Cloud Computing with Openstack
At the Crossroads of HPC and Cloud Computing with OpenstackRyan Aydelott
 
OpenStack Cinder Best Practices - Meet Up
OpenStack Cinder Best Practices - Meet UpOpenStack Cinder Best Practices - Meet Up
OpenStack Cinder Best Practices - Meet UpAaron Delp
 
Learn OpenStack from trystack.cn
Learn OpenStack from trystack.cnLearn OpenStack from trystack.cn
Learn OpenStack from trystack.cnOpenCity Community
 
OpenStack - JobShop @Iași, 2016
OpenStack - JobShop @Iași, 2016OpenStack - JobShop @Iași, 2016
OpenStack - JobShop @Iași, 2016Alexandru Coman
 
Data Con LA 2022-Open Source or Open Core in Your Data Layer? What Needs to B...
Data Con LA 2022-Open Source or Open Core in Your Data Layer? What Needs to B...Data Con LA 2022-Open Source or Open Core in Your Data Layer? What Needs to B...
Data Con LA 2022-Open Source or Open Core in Your Data Layer? What Needs to B...Data Con LA
 
F19 slidedeck (OpenStack^H^H^H^Hhift, what the)
F19 slidedeck (OpenStack^H^H^H^Hhift, what the)F19 slidedeck (OpenStack^H^H^H^Hhift, what the)
F19 slidedeck (OpenStack^H^H^H^Hhift, what the)Gerard Braad
 
Open Source Investments in Mainframe Through the Next Generation - Showcasing...
Open Source Investments in Mainframe Through the Next Generation - Showcasing...Open Source Investments in Mainframe Through the Next Generation - Showcasing...
Open Source Investments in Mainframe Through the Next Generation - Showcasing...Open Mainframe Project
 
OpenSouthCode 2016 - Accenture DevOps Platform 2016-05-07
OpenSouthCode 2016  - Accenture DevOps Platform 2016-05-07OpenSouthCode 2016  - Accenture DevOps Platform 2016-05-07
OpenSouthCode 2016 - Accenture DevOps Platform 2016-05-07Jorge Hidalgo
 
An overview of OpenStack for the VMware community
An overview of OpenStack for the VMware communityAn overview of OpenStack for the VMware community
An overview of OpenStack for the VMware communityAnthony Chow
 
Using Open Source technologies to create Enterprise Level Cloud System
Using Open Source technologies to create Enterprise Level Cloud SystemUsing Open Source technologies to create Enterprise Level Cloud System
Using Open Source technologies to create Enterprise Level Cloud SystemOpenFest team
 
Introduction to Stacki - World's fastest Linux server provisioning Tool
Introduction to Stacki - World's fastest Linux server provisioning ToolIntroduction to Stacki - World's fastest Linux server provisioning Tool
Introduction to Stacki - World's fastest Linux server provisioning ToolSuresh Paulraj
 
OpenStack Telco Architecture: OpenStack Summit Boston 2017
OpenStack Telco Architecture: OpenStack Summit Boston 2017OpenStack Telco Architecture: OpenStack Summit Boston 2017
OpenStack Telco Architecture: OpenStack Summit Boston 2017Christian "kiko" Reis
 
OpenNebulaConf 2016 - OpenNebula, a story about flexibility and technological...
OpenNebulaConf 2016 - OpenNebula, a story about flexibility and technological...OpenNebulaConf 2016 - OpenNebula, a story about flexibility and technological...
OpenNebulaConf 2016 - OpenNebula, a story about flexibility and technological...OpenNebula Project
 
Netflix Open Source Meetup Season 3 Episode 2
Netflix Open Source Meetup Season 3 Episode 2Netflix Open Source Meetup Season 3 Episode 2
Netflix Open Source Meetup Season 3 Episode 2aspyker
 
NetflixOSS Meetup season 3 episode 2
NetflixOSS Meetup season 3 episode 2NetflixOSS Meetup season 3 episode 2
NetflixOSS Meetup season 3 episode 2Ruslan Meshenberg
 
OpenStack Day Italy: openATTC as an open storage platform for OpenStack
OpenStack Day Italy: openATTC as an open storage platform for OpenStackOpenStack Day Italy: openATTC as an open storage platform for OpenStack
OpenStack Day Italy: openATTC as an open storage platform for OpenStackit-novum
 
Comparing open source private cloud platforms
Comparing open source private cloud platformsComparing open source private cloud platforms
Comparing open source private cloud platformsOSCON Byrum
 
Closing the Storage gap - presentation from OpenStack Summit in Vancouver 2015
Closing the Storage gap - presentation from OpenStack Summit in Vancouver 2015Closing the Storage gap - presentation from OpenStack Summit in Vancouver 2015
Closing the Storage gap - presentation from OpenStack Summit in Vancouver 2015it-novum
 
Provisioning Servers Made Easy
Provisioning Servers Made EasyProvisioning Servers Made Easy
Provisioning Servers Made EasyAll Things Open
 

Similar to Comparing IaaS :VMware vs OpenStack vs Google’s Ganeti (20)

Comparing IaaS: VMware vs OpenStack vs Google’s Ganeti
Comparing IaaS: VMware vs OpenStack vs Google’s GanetiComparing IaaS: VMware vs OpenStack vs Google’s Ganeti
Comparing IaaS: VMware vs OpenStack vs Google’s Ganeti
 
At the Crossroads of HPC and Cloud Computing with Openstack
At the Crossroads of HPC and Cloud Computing with OpenstackAt the Crossroads of HPC and Cloud Computing with Openstack
At the Crossroads of HPC and Cloud Computing with Openstack
 
OpenStack Cinder Best Practices - Meet Up
OpenStack Cinder Best Practices - Meet UpOpenStack Cinder Best Practices - Meet Up
OpenStack Cinder Best Practices - Meet Up
 
Learn OpenStack from trystack.cn
Learn OpenStack from trystack.cnLearn OpenStack from trystack.cn
Learn OpenStack from trystack.cn
 
OpenStack - JobShop @Iași, 2016
OpenStack - JobShop @Iași, 2016OpenStack - JobShop @Iași, 2016
OpenStack - JobShop @Iași, 2016
 
Data Con LA 2022-Open Source or Open Core in Your Data Layer? What Needs to B...
Data Con LA 2022-Open Source or Open Core in Your Data Layer? What Needs to B...Data Con LA 2022-Open Source or Open Core in Your Data Layer? What Needs to B...
Data Con LA 2022-Open Source or Open Core in Your Data Layer? What Needs to B...
 
F19 slidedeck (OpenStack^H^H^H^Hhift, what the)
F19 slidedeck (OpenStack^H^H^H^Hhift, what the)F19 slidedeck (OpenStack^H^H^H^Hhift, what the)
F19 slidedeck (OpenStack^H^H^H^Hhift, what the)
 
Open Source Investments in Mainframe Through the Next Generation - Showcasing...
Open Source Investments in Mainframe Through the Next Generation - Showcasing...Open Source Investments in Mainframe Through the Next Generation - Showcasing...
Open Source Investments in Mainframe Through the Next Generation - Showcasing...
 
OpenSouthCode 2016 - Accenture DevOps Platform 2016-05-07
OpenSouthCode 2016  - Accenture DevOps Platform 2016-05-07OpenSouthCode 2016  - Accenture DevOps Platform 2016-05-07
OpenSouthCode 2016 - Accenture DevOps Platform 2016-05-07
 
An overview of OpenStack for the VMware community
An overview of OpenStack for the VMware communityAn overview of OpenStack for the VMware community
An overview of OpenStack for the VMware community
 
Using Open Source technologies to create Enterprise Level Cloud System
Using Open Source technologies to create Enterprise Level Cloud SystemUsing Open Source technologies to create Enterprise Level Cloud System
Using Open Source technologies to create Enterprise Level Cloud System
 
Introduction to Stacki - World's fastest Linux server provisioning Tool
Introduction to Stacki - World's fastest Linux server provisioning ToolIntroduction to Stacki - World's fastest Linux server provisioning Tool
Introduction to Stacki - World's fastest Linux server provisioning Tool
 
OpenStack Telco Architecture: OpenStack Summit Boston 2017
OpenStack Telco Architecture: OpenStack Summit Boston 2017OpenStack Telco Architecture: OpenStack Summit Boston 2017
OpenStack Telco Architecture: OpenStack Summit Boston 2017
 
OpenNebulaConf 2016 - OpenNebula, a story about flexibility and technological...
OpenNebulaConf 2016 - OpenNebula, a story about flexibility and technological...OpenNebulaConf 2016 - OpenNebula, a story about flexibility and technological...
OpenNebulaConf 2016 - OpenNebula, a story about flexibility and technological...
 
Netflix Open Source Meetup Season 3 Episode 2
Netflix Open Source Meetup Season 3 Episode 2Netflix Open Source Meetup Season 3 Episode 2
Netflix Open Source Meetup Season 3 Episode 2
 
NetflixOSS Meetup season 3 episode 2
NetflixOSS Meetup season 3 episode 2NetflixOSS Meetup season 3 episode 2
NetflixOSS Meetup season 3 episode 2
 
OpenStack Day Italy: openATTC as an open storage platform for OpenStack
OpenStack Day Italy: openATTC as an open storage platform for OpenStackOpenStack Day Italy: openATTC as an open storage platform for OpenStack
OpenStack Day Italy: openATTC as an open storage platform for OpenStack
 
Comparing open source private cloud platforms
Comparing open source private cloud platformsComparing open source private cloud platforms
Comparing open source private cloud platforms
 
Closing the Storage gap - presentation from OpenStack Summit in Vancouver 2015
Closing the Storage gap - presentation from OpenStack Summit in Vancouver 2015Closing the Storage gap - presentation from OpenStack Summit in Vancouver 2015
Closing the Storage gap - presentation from OpenStack Summit in Vancouver 2015
 
Provisioning Servers Made Easy
Provisioning Servers Made EasyProvisioning Servers Made Easy
Provisioning Servers Made Easy
 

Recently uploaded

Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodJuan lago vázquez
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Bhuvaneswari Subramani
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Angeliki Cooney
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MIND CTI
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsNanddeep Nachan
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Zilliz
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
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 WorkerThousandEyes
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Zilliz
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesrafiqahmad00786416
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxRustici Software
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...apidays
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Victor Rentea
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelDeepika Singh
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...apidays
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 

Recently uploaded (20)

Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
 
Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
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
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 

Comparing IaaS :VMware vs OpenStack vs Google’s Ganeti

  • 1. ganeti Comparing IaaS VMware vs OpenStack vs Google’s Ganeti November 2013 Giuseppe “Gippa” Paternò giovedì 7 novembre 13
  • 2. Knowing “Gippa” .... • EMEA Cloud Solution Architect for Canonical (the company behind Ubuntu). In this role I work closely with the OpenStack community to deploy clouds mostly for big telcos in Europe and Middle-East. (www.canonical.com and www.ubuntu.com) • CTO of GARL, the Swiss company behind the SecurePass cloud identity management service. While mostly focused on identity and security, I cooperate with the Google’s Ganeti project and team. (www.garl.ch and www.secure-pass.net) • Previously Senior Solution Architect in Red Hat, Sun Microsystems and also in IBM. • Works with Linux since 1996, I know most of the Open Source community. Within my (little) spare time, I publish books and whitepapers giovedì 7 novembre 13
  • 4. You don’t know VMware? Seriously? giovedì 7 novembre 13
  • 6. About OpenStack • OpenSource under Apache license • Born in 2010 from an idea of NASA and RackSpace • Managed by the OpenStack Foundation, a non-profit corporate entity established in September 2012 • Aim to create Amazon-like services, with EC2 and S3 compatibility • More than 200 members, among those: Canonical/Ubuntu, VMware, HP, IBM, RackSpace, Microsoft, AT&T, SuSE, RedHat giovedì 7 novembre 13
  • 8. OpenStack an umbrella project for Nova (Compute, where VMs are run) Cinder (Block Storage, persistent storage for VMs) Swift (Object Storage, snapshots and nonfrequently updated data) giovedì 7 novembre 13 Keystone (Identity Management) Neutron (Networking and SDN) Glance (Image Service, where templates are)
  • 9. OpenStack logical view Complex! Can you handle it? giovedì 7 novembre 13
  • 10. About Google’s Ganeti • Ganeti is a virtual machine cluster management tool • Created by Google for Google (don’t forget!) • Used internally in Google to serve the whole of Google's corporate infrastructure globally • Open Source since 2007 giovedì 7 novembre 13 • Essentially a wrapper for existing well-proven rock-solid Linux technologies • In-line with Google’s philosophy of using commodity hardware • Conceived to use cheap local storage
  • 11. Cluster Node Mirrored Instance Instance Instance Mirrored Instance Ganeti components (enterprise deploy) Cluster Node (Master, APIs responder) Cluster Node (Candidate Master) Ganeti Network VLANs Trunk or Open vswitch (beta) Using Ganeti as a “standard” virtual engine management giovedì 7 novembre 13
  • 12. Ganeti components (full cloud deployment) Using Ganeti at maximum power with Synnefo and OpenStack compatibility giovedì 7 novembre 13
  • 13. Ganeti and Web UI Ganeti per-se doesn’t provide a GUI, just command line and APIs. Google has its own internal GUI that is not OSS, but there are two GUIs available: Ganeti Web Manager Simple HTML GUI for handling virtual machines Easy to integrate into custom internal workflows and processes. giovedì 7 novembre 13 Synnefo Full cloud infrastructure compatible with OpenStack made by the Greek Research and Technology Network (GRNET)
  • 14. What really matters to IT Managers? Has to be easy to use Management tools, optional web interface Entry cost and maintenance, the lower the better giovedì 7 novembre 13 Easy to find skills and support Integration with other platforms
  • 15. VMware Pro/Cons • Feature rich (vSphere HA, vMotion, DRS, I/O control) • Per core license - expensive • Proprietary platform • Very large ecosystems • All os vendors make it supported and certified under ESXi • ESXi can be downloaded and used freely giovedì 7 novembre 13 • ESXi can not be APIs accessed need to buy licenses
  • 16. OpenStack Pro/Cons • Probably the most successful example of Open Source project after Linux • Support from many OEMs and OS vendors • Interoperability with many components, just pick your favorite one and plug it in • Standard and well accepted APIs giovedì 7 novembre 13 • Very complex to setup and troubleshoot • Although common codebase, might differ from implementations • Need high numbers of management nodes • High skills required to run the cluster
  • 17. Ganeti Pro/Cons • Lightweight architecture • Can start with a single node and scale out easily • Designed for use local storage and cheap storage (like Ceph) • Great for "standard" Linux and Windows workloads • No official vendor support (check if KVM is supported) • Needs slightly more skills than VMware (and less than openstack) • HA of master need to be triggered from Monitoring platform • Lack of some features (ex: storage vmotion) • Easy to pick up for a standard Linux sysadmin ganeti giovedì 7 novembre 13
  • 18. Comparing technical features VMware OpenStack Ganeti Hypervisor ESXi Many, including KVM, LXC, ESXi, Hyper-V KVM, Xen (LXC next) Customer and operations access Windows client, vCloud Director (EOL’d) OpenStack native dashboard, 3rd parties dashboards, CLI Ganeti Web manager, Synnefo, CLI Storage VMFS over SAN and iSCSI Default non-persistent images. Pluggable Cinder: block volumes, Ceph, several vendor SAN Native: local disks, DRBD, Ceph. Pluggable external storage. Network Traditional switching infrastructure, SDN with additional products Traditional switching and Software Defined Network Traditional switching, pluggable extensions to Software Defined Network giovedì 7 novembre 13
  • 19. Comparing technical features VMware OpenStack Ganeti Image management Catalogs & templates, OVF import Glance Image Service, support all popular image formats Imports all popular formats (same technologies of OpenStack) Management System vCenter Nova (Cluster Controller) Distributed management (similar to cluster) High Availability vCenter Heartbeat Nova for VMs HA; OpenStack HA project for infrastructure components Different philosophy, triggered by monitoring (ex: Nagios, GARL’s clumond) 2.9 adds auto-repair APIs Proprietary, mostly only under perl and powershell Open REST APIs, compatibility with Amazon EC2 & S3 Open REST APIs, OpenStack compatible APIs through Synnefo giovedì 7 novembre 13
  • 20. Comparing non-technical features VMware Costs OpenStack Ganeti License + maintenance fee Open Source. Some might charge for a maintenance fee for enterprise support Open Source Industries Cloud management platform Virtualization for enterprises, small/medium cloud Virtualization for enterprises for large providers, carriers providers, private cloud and and large outsourcers outsourcers Skills Basic system administration High-end skills required, including system and network Linux command line knowledge Migration VMware converter for P2V and other virtualization formats Any to any through built-in qemu tools Any to any through built-in qemu tools Workloads Traditional workloads, great for certified platforms (Oracle, SAP, ...) Typical Web 2.0 workloads Typical web 2.0 workloads, it works with traditional workloads (although might not be certified) giovedì 7 novembre 13
  • 21. Comparing non-technical features VMware OpenStack Ganeti Flexibility Great guest OS support, large ecosystem Primarily created for Linux, Windows supported on the same infrastructure Primarily created for Linux, Windows supported on the same infrastructure Expansion Max 32 physical nodes, though not recommended No actual limitation (might be handy create different Availability Zones) Max 40 physical nodes, about 1200 virtual machines Documentation and support VMWare commercial telephone/web support Active community, choice of vendor support Support from vendors available for the OS and virtualization, not Ganeti itself SW/HW Certifications Yes Yes Yes (for the OS) giovedì 7 novembre 13
  • 22. Ganeti, how easy can be Can be as easy as just filling a form and a virtual machine can be deployed in 120 seconds. giovedì 7 novembre 13
  • 23. Personal positioning of the technologies Enterprises ISPs/Carriers Virtualization Full cloud (Amazon-like) giovedì 7 novembre 13
  • 24. What platform is good for you? If you need certified traditional workloads (ex: Oracle, SAP, Microsoft Dynamics, …) AND you have money AND you want all the point-and-click features, this is a no-brainer decision: go for VMware giovedì 7 novembre 13
  • 25. What platform is good for you? If you are a large company or ISPs with hundreds of VMs and networks being destroyed and created daily and have budget of having more than 15 physical nodes to start, go for OpenStack giovedì 7 novembre 13
  • 26. What platform is good for you? If you wish to start small, but wish to be able to scale and you are not caught in the certification craziness (the most important thing is that works with no problem), then choose Ganeti giovedì 7 novembre 13
  • 27. Acknowledgements Donatella Dalla Benetta, Marketing GARL Michele Tartara, Engineering Google Constantinos Venetsanopoulos, Engineering GRNET Also thanks to the remaining Google engineering team (in particular Guido Trotter and Helga Velroyen) and all my colleagues and former colleagues involved in the OpenStack community (special thanks to Stefano Maffulli) giovedì 7 novembre 13