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

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
 

What's hot (20)

OpenStack Neutron Tutorial
OpenStack Neutron TutorialOpenStack Neutron Tutorial
OpenStack Neutron Tutorial
 
OpenStack Networking
OpenStack NetworkingOpenStack Networking
OpenStack Networking
 
Cloud Native Applications on OpenShift
Cloud Native Applications on OpenShiftCloud Native Applications on OpenShift
Cloud Native Applications on OpenShift
 
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
 
Designing a complete ci cd pipeline using argo events, workflow and cd products
Designing a complete ci cd pipeline using argo events, workflow and cd productsDesigning a complete ci cd pipeline using argo events, workflow and cd products
Designing a complete ci cd pipeline using argo events, workflow and cd products
 
An Intrudction to OpenStack 2017
An Intrudction to OpenStack 2017An Intrudction to OpenStack 2017
An Intrudction to OpenStack 2017
 
(Draft) Kubernetes - A Comprehensive Overview
(Draft) Kubernetes - A Comprehensive Overview(Draft) Kubernetes - A Comprehensive Overview
(Draft) Kubernetes - A Comprehensive Overview
 
Software Defined Datacenter with Proxmox
Software Defined Datacenter with ProxmoxSoftware Defined Datacenter with Proxmox
Software Defined Datacenter with Proxmox
 
Virtualization Architecture & KVM
Virtualization Architecture & KVMVirtualization Architecture & KVM
Virtualization Architecture & KVM
 
Deploying CloudStack and Ceph with flexible VXLAN and BGP networking
Deploying CloudStack and Ceph with flexible VXLAN and BGP networking Deploying CloudStack and Ceph with flexible VXLAN and BGP networking
Deploying CloudStack and Ceph with flexible VXLAN and BGP networking
 
Red Hat OpenStack - Open Cloud Infrastructure
Red Hat OpenStack - Open Cloud InfrastructureRed Hat OpenStack - Open Cloud Infrastructure
Red Hat OpenStack - Open Cloud Infrastructure
 
An Introduction to OpenStack
An Introduction to OpenStackAn Introduction to OpenStack
An Introduction to OpenStack
 
오픈스택 기반 클라우드 서비스 구축 방안 및 사례
오픈스택 기반 클라우드 서비스 구축 방안 및 사례오픈스택 기반 클라우드 서비스 구축 방안 및 사례
오픈스택 기반 클라우드 서비스 구축 방안 및 사례
 
Exposing and Controlling Kafka Event Streaming with Kong Konnect Enterprise |...
Exposing and Controlling Kafka Event Streaming with Kong Konnect Enterprise |...Exposing and Controlling Kafka Event Streaming with Kong Konnect Enterprise |...
Exposing and Controlling Kafka Event Streaming with Kong Konnect Enterprise |...
 
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
 
An Introduction to Prometheus (GrafanaCon 2016)
An Introduction to Prometheus (GrafanaCon 2016)An Introduction to Prometheus (GrafanaCon 2016)
An Introduction to Prometheus (GrafanaCon 2016)
 
Red Hat OpenShift - a foundation for successful digital transformation
Red Hat OpenShift - a foundation for successful digital transformationRed Hat OpenShift - a foundation for successful digital transformation
Red Hat OpenShift - a foundation for successful digital transformation
 
Kubernetes
KubernetesKubernetes
Kubernetes
 
OpenStack Swift
OpenStack SwiftOpenStack Swift
OpenStack Swift
 
OpenStack Architecture
OpenStack ArchitectureOpenStack Architecture
OpenStack Architecture
 

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

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
 

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

+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 

Recently uploaded (20)

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
 
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...
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
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
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
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
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
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
 
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
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
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...
 
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...
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
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
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
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
 
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
 
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
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 

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