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ò
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
Private IaaS Today!
You don’t know VMware?
Seriously?
VMware components
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
OpenStack components
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)

Keystone (Identity
Management)
Neutron (Networking and
SDN)
Glance (Image Service,
where templates are)
OpenStack logical view
Complex!
Can you handle
it?
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

• 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
Ganeti components (full cloud deployment)

Using Ganeti at maximum power
with Synnefo and OpenStack compatibility
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.

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

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

• 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

• 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
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
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
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)
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)
Ganeti, how easy can be

Can be as easy as
just filling a form and
a virtual machine can
be deployed in 120
seconds.
Personal positioning of the technologies

Enterprises

ISPs/Carriers

Virtualization

Full cloud
(Amazon-like)
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
What platform is good for you?
If you are a large company or ISP 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
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
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)
Giuseppe “Gippa” Paternò
gpaterno@gpaterno.com
www.gpaterno.com
Twitter: @gpaterno

More Related Content

What's hot

What's hot (20)

Oracle COTS Applications on AWS
Oracle COTS Applications on AWSOracle COTS Applications on AWS
Oracle COTS Applications on AWS
 
What is Cloud Native Explained?
What is Cloud Native Explained?What is Cloud Native Explained?
What is Cloud Native Explained?
 
Devops Devops Devops, at Froscon
Devops Devops Devops, at FrosconDevops Devops Devops, at Froscon
Devops Devops Devops, at Froscon
 
DevOps
DevOps DevOps
DevOps
 
Pentest is yesterday, DevSecOps is tomorrow
Pentest is yesterday, DevSecOps is tomorrowPentest is yesterday, DevSecOps is tomorrow
Pentest is yesterday, DevSecOps is tomorrow
 
What is DevOps | DevOps Introduction | DevOps Training | DevOps Tutorial | Ed...
What is DevOps | DevOps Introduction | DevOps Training | DevOps Tutorial | Ed...What is DevOps | DevOps Introduction | DevOps Training | DevOps Tutorial | Ed...
What is DevOps | DevOps Introduction | DevOps Training | DevOps Tutorial | Ed...
 
Introduction to docker
Introduction to dockerIntroduction to docker
Introduction to docker
 
Getting Started with Infrastructure as Code
Getting Started with Infrastructure as CodeGetting Started with Infrastructure as Code
Getting Started with Infrastructure as Code
 
Secured Mobile Application Development in Android, Blackberry & iOS
Secured Mobile Application Development in Android, Blackberry & iOSSecured Mobile Application Development in Android, Blackberry & iOS
Secured Mobile Application Development in Android, Blackberry & iOS
 
The What, Why, and How of DevSecOps
The What, Why, and How of DevSecOpsThe What, Why, and How of DevSecOps
The What, Why, and How of DevSecOps
 
Demystifying DevSecOps
Demystifying DevSecOpsDemystifying DevSecOps
Demystifying DevSecOps
 
DevSecOps and the CI/CD Pipeline
 DevSecOps and the CI/CD Pipeline DevSecOps and the CI/CD Pipeline
DevSecOps and the CI/CD Pipeline
 
Devops Mindset Essentials
Devops Mindset EssentialsDevops Mindset Essentials
Devops Mindset Essentials
 
Azure DevOps Best Practices Webinar
Azure DevOps Best Practices WebinarAzure DevOps Best Practices Webinar
Azure DevOps Best Practices Webinar
 
Introduction to Docker - 2017
Introduction to Docker - 2017Introduction to Docker - 2017
Introduction to Docker - 2017
 
DevOps seminar ppt
DevOps seminar ppt DevOps seminar ppt
DevOps seminar ppt
 
DevOps a pratical approach
DevOps a pratical approachDevOps a pratical approach
DevOps a pratical approach
 
DevOps without DevOps Tools
DevOps without DevOps ToolsDevOps without DevOps Tools
DevOps without DevOps Tools
 
Enterprise WAN Transformation: SD-WAN, SASE, and the Pandemic
Enterprise WAN Transformation: SD-WAN, SASE, and the PandemicEnterprise WAN Transformation: SD-WAN, SASE, and the Pandemic
Enterprise WAN Transformation: SD-WAN, SASE, and the Pandemic
 
DevSecOps - CI/CD com Pentest e Análise de Vulnerabilidades
DevSecOps - CI/CD com Pentest e Análise de VulnerabilidadesDevSecOps - CI/CD com Pentest e Análise de Vulnerabilidades
DevSecOps - CI/CD com Pentest e Análise de Vulnerabilidades
 

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

Backroll: Production Grade KVM Backup Solution Integrated in CloudStack
Backroll: Production Grade KVM Backup Solution Integrated in CloudStackBackroll: Production Grade KVM Backup Solution Integrated in CloudStack
Backroll: Production Grade KVM Backup Solution Integrated in CloudStack
ShapeBlue
 
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
 
Virtualization Techniques & Cloud Compting
Virtualization Techniques & Cloud ComptingVirtualization Techniques & Cloud Compting
Virtualization Techniques & Cloud Compting
Ahmed Mekkawy
 
Intro to Docker October 2013
Intro to Docker October 2013Intro to Docker October 2013
Intro to Docker October 2013
Docker, Inc.
 

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
 
Securedata - Build a virtualization service on standard hardware
Securedata - Build a virtualization service on standard hardwareSecuredata - Build a virtualization service on standard hardware
Securedata - Build a virtualization service on standard hardware
 
Comparing open source private cloud platforms
Comparing open source private cloud platformsComparing open source private cloud platforms
Comparing open source private cloud platforms
 
VMworld 2013: Deploying vSphere with OpenStack: What It Means to Your Cloud E...
VMworld 2013: Deploying vSphere with OpenStack: What It Means to Your Cloud E...VMworld 2013: Deploying vSphere with OpenStack: What It Means to Your Cloud E...
VMworld 2013: Deploying vSphere with OpenStack: What It Means to Your Cloud E...
 
Elatt Presentation
Elatt PresentationElatt Presentation
Elatt Presentation
 
Cloudy in Indonesia: Java and Cloud
Cloudy in Indonesia: Java and CloudCloudy in Indonesia: Java and Cloud
Cloudy in Indonesia: Java and Cloud
 
Backroll: Production Grade KVM Backup Solution Integrated in CloudStack
Backroll: Production Grade KVM Backup Solution Integrated in CloudStackBackroll: Production Grade KVM Backup Solution Integrated in CloudStack
Backroll: Production Grade KVM Backup Solution Integrated in CloudStack
 
OpenStack - JobShop @Iași, 2016
OpenStack - JobShop @Iași, 2016OpenStack - JobShop @Iași, 2016
OpenStack - JobShop @Iași, 2016
 
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
 
OpenStack: Why Is It Gaining So Much Traction?
OpenStack: Why Is It Gaining So Much Traction?OpenStack: Why Is It Gaining So Much Traction?
OpenStack: Why Is It Gaining So Much Traction?
 
VMware - Openstack e VMware: la strana coppia
VMware - Openstack e VMware: la strana coppia VMware - Openstack e VMware: la strana coppia
VMware - Openstack e VMware: la strana coppia
 
Tlu introduction-to-cloud
Tlu introduction-to-cloudTlu introduction-to-cloud
Tlu introduction-to-cloud
 
Delivering IaaS with Open Source Software
Delivering IaaS with Open Source SoftwareDelivering IaaS with Open Source Software
Delivering IaaS with Open Source Software
 
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)
 
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...
 
Webinar Docker Tri Series
Webinar Docker Tri SeriesWebinar Docker Tri Series
Webinar Docker Tri Series
 
Virtualization Techniques & Cloud Compting
Virtualization Techniques & Cloud ComptingVirtualization Techniques & Cloud Compting
Virtualization Techniques & Cloud Compting
 
Intro to Docker October 2013
Intro to Docker October 2013Intro to Docker October 2013
Intro to Docker October 2013
 
Private cloud cloud-phoenix-april-2014
Private cloud cloud-phoenix-april-2014Private cloud cloud-phoenix-april-2014
Private cloud cloud-phoenix-april-2014
 
The challenge of application distribution - Introduction to Docker (2014 dec ...
The challenge of application distribution - Introduction to Docker (2014 dec ...The challenge of application distribution - Introduction to Docker (2014 dec ...
The challenge of application distribution - Introduction to Docker (2014 dec ...
 

More from Giuseppe Paterno'

Let's sleep better: programming techniques to face new security attacks in cloud
Let's sleep better: programming techniques to face new security attacks in cloudLet's sleep better: programming techniques to face new security attacks in cloud
Let's sleep better: programming techniques to face new security attacks in cloud
Giuseppe Paterno'
 
Remote security with Red Hat Enterprise Linux
Remote security with Red Hat Enterprise LinuxRemote security with Red Hat Enterprise Linux
Remote security with Red Hat Enterprise Linux
Giuseppe Paterno'
 
Il problema dei furti di identità nelle infrastrutture Cloud e possibili rimedi
Il problema dei furti di identità nelle infrastrutture Cloud e possibili rimediIl problema dei furti di identità nelle infrastrutture Cloud e possibili rimedi
Il problema dei furti di identità nelle infrastrutture Cloud e possibili rimedi
Giuseppe Paterno'
 
How the Post-PC era changed IT Ubuntu for next gen datacenters
How the Post-PC era changed IT Ubuntu for next gen datacentersHow the Post-PC era changed IT Ubuntu for next gen datacenters
How the Post-PC era changed IT Ubuntu for next gen datacenters
Giuseppe Paterno'
 
Filesystem Comparison: NFS vs GFS2 vs OCFS2
Filesystem Comparison: NFS vs GFS2 vs OCFS2Filesystem Comparison: NFS vs GFS2 vs OCFS2
Filesystem Comparison: NFS vs GFS2 vs OCFS2
Giuseppe Paterno'
 
Creating OTP with free software
Creating OTP with free softwareCreating OTP with free software
Creating OTP with free software
Giuseppe Paterno'
 
Protecting confidential files using SE-Linux
Protecting confidential files using SE-LinuxProtecting confidential files using SE-Linux
Protecting confidential files using SE-Linux
Giuseppe Paterno'
 
Secure real-time collaboration with SecurePass and Etherpad
Secure real-time collaboration with SecurePass and EtherpadSecure real-time collaboration with SecurePass and Etherpad
Secure real-time collaboration with SecurePass and Etherpad
Giuseppe Paterno'
 

More from Giuseppe Paterno' (15)

OpenStack e le nuove Infrastrutture IT
OpenStack e le nuove Infrastrutture ITOpenStack e le nuove Infrastrutture IT
OpenStack e le nuove Infrastrutture IT
 
OpenStack Explained: Learn OpenStack architecture and the secret of a success...
OpenStack Explained: Learn OpenStack architecture and the secret of a success...OpenStack Explained: Learn OpenStack architecture and the secret of a success...
OpenStack Explained: Learn OpenStack architecture and the secret of a success...
 
Let's sleep better: programming techniques to face new security attacks in cloud
Let's sleep better: programming techniques to face new security attacks in cloudLet's sleep better: programming techniques to face new security attacks in cloud
Let's sleep better: programming techniques to face new security attacks in cloud
 
SecurePass at OpenBrighton
SecurePass at OpenBrightonSecurePass at OpenBrighton
SecurePass at OpenBrighton
 
OpenStack: Security Beyond Firewalls
OpenStack: Security Beyond FirewallsOpenStack: Security Beyond Firewalls
OpenStack: Security Beyond Firewalls
 
Remote security with Red Hat Enterprise Linux
Remote security with Red Hat Enterprise LinuxRemote security with Red Hat Enterprise Linux
Remote security with Red Hat Enterprise Linux
 
Il problema dei furti di identità nelle infrastrutture Cloud e possibili rimedi
Il problema dei furti di identità nelle infrastrutture Cloud e possibili rimediIl problema dei furti di identità nelle infrastrutture Cloud e possibili rimedi
Il problema dei furti di identità nelle infrastrutture Cloud e possibili rimedi
 
How the Post-PC era changed IT Ubuntu for next gen datacenters
How the Post-PC era changed IT Ubuntu for next gen datacentersHow the Post-PC era changed IT Ubuntu for next gen datacenters
How the Post-PC era changed IT Ubuntu for next gen datacenters
 
Filesystem Comparison: NFS vs GFS2 vs OCFS2
Filesystem Comparison: NFS vs GFS2 vs OCFS2Filesystem Comparison: NFS vs GFS2 vs OCFS2
Filesystem Comparison: NFS vs GFS2 vs OCFS2
 
Creating OTP with free software
Creating OTP with free softwareCreating OTP with free software
Creating OTP with free software
 
Protecting confidential files using SE-Linux
Protecting confidential files using SE-LinuxProtecting confidential files using SE-Linux
Protecting confidential files using SE-Linux
 
La gestione delle identità per il controllo delle frodi bancarie
La gestione delle identità per il controllo delle frodi bancarieLa gestione delle identità per il controllo delle frodi bancarie
La gestione delle identità per il controllo delle frodi bancarie
 
Secure real-time collaboration with SecurePass and Etherpad
Secure real-time collaboration with SecurePass and EtherpadSecure real-time collaboration with SecurePass and Etherpad
Secure real-time collaboration with SecurePass and Etherpad
 
Identity theft in the Cloud and remedies
Identity theft in the Cloud and remediesIdentity theft in the Cloud and remedies
Identity theft in the Cloud and remedies
 
Il problema dei furti di identita' nelle infrastrutture Cloud e possibili rimedi
Il problema dei furti di identita' nelle infrastrutture Cloud e possibili rimediIl problema dei furti di identita' nelle infrastrutture Cloud e possibili rimedi
Il problema dei furti di identita' nelle infrastrutture Cloud e possibili rimedi
 

Recently uploaded

Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
vu2urc
 

Recently uploaded (20)

A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
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
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
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
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
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
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
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...
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
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
 

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ò
  • 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
  • 4. You don’t know VMware? Seriously?
  • 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
  • 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) Keystone (Identity Management) Neutron (Networking and SDN) Glance (Image Service, where templates are)
  • 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 • 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
  • 12. Ganeti components (full cloud deployment) Using Ganeti at maximum power with Synnefo and OpenStack compatibility
  • 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. 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 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 • 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 • 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
  • 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
  • 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
  • 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)
  • 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)
  • 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.
  • 23. Personal positioning of the technologies Enterprises ISPs/Carriers Virtualization Full cloud (Amazon-like)
  • 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
  • 25. What platform is good for you? If you are a large company or ISP 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
  • 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
  • 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)