SlideShare a Scribd company logo
1 of 29
Download to read offline
Direc&ons	
  for	
  CloudStack	
  
Networking	
  
CloudStack	
  	
  SVUG	
  SDN	
  Meetup	
  
September	
  10	
  2015	
  
Chiradeep	
  ViCal	
  
@chiradeep	
  
About	
  me	
  
•  Founding	
  member	
  of	
  cloud.com	
  [	
  ini&al	
  
version	
  of	
  Apache	
  CloudStack]	
  
•  Developed	
  networking	
  and	
  storage	
  
subsystems	
  
•  Developed	
  SDN	
  (GRE	
  overlay),	
  NFV	
  (virtual	
  
router)	
  and	
  group-­‐based	
  policy	
  for	
  CloudStack	
  
•  PMC	
  member	
  of	
  Apache	
  CloudStack	
  
Agenda	
  
•  [Quick]	
  Introduc&on	
  to	
  CloudStack	
  
•  Overview	
  of	
  CloudStack	
  networking	
  
•  CloudStack	
  networking	
  futures	
  
Apache CloudStack is a
•  scalable, 
•  multi-tenant, 
•  open source, 
•  purpose-built,
•  cloud orchestration platform for 
•  delivering turnkey Infrastructure-as-a-
Service clouds
Apache CloudStack
•  Several	
  hundred	
  produc&on	
  clouds	
  
•  Largest	
  clouds	
  in	
  10’s	
  of	
  thousands	
  of	
  
hypervisors	
  
•  Sectors:	
  
• Hos&ng	
  
• Enterprise	
  &	
  Educa&on	
  
• Service	
  Providers	
  
• Web	
  2.0	
  
Commercial	
  and	
  Open	
  Source	
  Success	
  
How can you build your cloud?
Servers
Open Source Xen Hypervisor
Amazon Orchestration Software
AWS API (EC2, S3, …)
Amazon eCommerce Platform
Hypervisor
CloudStack Orchestration Software
Optional Portal
CloudStack or AWS API
StorageNetwork
Networking	
  Concerns	
  
•  Network	
  virtualiza&on	
  	
  
– Mul&-­‐tenancy	
  
•  Network	
  services	
  for	
  virtual	
  networks	
  and	
  
machines	
  
•  Network	
  automa&on	
  
•  Scalability	
  
Networking	
  Principles	
  in	
  Apache	
  
CloudStack	
  
•  Flexibility	
  
–  Allow	
  various	
  combina&ons	
  of	
  technology	
  for	
  L2-­‐L7	
  
network	
  services	
  
–  Allow	
  different	
  providers	
  (vendors)	
  for	
  the	
  same	
  
network	
  service	
  in	
  a	
  Cloud	
  POP	
  
•  Pluggability	
  
–  Plugins	
  allow	
  vendors	
  to	
  drop	
  in	
  vendor-­‐specific	
  
configura&on	
  and	
  lifecycle	
  management	
  code	
  
•  Service	
  scalability	
  
–  Scale	
  out	
  using	
  virtual	
  appliances	
  when	
  possible	
  
–  Scale	
  up	
  using	
  hardware	
  appliances	
  if	
  needed	
  
CloudStack	
  Architecture	
  
Orchestra&on	
  Core	
  
Plugin	
  
Framework	
  
Hypervisor	
  
Plugins	
  
Hypervisor	
  
Plugins	
  
Network	
  Plugins	
  
Network	
  Plugins	
  
Allocator	
  
Plugins	
  
Allocator	
  
Plugins	
  
Storage	
  Plugins	
  
CloudStack	
  Architecture	
  
Orchestra&on	
  Engine	
  
Plugin	
  
Framew
ork	
  
Hyperviso
r	
  Plugins	
  
Hyperviso
r	
  Plugins	
  
Network	
  
Plugins	
  
Network	
  
Plugins	
  
Allocator	
  
Plugins	
  
Storage	
  
Plugins	
  
API	
  
	
   API	
  
	
   API	
  
	
  
Storage	
  
Resource	
  
Physical Resources !
Storage	
  
Resource	
  
Network	
  
Resource	
  Network	
  
Resource	
  
Hypervisor	
  
Resource	
  Hypervisor	
  
Resource	
  
Allocator	
  
Plugins	
  
Allocator	
  
Plugins	
  
1
2
3
4
5
6
7
8
9
Orchestration steps usually executed in sequence!
SDN	
  /	
  Other	
  Overlays/Other	
  Devices	
  
•  Plugins	
  available	
  for	
  
– Midokura	
  
– NVP	
  
– Nuage	
  
– BigSwitch	
  
– Palo	
  Alto	
  
•  GRE	
  /	
  NVGRE	
  on	
  Xen/KVM	
  
•  VxLAN	
  on	
  KVM	
  
Mul&-­‐&er	
  virtual	
  networking	
  
VLAN2724
DB
VM 1!
Web
VM 1!
Web
VM 3!
Web
VM 2!
VLAN101
App
VM 1!
App
VM 2!
VLAN398
!
Virtual Router!
Internet!
Customer!
Premises!
IPSec VPN!
Private Gateway!Loadbalancer	
  
(HW	
  or	
  
Virtual)	
  
Network Services!
•  IPAM!
•  DNS!
•  LB [intra]!
•  S-2-S VPN!
•  Static Routes!
•  ACLs!
•  NAT, PF!
•  FW [ingress & egress]!
Virtual	
  networking	
  with	
  overlays	
  
GREKEY2724
DB
VM 1!
Web
VM 1!
Web
VM 3!
Web
VM 2!
GREKEY101
App
VM 1!
App
VM 2!
GREKEY398
!
VR + vSwitches!
Internet!
Customer!
Premises!
IPSec VPN!
Private Gateway!Loadbalancer	
  
(Virtual)	
  
Network Services!
•  IPAM!
•  DNS!
•  LB [intra]!
•  S-2-S VPN!
•  Static Routes!
•  ACLs!
•  NAT, PF!
•  FW [ingress & egress]!
vSwitch	
  (OVS)	
  used	
  to	
  route	
  
between	
  subnets	
  
Future	
  
•  Containers	
  
•  PaaS	
  
•  SDN	
  solu&ons	
  
•  NFV	
  	
  
•  IPv6	
  
•  Performance	
  
The	
  Narrow	
  Waist	
  Model	
  
of	
  the	
  Internet	
  	
  
Innova&on	
  
Innova&on	
  
Hard	
  to	
  change	
  
Apache	
  CloudStack	
  Narrow	
  Waist	
  
ACS	
  Core	
  
XenServer	
   KVM	
   Hyper-­‐V	
   vSphere	
  
NFS	
  	
   ISCSI	
   FC	
   VLAN	
   Overlay	
   CPU	
  
vCenter	
   libVirt	
   WMI	
   SDN	
  
DbaaS	
  
LBaaS	
  
MRaaS	
  
PaaS	
  
FWaaS	
  
Technology	
  
Applica&ons	
  
Innova&on	
  
Innova&on	
  
Harder	
  to	
  change	
  
Analy&cs*aaS	
   MLaaS	
  
CaaS	
  
Containers	
  on	
  CloudStack	
  
Containers	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  IaaS	
  
•  Containers	
  [run&mes	
  /	
  schedulers	
  /	
  
orchestrators]	
  aim	
  for	
  independence	
  from	
  
underlying	
  infrastructure	
  
– Implement	
  IP	
  address	
  management	
  
– Use	
  overlay	
  networking	
  between	
  containers	
  	
  
– Orchestrate	
  network	
  services	
  such	
  as	
  	
  proxies,	
  
firewalls,	
  port-­‐forwarding	
  
– Volume	
  (persistent	
  logical	
  blobs)	
  orchestra&on	
  
Containers	
  	
  	
  	
  	
  	
  	
  	
  	
  IaaS	
  
•  Containers	
  rely	
  on	
  IaaS	
  for	
  
– Mul&-­‐tenancy	
  
– Network	
  reachability	
  (plumbing)	
  
– Availability	
  of	
  block	
  storage	
  everywhere	
  
– On-­‐demand	
  block	
  storage	
  
– On-­‐demand	
  Container	
  host	
  (VM)	
  scaling	
  
– Network	
  services	
  such	
  as	
  VPN,	
  SSL	
  termina&on	
  
– Failure-­‐domain	
  isola&on	
  
– Affinity	
  /	
  an&-­‐affinity	
  
Containers	
  and	
  IaaS	
  -­‐	
  ques&ons	
  
•  Can	
  containers	
  grow	
  up	
  to	
  be	
  VMs?	
  
– Will	
  container	
  orchestrators	
  replace	
  IaaS	
  ?	
  
•  Can	
  VMs	
  slim	
  down	
  /	
  speed	
  up	
  to	
  have	
  
container-­‐like	
  experiences?	
  
– Will	
  IaaS	
  evolve	
  to	
  address	
  container	
  strengths?	
  
Containers	
  and	
  IaaS	
  -­‐	
  ques&ons	
  
•  Can	
  containers	
  grow	
  up	
  to	
  be	
  VMs?	
  
– Will	
  container	
  orchestrators	
  replace	
  IaaS	
  ?	
  
•  Can	
  VMs	
  slim	
  down	
  /	
  speed	
  up	
  to	
  have	
  
container-­‐like	
  experiences?	
  
– Will	
  IaaS	
  evolve	
  to	
  address	
  container	
  strengths?	
  
•  Can	
  containers	
  and	
  IaaS	
  work	
  together	
  to	
  
reduce	
  inefficiencies?	
  
Overlay	
  on	
  Overlay?	
  
Baremetal	
  to	
  Baremetal	
  
Physical	
  Layer	
  L3	
  Plumbi
VM	
  to	
  VM	
  
Overlay	
  on	
  IP/UDP/TCP	
  
Container	
  to	
  Container	
  
Overlay	
  on	
  Overlay	
  	
  
Docker	
  libNetwork	
  &	
  CloudStack?	
  
•  libnetwork	
  plugins	
  can	
  be	
  used	
  to	
  request	
  
CloudStack	
  network	
  resources:	
  
– IP	
  addresses	
  and	
  MAC	
  addresses	
  
– DNS,	
  DHCP	
  op&ons	
  
•  Requires	
  addi&on	
  to	
  CloudStack	
  APIs.	
  
•  Can	
  poten&ally	
  eliminate	
  overlay-­‐on-­‐overlay	
  
scenarios	
  
Future	
  SDN	
  integra&on	
  
•  OpenDaylight	
  –	
  	
  
–  “modular,	
  extensible,	
  scalable	
  and	
  mul&-­‐protocol	
  
controller	
  infrastructure”.	
  	
  
–  CloudStack	
  Networking	
  plugin	
  can	
  call	
  ODL	
  NB	
  API	
  
•  OVN	
  “opinionated	
  virtual	
  networking”	
  
–  “network	
  virtualiza&on	
  project	
  that	
  brings	
  virtual	
  
networking	
  to	
  Open	
  vSwitch”	
  
–  being	
  developed	
  by	
  the	
  core	
  OVS	
  team.	
  	
  
–  OVN	
  will	
  include	
  logical	
  switches	
  and	
  routers,	
  security	
  
groups,	
  and	
  L2/L3/L4	
  ACLs,	
  implemented	
  on	
  top	
  of	
  a	
  
tunnel-­‐based	
  overlay	
  network	
  
–  CloudStack	
  Networking	
  plugin	
  can	
  call	
  OVN	
  NB	
  API	
  
NFV	
  
•  Apache	
  CloudStack	
  is	
  an	
  early	
  adopter	
  of	
  NFV	
  
to	
  virtualize	
  network	
  services	
  	
  
– DHCP,	
  DNS,	
  L3	
  rou&ng,	
  VPN,	
  LB,	
  FW,	
  etc.	
  
– Knowledge	
  of	
  virtual	
  appliance	
  	
  somewhat	
  
“baked”	
  in	
  however.	
  
•  Ongoing	
  effort	
  to	
  allow	
  other	
  virtual	
  
appliances	
  to	
  integrate.	
  
– Lifecycle	
  management	
  of	
  NFV	
  appliance	
  
– Service	
  chaining	
  of	
  NFV	
  appliances	
  
PaaS	
  
•  PaaS	
  does	
  not	
  require	
  sophis&cated	
  network	
  
services	
  
•  CloudStack’s	
  dual	
  networking	
  models	
  adds	
  to	
  
integra&on	
  challenge	
  
•  CloudFoundry	
  CPI	
  plugin	
  integra&on	
  available	
  
– From	
  NTT	
  (out	
  of	
  date)	
  
– Ongoing	
  work	
  from	
  Orange.	
  
IPv6	
  
•  IPv6	
  addressing	
  available	
  in	
  limited	
  network	
  
configura&ons	
  
•  Work	
  ongoing	
  to	
  add	
  
– IPv6	
  support	
  to	
  Basic	
  Zone	
  (security	
  groups)	
  
– BGP	
  support	
  to	
  exchange	
  routes	
  with	
  external	
  
networks	
  
	
  
Performance	
  
•  Virtual	
  Router	
  performance	
  is	
  always	
  a	
  
wildcard	
  
– Performance	
  varies	
  with	
  infrastructure,	
  
hypervisor,	
  traffic	
  mix	
  
– Hard	
  to	
  op&mize	
  in	
  general	
  
•  Operators	
  would	
  be	
  well	
  served	
  with	
  
guidelines	
  on	
  VR	
  tuning	
  
•  Need	
  a	
  new	
  project	
  for	
  this	
  
Ques&ons?	
  

More Related Content

What's hot

Building clouds with apache cloudstack apache roadshow 2018
Building clouds with apache cloudstack   apache roadshow 2018Building clouds with apache cloudstack   apache roadshow 2018
Building clouds with apache cloudstack apache roadshow 2018ShapeBlue
 
Cloud Application Blueprints with Apache Brooklyn by Alex Henevald
Cloud Application Blueprints with Apache Brooklyn by Alex HenevaldCloud Application Blueprints with Apache Brooklyn by Alex Henevald
Cloud Application Blueprints with Apache Brooklyn by Alex Henevaldbuildacloud
 
Jenkins, jclouds, CloudStack, and CentOS by David Nalley
Jenkins, jclouds, CloudStack, and CentOS by David NalleyJenkins, jclouds, CloudStack, and CentOS by David Nalley
Jenkins, jclouds, CloudStack, and CentOS by David Nalleybuildacloud
 
OpenStack Best Practices and Considerations - terasky tech day
OpenStack Best Practices and Considerations  - terasky tech dayOpenStack Best Practices and Considerations  - terasky tech day
OpenStack Best Practices and Considerations - terasky tech dayArthur Berezin
 
KVM High Availability Regardless of Storage - Gabriel Brascher, VP of Apache ...
KVM High Availability Regardless of Storage - Gabriel Brascher, VP of Apache ...KVM High Availability Regardless of Storage - Gabriel Brascher, VP of Apache ...
KVM High Availability Regardless of Storage - Gabriel Brascher, VP of Apache ...ShapeBlue
 
Designing Lean CloudStack Environments for the Edge - IndiQus - CloudStack E...
 Designing Lean CloudStack Environments for the Edge - IndiQus - CloudStack E... Designing Lean CloudStack Environments for the Edge - IndiQus - CloudStack E...
Designing Lean CloudStack Environments for the Edge - IndiQus - CloudStack E...ShapeBlue
 
Hypervisor Selection in Apache CloudStack 4.4
Hypervisor Selection in Apache CloudStack 4.4Hypervisor Selection in Apache CloudStack 4.4
Hypervisor Selection in Apache CloudStack 4.4Tim Mackey
 
Cloud Computing Open Stack Compute Node
Cloud Computing Open Stack Compute NodeCloud Computing Open Stack Compute Node
Cloud Computing Open Stack Compute NodePalak Sood
 
Better, Faster, Cheaper Infrastructure: Apache CloudStack and Riak CS
Better, Faster, Cheaper Infrastructure: Apache CloudStack and Riak CSBetter, Faster, Cheaper Infrastructure: Apache CloudStack and Riak CS
Better, Faster, Cheaper Infrastructure: Apache CloudStack and Riak CSJohn Burwell
 
Build public private cloud using openstack
Build public private cloud using openstackBuild public private cloud using openstack
Build public private cloud using openstackFramgia Vietnam
 
2 Day Bootcamp for OpenStack--Cloud Training by Mirantis (Preview)
2 Day Bootcamp for OpenStack--Cloud Training by Mirantis (Preview)2 Day Bootcamp for OpenStack--Cloud Training by Mirantis (Preview)
2 Day Bootcamp for OpenStack--Cloud Training by Mirantis (Preview)Mirantis
 
CloudStack challenges for China customers
CloudStack challenges for China customersCloudStack challenges for China customers
CloudStack challenges for China customersgavin_lee
 
[OpenStack Day in Korea 2015] Track 2-6 - Apache Tajo on Swift
[OpenStack Day in Korea 2015] Track 2-6 - Apache Tajo on Swift[OpenStack Day in Korea 2015] Track 2-6 - Apache Tajo on Swift
[OpenStack Day in Korea 2015] Track 2-6 - Apache Tajo on SwiftOpenStack Korea Community
 
Developing the Stratoscale System at Scale - Muli Ben-Yehuda, Stratoscale - D...
Developing the Stratoscale System at Scale - Muli Ben-Yehuda, Stratoscale - D...Developing the Stratoscale System at Scale - Muli Ben-Yehuda, Stratoscale - D...
Developing the Stratoscale System at Scale - Muli Ben-Yehuda, Stratoscale - D...DevOpsDays Tel Aviv
 
Cloud Architect Alliance #15: Openstack
Cloud Architect Alliance #15: OpenstackCloud Architect Alliance #15: Openstack
Cloud Architect Alliance #15: OpenstackMicrosoft
 
CloudStack Networking at CloudOpen Japan
CloudStack Networking at CloudOpen JapanCloudStack Networking at CloudOpen Japan
CloudStack Networking at CloudOpen JapanKimihiko Kitase
 
Stratoscale Latest and Greatest
Stratoscale Latest and GreatestStratoscale Latest and Greatest
Stratoscale Latest and GreatestZach Lanksbury
 

What's hot (20)

CloudStack vs Openstack
CloudStack vs OpenstackCloudStack vs Openstack
CloudStack vs Openstack
 
Building clouds with apache cloudstack apache roadshow 2018
Building clouds with apache cloudstack   apache roadshow 2018Building clouds with apache cloudstack   apache roadshow 2018
Building clouds with apache cloudstack apache roadshow 2018
 
Cloud stack for_beginners
Cloud stack for_beginnersCloud stack for_beginners
Cloud stack for_beginners
 
Cloud Application Blueprints with Apache Brooklyn by Alex Henevald
Cloud Application Blueprints with Apache Brooklyn by Alex HenevaldCloud Application Blueprints with Apache Brooklyn by Alex Henevald
Cloud Application Blueprints with Apache Brooklyn by Alex Henevald
 
Jenkins, jclouds, CloudStack, and CentOS by David Nalley
Jenkins, jclouds, CloudStack, and CentOS by David NalleyJenkins, jclouds, CloudStack, and CentOS by David Nalley
Jenkins, jclouds, CloudStack, and CentOS by David Nalley
 
OpenStack Best Practices and Considerations - terasky tech day
OpenStack Best Practices and Considerations  - terasky tech dayOpenStack Best Practices and Considerations  - terasky tech day
OpenStack Best Practices and Considerations - terasky tech day
 
vBACD - Deploying Infrastructure-as-a-Service with CloudStack - 2/28
vBACD - Deploying Infrastructure-as-a-Service with CloudStack - 2/28vBACD - Deploying Infrastructure-as-a-Service with CloudStack - 2/28
vBACD - Deploying Infrastructure-as-a-Service with CloudStack - 2/28
 
KVM High Availability Regardless of Storage - Gabriel Brascher, VP of Apache ...
KVM High Availability Regardless of Storage - Gabriel Brascher, VP of Apache ...KVM High Availability Regardless of Storage - Gabriel Brascher, VP of Apache ...
KVM High Availability Regardless of Storage - Gabriel Brascher, VP of Apache ...
 
Designing Lean CloudStack Environments for the Edge - IndiQus - CloudStack E...
 Designing Lean CloudStack Environments for the Edge - IndiQus - CloudStack E... Designing Lean CloudStack Environments for the Edge - IndiQus - CloudStack E...
Designing Lean CloudStack Environments for the Edge - IndiQus - CloudStack E...
 
Hypervisor Selection in Apache CloudStack 4.4
Hypervisor Selection in Apache CloudStack 4.4Hypervisor Selection in Apache CloudStack 4.4
Hypervisor Selection in Apache CloudStack 4.4
 
Cloud Computing Open Stack Compute Node
Cloud Computing Open Stack Compute NodeCloud Computing Open Stack Compute Node
Cloud Computing Open Stack Compute Node
 
Better, Faster, Cheaper Infrastructure: Apache CloudStack and Riak CS
Better, Faster, Cheaper Infrastructure: Apache CloudStack and Riak CSBetter, Faster, Cheaper Infrastructure: Apache CloudStack and Riak CS
Better, Faster, Cheaper Infrastructure: Apache CloudStack and Riak CS
 
Build public private cloud using openstack
Build public private cloud using openstackBuild public private cloud using openstack
Build public private cloud using openstack
 
2 Day Bootcamp for OpenStack--Cloud Training by Mirantis (Preview)
2 Day Bootcamp for OpenStack--Cloud Training by Mirantis (Preview)2 Day Bootcamp for OpenStack--Cloud Training by Mirantis (Preview)
2 Day Bootcamp for OpenStack--Cloud Training by Mirantis (Preview)
 
CloudStack challenges for China customers
CloudStack challenges for China customersCloudStack challenges for China customers
CloudStack challenges for China customers
 
[OpenStack Day in Korea 2015] Track 2-6 - Apache Tajo on Swift
[OpenStack Day in Korea 2015] Track 2-6 - Apache Tajo on Swift[OpenStack Day in Korea 2015] Track 2-6 - Apache Tajo on Swift
[OpenStack Day in Korea 2015] Track 2-6 - Apache Tajo on Swift
 
Developing the Stratoscale System at Scale - Muli Ben-Yehuda, Stratoscale - D...
Developing the Stratoscale System at Scale - Muli Ben-Yehuda, Stratoscale - D...Developing the Stratoscale System at Scale - Muli Ben-Yehuda, Stratoscale - D...
Developing the Stratoscale System at Scale - Muli Ben-Yehuda, Stratoscale - D...
 
Cloud Architect Alliance #15: Openstack
Cloud Architect Alliance #15: OpenstackCloud Architect Alliance #15: Openstack
Cloud Architect Alliance #15: Openstack
 
CloudStack Networking at CloudOpen Japan
CloudStack Networking at CloudOpen JapanCloudStack Networking at CloudOpen Japan
CloudStack Networking at CloudOpen Japan
 
Stratoscale Latest and Greatest
Stratoscale Latest and GreatestStratoscale Latest and Greatest
Stratoscale Latest and Greatest
 

Viewers also liked

Network Functions Virtualization and CloudStack
Network Functions Virtualization and CloudStackNetwork Functions Virtualization and CloudStack
Network Functions Virtualization and CloudStackChiradeep Vittal
 
Session 1 - CloudStack Plugin Structure and Implementation (2013.Q3)
Session 1 - CloudStack Plugin Structure and Implementation (2013.Q3)Session 1 - CloudStack Plugin Structure and Implementation (2013.Q3)
Session 1 - CloudStack Plugin Structure and Implementation (2013.Q3)tcloudcomputing-tw
 
Session 2 - CloudStack Usage and Application (2013.Q3)
Session 2 - CloudStack Usage and Application (2013.Q3)Session 2 - CloudStack Usage and Application (2013.Q3)
Session 2 - CloudStack Usage and Application (2013.Q3)tcloudcomputing-tw
 
L4-L7 services for SDN and NVF by Youcef Laribi
L4-L7 services for SDN and NVF by Youcef LaribiL4-L7 services for SDN and NVF by Youcef Laribi
L4-L7 services for SDN and NVF by Youcef Laribibuildacloud
 
Adventures with acs and odl
Adventures with acs and odlAdventures with acs and odl
Adventures with acs and odlHugo Trippaers
 
Writing a Plugin for Apache CloudStack
Writing a Plugin for Apache CloudStackWriting a Plugin for Apache CloudStack
Writing a Plugin for Apache CloudStackbuildacloud
 
Session 3 - CloudStack Test Automation and CI
Session 3 - CloudStack Test Automation and CISession 3 - CloudStack Test Automation and CI
Session 3 - CloudStack Test Automation and CItcloudcomputing-tw
 
SDN in CloudStack
SDN in CloudStackSDN in CloudStack
SDN in CloudStackbuildacloud
 
The State of Ceph, Manila, and Containers in OpenStack
The State of Ceph, Manila, and Containers in OpenStackThe State of Ceph, Manila, and Containers in OpenStack
The State of Ceph, Manila, and Containers in OpenStackSage Weil
 
Ceph, Now and Later: Our Plan for Open Unified Cloud Storage
Ceph, Now and Later: Our Plan for Open Unified Cloud StorageCeph, Now and Later: Our Plan for Open Unified Cloud Storage
Ceph, Now and Later: Our Plan for Open Unified Cloud StorageSage Weil
 
Keeping OpenStack storage trendy with Ceph and containers
Keeping OpenStack storage trendy with Ceph and containersKeeping OpenStack storage trendy with Ceph and containers
Keeping OpenStack storage trendy with Ceph and containersSage Weil
 
Storage tiering and erasure coding in Ceph (SCaLE13x)
Storage tiering and erasure coding in Ceph (SCaLE13x)Storage tiering and erasure coding in Ceph (SCaLE13x)
Storage tiering and erasure coding in Ceph (SCaLE13x)Sage Weil
 
Rest api design by george reese
Rest api design by george reeseRest api design by george reese
Rest api design by george reesebuildacloud
 
DevOpsDays Amsterdam Cosmic workshop
DevOpsDays Amsterdam Cosmic workshopDevOpsDays Amsterdam Cosmic workshop
DevOpsDays Amsterdam Cosmic workshopRemi Bergsma
 
BlueStore, A New Storage Backend for Ceph, One Year In
BlueStore, A New Storage Backend for Ceph, One Year InBlueStore, A New Storage Backend for Ceph, One Year In
BlueStore, A New Storage Backend for Ceph, One Year InSage Weil
 
Ceph Intro and Architectural Overview by Ross Turk
Ceph Intro and Architectural Overview by Ross TurkCeph Intro and Architectural Overview by Ross Turk
Ceph Intro and Architectural Overview by Ross Turkbuildacloud
 
A crash course in CRUSH
A crash course in CRUSHA crash course in CRUSH
A crash course in CRUSHSage Weil
 
BlueStore: a new, faster storage backend for Ceph
BlueStore: a new, faster storage backend for CephBlueStore: a new, faster storage backend for Ceph
BlueStore: a new, faster storage backend for CephSage Weil
 

Viewers also liked (20)

Network Functions Virtualization and CloudStack
Network Functions Virtualization and CloudStackNetwork Functions Virtualization and CloudStack
Network Functions Virtualization and CloudStack
 
Session 1 - CloudStack Plugin Structure and Implementation (2013.Q3)
Session 1 - CloudStack Plugin Structure and Implementation (2013.Q3)Session 1 - CloudStack Plugin Structure and Implementation (2013.Q3)
Session 1 - CloudStack Plugin Structure and Implementation (2013.Q3)
 
Session 2 - CloudStack Usage and Application (2013.Q3)
Session 2 - CloudStack Usage and Application (2013.Q3)Session 2 - CloudStack Usage and Application (2013.Q3)
Session 2 - CloudStack Usage and Application (2013.Q3)
 
L4-L7 services for SDN and NVF by Youcef Laribi
L4-L7 services for SDN and NVF by Youcef LaribiL4-L7 services for SDN and NVF by Youcef Laribi
L4-L7 services for SDN and NVF by Youcef Laribi
 
Adventures with acs and odl
Adventures with acs and odlAdventures with acs and odl
Adventures with acs and odl
 
Writing a Plugin for Apache CloudStack
Writing a Plugin for Apache CloudStackWriting a Plugin for Apache CloudStack
Writing a Plugin for Apache CloudStack
 
Session 3 - CloudStack Test Automation and CI
Session 3 - CloudStack Test Automation and CISession 3 - CloudStack Test Automation and CI
Session 3 - CloudStack Test Automation and CI
 
SDN in CloudStack
SDN in CloudStackSDN in CloudStack
SDN in CloudStack
 
The State of Ceph, Manila, and Containers in OpenStack
The State of Ceph, Manila, and Containers in OpenStackThe State of Ceph, Manila, and Containers in OpenStack
The State of Ceph, Manila, and Containers in OpenStack
 
Ceph, Now and Later: Our Plan for Open Unified Cloud Storage
Ceph, Now and Later: Our Plan for Open Unified Cloud StorageCeph, Now and Later: Our Plan for Open Unified Cloud Storage
Ceph, Now and Later: Our Plan for Open Unified Cloud Storage
 
Keeping OpenStack storage trendy with Ceph and containers
Keeping OpenStack storage trendy with Ceph and containersKeeping OpenStack storage trendy with Ceph and containers
Keeping OpenStack storage trendy with Ceph and containers
 
CloudStack and SDN
CloudStack and SDNCloudStack and SDN
CloudStack and SDN
 
Storage tiering and erasure coding in Ceph (SCaLE13x)
Storage tiering and erasure coding in Ceph (SCaLE13x)Storage tiering and erasure coding in Ceph (SCaLE13x)
Storage tiering and erasure coding in Ceph (SCaLE13x)
 
CloudStack + SDN
CloudStack + SDNCloudStack + SDN
CloudStack + SDN
 
Rest api design by george reese
Rest api design by george reeseRest api design by george reese
Rest api design by george reese
 
DevOpsDays Amsterdam Cosmic workshop
DevOpsDays Amsterdam Cosmic workshopDevOpsDays Amsterdam Cosmic workshop
DevOpsDays Amsterdam Cosmic workshop
 
BlueStore, A New Storage Backend for Ceph, One Year In
BlueStore, A New Storage Backend for Ceph, One Year InBlueStore, A New Storage Backend for Ceph, One Year In
BlueStore, A New Storage Backend for Ceph, One Year In
 
Ceph Intro and Architectural Overview by Ross Turk
Ceph Intro and Architectural Overview by Ross TurkCeph Intro and Architectural Overview by Ross Turk
Ceph Intro and Architectural Overview by Ross Turk
 
A crash course in CRUSH
A crash course in CRUSHA crash course in CRUSH
A crash course in CRUSH
 
BlueStore: a new, faster storage backend for Ceph
BlueStore: a new, faster storage backend for CephBlueStore: a new, faster storage backend for Ceph
BlueStore: a new, faster storage backend for Ceph
 

Similar to The Future of SDN in CloudStack by Chiradeep Vittal

Directions for CloudStack Networking
Directions for CloudStack  NetworkingDirections for CloudStack  Networking
Directions for CloudStack NetworkingChiradeep Vittal
 
Scalable networking in Apache CloudStack
Scalable networking in Apache CloudStackScalable networking in Apache CloudStack
Scalable networking in Apache CloudStackChiradeep Vittal
 
Getting Started with Apache CloudStack
Getting Started with Apache CloudStackGetting Started with Apache CloudStack
Getting Started with Apache CloudStackJoe Brockmeier
 
CloudStack - LinuxFest NorthWest
CloudStack - LinuxFest NorthWestCloudStack - LinuxFest NorthWest
CloudStack - LinuxFest NorthWestke4qqq
 
Operators experience and perspective on SDN with VLANs and L3 Networks
Operators experience and perspective on SDN with VLANs and L3 NetworksOperators experience and perspective on SDN with VLANs and L3 Networks
Operators experience and perspective on SDN with VLANs and L3 NetworksJakub Pavlik
 
CloudStack Overview
CloudStack OverviewCloudStack Overview
CloudStack Overviewsedukull
 
A closer look to locaweb IaaS
A closer look to locaweb IaaSA closer look to locaweb IaaS
A closer look to locaweb IaaSGleicon Moraes
 
Open stack networking_101_update_2014-os-meetups
Open stack networking_101_update_2014-os-meetupsOpen stack networking_101_update_2014-os-meetups
Open stack networking_101_update_2014-os-meetupsyfauser
 
Quick overview of Openstack architecture
Quick overview of Openstack architectureQuick overview of Openstack architecture
Quick overview of Openstack architectureToni Ramirez
 
Net Devops Overview
Net Devops OverviewNet Devops Overview
Net Devops OverviewJoel W. King
 
Climb Technical Overview
Climb Technical OverviewClimb Technical Overview
Climb Technical OverviewArif Ali
 
Introduction to CloudStack: How to Deploy and Manage Infrastructure-as-a-Serv...
Introduction to CloudStack: How to Deploy and Manage Infrastructure-as-a-Serv...Introduction to CloudStack: How to Deploy and Manage Infrastructure-as-a-Serv...
Introduction to CloudStack: How to Deploy and Manage Infrastructure-as-a-Serv...cloud-diva
 
Understanding and deploying Network Virtualization
Understanding and deploying Network VirtualizationUnderstanding and deploying Network Virtualization
Understanding and deploying Network VirtualizationSDN Hub
 
Meetup open stack_grizzly
Meetup open stack_grizzlyMeetup open stack_grizzly
Meetup open stack_grizzlyeNovance
 
Private cloud-webinar
Private cloud-webinarPrivate cloud-webinar
Private cloud-webinarWSO2
 

Similar to The Future of SDN in CloudStack by Chiradeep Vittal (20)

Directions for CloudStack Networking
Directions for CloudStack  NetworkingDirections for CloudStack  Networking
Directions for CloudStack Networking
 
Scalable networking in Apache CloudStack
Scalable networking in Apache CloudStackScalable networking in Apache CloudStack
Scalable networking in Apache CloudStack
 
Getting Started with Apache CloudStack
Getting Started with Apache CloudStackGetting Started with Apache CloudStack
Getting Started with Apache CloudStack
 
CloudStack - LinuxFest NorthWest
CloudStack - LinuxFest NorthWestCloudStack - LinuxFest NorthWest
CloudStack - LinuxFest NorthWest
 
Operators experience and perspective on SDN with VLANs and L3 Networks
Operators experience and perspective on SDN with VLANs and L3 NetworksOperators experience and perspective on SDN with VLANs and L3 Networks
Operators experience and perspective on SDN with VLANs and L3 Networks
 
CloudStack Overview
CloudStack OverviewCloudStack Overview
CloudStack Overview
 
A closer look to locaweb IaaS
A closer look to locaweb IaaSA closer look to locaweb IaaS
A closer look to locaweb IaaS
 
Open stack networking_101_update_2014-os-meetups
Open stack networking_101_update_2014-os-meetupsOpen stack networking_101_update_2014-os-meetups
Open stack networking_101_update_2014-os-meetups
 
Quick overview of Openstack architecture
Quick overview of Openstack architectureQuick overview of Openstack architecture
Quick overview of Openstack architecture
 
Txlf2012
Txlf2012Txlf2012
Txlf2012
 
OpenStack and Windows
OpenStack and WindowsOpenStack and Windows
OpenStack and Windows
 
Net Devops Overview
Net Devops OverviewNet Devops Overview
Net Devops Overview
 
Climb Technical Overview
Climb Technical OverviewClimb Technical Overview
Climb Technical Overview
 
Introduction to CloudStack: How to Deploy and Manage Infrastructure-as-a-Serv...
Introduction to CloudStack: How to Deploy and Manage Infrastructure-as-a-Serv...Introduction to CloudStack: How to Deploy and Manage Infrastructure-as-a-Serv...
Introduction to CloudStack: How to Deploy and Manage Infrastructure-as-a-Serv...
 
Intro to CloudStack
Intro to CloudStackIntro to CloudStack
Intro to CloudStack
 
Understanding and deploying Network Virtualization
Understanding and deploying Network VirtualizationUnderstanding and deploying Network Virtualization
Understanding and deploying Network Virtualization
 
Meetup open stack_grizzly
Meetup open stack_grizzlyMeetup open stack_grizzly
Meetup open stack_grizzly
 
Welcome to amazon web services setup aws vpc
Welcome to amazon web services setup aws vpcWelcome to amazon web services setup aws vpc
Welcome to amazon web services setup aws vpc
 
Introduction to CloudStack: How to Deploy and Manage Infrastructure-as-a-Serv...
Introduction to CloudStack: How to Deploy and Manage Infrastructure-as-a-Serv...Introduction to CloudStack: How to Deploy and Manage Infrastructure-as-a-Serv...
Introduction to CloudStack: How to Deploy and Manage Infrastructure-as-a-Serv...
 
Private cloud-webinar
Private cloud-webinarPrivate cloud-webinar
Private cloud-webinar
 

More from buildacloud

Intro to Zenoss by Andrew Kirch
Intro to Zenoss by Andrew KirchIntro to Zenoss by Andrew Kirch
Intro to Zenoss by Andrew Kirchbuildacloud
 
Managing infrastructure with Application Policy by Mike Cohen
Managing infrastructure with Application Policy by Mike CohenManaging infrastructure with Application Policy by Mike Cohen
Managing infrastructure with Application Policy by Mike Cohenbuildacloud
 
Intro to Zenoss by Andrew Kirch
Intro to Zenoss by Andrew KirchIntro to Zenoss by Andrew Kirch
Intro to Zenoss by Andrew Kirchbuildacloud
 
Monitoring CloudStack in context with Converged Infrastructure by Mike Turnlund
Monitoring CloudStack in context with Converged Infrastructure by Mike TurnlundMonitoring CloudStack in context with Converged Infrastructure by Mike Turnlund
Monitoring CloudStack in context with Converged Infrastructure by Mike Turnlundbuildacloud
 
Enterprise grade firewall and ssl termination to ac by will stevens
Enterprise grade firewall and ssl termination to ac by will stevensEnterprise grade firewall and ssl termination to ac by will stevens
Enterprise grade firewall and ssl termination to ac by will stevensbuildacloud
 
State of the cloud by reuven cohen
State of the cloud by reuven cohenState of the cloud by reuven cohen
State of the cloud by reuven cohenbuildacloud
 
Securing Your Cloud With the Xen Hypervisor by Russell Pavlicek
Securing Your Cloud With the Xen Hypervisor by Russell PavlicekSecuring Your Cloud With the Xen Hypervisor by Russell Pavlicek
Securing Your Cloud With the Xen Hypervisor by Russell Pavlicekbuildacloud
 
DevCloud - Setup and Demo on Apache CloudStack
DevCloud - Setup and Demo on Apache CloudStack DevCloud - Setup and Demo on Apache CloudStack
DevCloud - Setup and Demo on Apache CloudStack buildacloud
 
Cloud Network Virtualization with Juniper Contrail
Cloud Network Virtualization with Juniper ContrailCloud Network Virtualization with Juniper Contrail
Cloud Network Virtualization with Juniper Contrailbuildacloud
 
Ian rae panel cloud stack & cloud storage where are we at, and where do we ne...
Ian rae panel cloud stack & cloud storage where are we at, and where do we ne...Ian rae panel cloud stack & cloud storage where are we at, and where do we ne...
Ian rae panel cloud stack & cloud storage where are we at, and where do we ne...buildacloud
 
Troubleshooting Strategies for CloudStack Installations by Kirk Kosinski
Troubleshooting Strategies for CloudStack Installations by Kirk Kosinski Troubleshooting Strategies for CloudStack Installations by Kirk Kosinski
Troubleshooting Strategies for CloudStack Installations by Kirk Kosinski buildacloud
 
CloudStack University by Sebastien Goasguen
CloudStack University by Sebastien GoasguenCloudStack University by Sebastien Goasguen
CloudStack University by Sebastien Goasguenbuildacloud
 
Building Scalable, Resilient Infrastructure on CloudStack by Sebastian Stadil
Building Scalable, Resilient Infrastructure on CloudStack by Sebastian StadilBuilding Scalable, Resilient Infrastructure on CloudStack by Sebastian Stadil
Building Scalable, Resilient Infrastructure on CloudStack by Sebastian Stadilbuildacloud
 
Cloudstack Continuous Delivery
Cloudstack Continuous DeliveryCloudstack Continuous Delivery
Cloudstack Continuous Deliverybuildacloud
 
Apalia/Amysta Cloud Usage Metering and Billing
Apalia/Amysta Cloud Usage Metering and BillingApalia/Amysta Cloud Usage Metering and Billing
Apalia/Amysta Cloud Usage Metering and Billingbuildacloud
 
BtrCloud CloudStack Plugin
BtrCloud CloudStack PluginBtrCloud CloudStack Plugin
BtrCloud CloudStack Pluginbuildacloud
 
UShareSoft Image Management for CloudStack
UShareSoft Image Management for CloudStackUShareSoft Image Management for CloudStack
UShareSoft Image Management for CloudStackbuildacloud
 
INRIA continuous integration plaftorm
INRIA continuous integration plaftormINRIA continuous integration plaftorm
INRIA continuous integration plaftormbuildacloud
 
PaaS on top of CloudStack
PaaS on top of CloudStackPaaS on top of CloudStack
PaaS on top of CloudStackbuildacloud
 
Knife CloudStack
Knife CloudStackKnife CloudStack
Knife CloudStackbuildacloud
 

More from buildacloud (20)

Intro to Zenoss by Andrew Kirch
Intro to Zenoss by Andrew KirchIntro to Zenoss by Andrew Kirch
Intro to Zenoss by Andrew Kirch
 
Managing infrastructure with Application Policy by Mike Cohen
Managing infrastructure with Application Policy by Mike CohenManaging infrastructure with Application Policy by Mike Cohen
Managing infrastructure with Application Policy by Mike Cohen
 
Intro to Zenoss by Andrew Kirch
Intro to Zenoss by Andrew KirchIntro to Zenoss by Andrew Kirch
Intro to Zenoss by Andrew Kirch
 
Monitoring CloudStack in context with Converged Infrastructure by Mike Turnlund
Monitoring CloudStack in context with Converged Infrastructure by Mike TurnlundMonitoring CloudStack in context with Converged Infrastructure by Mike Turnlund
Monitoring CloudStack in context with Converged Infrastructure by Mike Turnlund
 
Enterprise grade firewall and ssl termination to ac by will stevens
Enterprise grade firewall and ssl termination to ac by will stevensEnterprise grade firewall and ssl termination to ac by will stevens
Enterprise grade firewall and ssl termination to ac by will stevens
 
State of the cloud by reuven cohen
State of the cloud by reuven cohenState of the cloud by reuven cohen
State of the cloud by reuven cohen
 
Securing Your Cloud With the Xen Hypervisor by Russell Pavlicek
Securing Your Cloud With the Xen Hypervisor by Russell PavlicekSecuring Your Cloud With the Xen Hypervisor by Russell Pavlicek
Securing Your Cloud With the Xen Hypervisor by Russell Pavlicek
 
DevCloud - Setup and Demo on Apache CloudStack
DevCloud - Setup and Demo on Apache CloudStack DevCloud - Setup and Demo on Apache CloudStack
DevCloud - Setup and Demo on Apache CloudStack
 
Cloud Network Virtualization with Juniper Contrail
Cloud Network Virtualization with Juniper ContrailCloud Network Virtualization with Juniper Contrail
Cloud Network Virtualization with Juniper Contrail
 
Ian rae panel cloud stack & cloud storage where are we at, and where do we ne...
Ian rae panel cloud stack & cloud storage where are we at, and where do we ne...Ian rae panel cloud stack & cloud storage where are we at, and where do we ne...
Ian rae panel cloud stack & cloud storage where are we at, and where do we ne...
 
Troubleshooting Strategies for CloudStack Installations by Kirk Kosinski
Troubleshooting Strategies for CloudStack Installations by Kirk Kosinski Troubleshooting Strategies for CloudStack Installations by Kirk Kosinski
Troubleshooting Strategies for CloudStack Installations by Kirk Kosinski
 
CloudStack University by Sebastien Goasguen
CloudStack University by Sebastien GoasguenCloudStack University by Sebastien Goasguen
CloudStack University by Sebastien Goasguen
 
Building Scalable, Resilient Infrastructure on CloudStack by Sebastian Stadil
Building Scalable, Resilient Infrastructure on CloudStack by Sebastian StadilBuilding Scalable, Resilient Infrastructure on CloudStack by Sebastian Stadil
Building Scalable, Resilient Infrastructure on CloudStack by Sebastian Stadil
 
Cloudstack Continuous Delivery
Cloudstack Continuous DeliveryCloudstack Continuous Delivery
Cloudstack Continuous Delivery
 
Apalia/Amysta Cloud Usage Metering and Billing
Apalia/Amysta Cloud Usage Metering and BillingApalia/Amysta Cloud Usage Metering and Billing
Apalia/Amysta Cloud Usage Metering and Billing
 
BtrCloud CloudStack Plugin
BtrCloud CloudStack PluginBtrCloud CloudStack Plugin
BtrCloud CloudStack Plugin
 
UShareSoft Image Management for CloudStack
UShareSoft Image Management for CloudStackUShareSoft Image Management for CloudStack
UShareSoft Image Management for CloudStack
 
INRIA continuous integration plaftorm
INRIA continuous integration plaftormINRIA continuous integration plaftorm
INRIA continuous integration plaftorm
 
PaaS on top of CloudStack
PaaS on top of CloudStackPaaS on top of CloudStack
PaaS on top of CloudStack
 
Knife CloudStack
Knife CloudStackKnife CloudStack
Knife CloudStack
 

Recently uploaded

%in Durban+277-882-255-28 abortion pills for sale in Durban
%in Durban+277-882-255-28 abortion pills for sale in Durban%in Durban+277-882-255-28 abortion pills for sale in Durban
%in Durban+277-882-255-28 abortion pills for sale in Durbanmasabamasaba
 
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
Direct Style Effect Systems -The Print[A] Example- A Comprehension AidDirect Style Effect Systems -The Print[A] Example- A Comprehension Aid
Direct Style Effect Systems - The Print[A] Example - A Comprehension AidPhilip Schwarz
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Modelsaagamshah0812
 
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...masabamasaba
 
Define the academic and professional writing..pdf
Define the academic and professional writing..pdfDefine the academic and professional writing..pdf
Define the academic and professional writing..pdfPearlKirahMaeRagusta1
 
The Top App Development Trends Shaping the Industry in 2024-25 .pdf
The Top App Development Trends Shaping the Industry in 2024-25 .pdfThe Top App Development Trends Shaping the Industry in 2024-25 .pdf
The Top App Development Trends Shaping the Industry in 2024-25 .pdfayushiqss
 
Generic or specific? Making sensible software design decisions
Generic or specific? Making sensible software design decisionsGeneric or specific? Making sensible software design decisions
Generic or specific? Making sensible software design decisionsBert Jan Schrijver
 
Introducing Microsoft’s new Enterprise Work Management (EWM) Solution
Introducing Microsoft’s new Enterprise Work Management (EWM) SolutionIntroducing Microsoft’s new Enterprise Work Management (EWM) Solution
Introducing Microsoft’s new Enterprise Work Management (EWM) SolutionOnePlan Solutions
 
AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM TechniquesAI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM TechniquesVictorSzoltysek
 
%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrandmasabamasaba
 
The title is not connected to what is inside
The title is not connected to what is insideThe title is not connected to what is inside
The title is not connected to what is insideshinachiaurasa2
 
%in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park %in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park masabamasaba
 
8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech studentsHimanshiGarg82
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...harshavardhanraghave
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...Health
 
Architecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the pastArchitecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the pastPapp Krisztián
 
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park %in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park masabamasaba
 
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...Shane Coughlan
 
SHRMPro HRMS Software Solutions Presentation
SHRMPro HRMS Software Solutions PresentationSHRMPro HRMS Software Solutions Presentation
SHRMPro HRMS Software Solutions PresentationShrmpro
 

Recently uploaded (20)

%in Durban+277-882-255-28 abortion pills for sale in Durban
%in Durban+277-882-255-28 abortion pills for sale in Durban%in Durban+277-882-255-28 abortion pills for sale in Durban
%in Durban+277-882-255-28 abortion pills for sale in Durban
 
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
Direct Style Effect Systems -The Print[A] Example- A Comprehension AidDirect Style Effect Systems -The Print[A] Example- A Comprehension Aid
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Models
 
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
 
Define the academic and professional writing..pdf
Define the academic and professional writing..pdfDefine the academic and professional writing..pdf
Define the academic and professional writing..pdf
 
The Top App Development Trends Shaping the Industry in 2024-25 .pdf
The Top App Development Trends Shaping the Industry in 2024-25 .pdfThe Top App Development Trends Shaping the Industry in 2024-25 .pdf
The Top App Development Trends Shaping the Industry in 2024-25 .pdf
 
Generic or specific? Making sensible software design decisions
Generic or specific? Making sensible software design decisionsGeneric or specific? Making sensible software design decisions
Generic or specific? Making sensible software design decisions
 
Introducing Microsoft’s new Enterprise Work Management (EWM) Solution
Introducing Microsoft’s new Enterprise Work Management (EWM) SolutionIntroducing Microsoft’s new Enterprise Work Management (EWM) Solution
Introducing Microsoft’s new Enterprise Work Management (EWM) Solution
 
AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM TechniquesAI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
 
%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand
 
Microsoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdfMicrosoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdf
 
The title is not connected to what is inside
The title is not connected to what is insideThe title is not connected to what is inside
The title is not connected to what is inside
 
%in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park %in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park
 
8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
 
Architecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the pastArchitecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the past
 
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park %in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
 
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
 
SHRMPro HRMS Software Solutions Presentation
SHRMPro HRMS Software Solutions PresentationSHRMPro HRMS Software Solutions Presentation
SHRMPro HRMS Software Solutions Presentation
 

The Future of SDN in CloudStack by Chiradeep Vittal

  • 1. Direc&ons  for  CloudStack   Networking   CloudStack    SVUG  SDN  Meetup   September  10  2015   Chiradeep  ViCal   @chiradeep  
  • 2. About  me   •  Founding  member  of  cloud.com  [  ini&al   version  of  Apache  CloudStack]   •  Developed  networking  and  storage   subsystems   •  Developed  SDN  (GRE  overlay),  NFV  (virtual   router)  and  group-­‐based  policy  for  CloudStack   •  PMC  member  of  Apache  CloudStack  
  • 3. Agenda   •  [Quick]  Introduc&on  to  CloudStack   •  Overview  of  CloudStack  networking   •  CloudStack  networking  futures  
  • 4. Apache CloudStack is a •  scalable, •  multi-tenant, •  open source, •  purpose-built, •  cloud orchestration platform for •  delivering turnkey Infrastructure-as-a- Service clouds Apache CloudStack
  • 5. •  Several  hundred  produc&on  clouds   •  Largest  clouds  in  10’s  of  thousands  of   hypervisors   •  Sectors:   • Hos&ng   • Enterprise  &  Educa&on   • Service  Providers   • Web  2.0   Commercial  and  Open  Source  Success  
  • 6. How can you build your cloud? Servers Open Source Xen Hypervisor Amazon Orchestration Software AWS API (EC2, S3, …) Amazon eCommerce Platform Hypervisor CloudStack Orchestration Software Optional Portal CloudStack or AWS API StorageNetwork
  • 7. Networking  Concerns   •  Network  virtualiza&on     – Mul&-­‐tenancy   •  Network  services  for  virtual  networks  and   machines   •  Network  automa&on   •  Scalability  
  • 8. Networking  Principles  in  Apache   CloudStack   •  Flexibility   –  Allow  various  combina&ons  of  technology  for  L2-­‐L7   network  services   –  Allow  different  providers  (vendors)  for  the  same   network  service  in  a  Cloud  POP   •  Pluggability   –  Plugins  allow  vendors  to  drop  in  vendor-­‐specific   configura&on  and  lifecycle  management  code   •  Service  scalability   –  Scale  out  using  virtual  appliances  when  possible   –  Scale  up  using  hardware  appliances  if  needed  
  • 9. CloudStack  Architecture   Orchestra&on  Core   Plugin   Framework   Hypervisor   Plugins   Hypervisor   Plugins   Network  Plugins   Network  Plugins   Allocator   Plugins   Allocator   Plugins   Storage  Plugins  
  • 10. CloudStack  Architecture   Orchestra&on  Engine   Plugin   Framew ork   Hyperviso r  Plugins   Hyperviso r  Plugins   Network   Plugins   Network   Plugins   Allocator   Plugins   Storage   Plugins   API     API     API     Storage   Resource   Physical Resources ! Storage   Resource   Network   Resource  Network   Resource   Hypervisor   Resource  Hypervisor   Resource   Allocator   Plugins   Allocator   Plugins   1 2 3 4 5 6 7 8 9 Orchestration steps usually executed in sequence!
  • 11. SDN  /  Other  Overlays/Other  Devices   •  Plugins  available  for   – Midokura   – NVP   – Nuage   – BigSwitch   – Palo  Alto   •  GRE  /  NVGRE  on  Xen/KVM   •  VxLAN  on  KVM  
  • 12. Mul&-­‐&er  virtual  networking   VLAN2724 DB VM 1! Web VM 1! Web VM 3! Web VM 2! VLAN101 App VM 1! App VM 2! VLAN398 ! Virtual Router! Internet! Customer! Premises! IPSec VPN! Private Gateway!Loadbalancer   (HW  or   Virtual)   Network Services! •  IPAM! •  DNS! •  LB [intra]! •  S-2-S VPN! •  Static Routes! •  ACLs! •  NAT, PF! •  FW [ingress & egress]!
  • 13. Virtual  networking  with  overlays   GREKEY2724 DB VM 1! Web VM 1! Web VM 3! Web VM 2! GREKEY101 App VM 1! App VM 2! GREKEY398 ! VR + vSwitches! Internet! Customer! Premises! IPSec VPN! Private Gateway!Loadbalancer   (Virtual)   Network Services! •  IPAM! •  DNS! •  LB [intra]! •  S-2-S VPN! •  Static Routes! •  ACLs! •  NAT, PF! •  FW [ingress & egress]! vSwitch  (OVS)  used  to  route   between  subnets  
  • 14. Future   •  Containers   •  PaaS   •  SDN  solu&ons   •  NFV     •  IPv6   •  Performance  
  • 15. The  Narrow  Waist  Model   of  the  Internet     Innova&on   Innova&on   Hard  to  change  
  • 16. Apache  CloudStack  Narrow  Waist   ACS  Core   XenServer   KVM   Hyper-­‐V   vSphere   NFS     ISCSI   FC   VLAN   Overlay   CPU   vCenter   libVirt   WMI   SDN   DbaaS   LBaaS   MRaaS   PaaS   FWaaS   Technology   Applica&ons   Innova&on   Innova&on   Harder  to  change   Analy&cs*aaS   MLaaS   CaaS  
  • 18. Containers                    IaaS   •  Containers  [run&mes  /  schedulers  /   orchestrators]  aim  for  independence  from   underlying  infrastructure   – Implement  IP  address  management   – Use  overlay  networking  between  containers     – Orchestrate  network  services  such  as    proxies,   firewalls,  port-­‐forwarding   – Volume  (persistent  logical  blobs)  orchestra&on  
  • 19. Containers                  IaaS   •  Containers  rely  on  IaaS  for   – Mul&-­‐tenancy   – Network  reachability  (plumbing)   – Availability  of  block  storage  everywhere   – On-­‐demand  block  storage   – On-­‐demand  Container  host  (VM)  scaling   – Network  services  such  as  VPN,  SSL  termina&on   – Failure-­‐domain  isola&on   – Affinity  /  an&-­‐affinity  
  • 20. Containers  and  IaaS  -­‐  ques&ons   •  Can  containers  grow  up  to  be  VMs?   – Will  container  orchestrators  replace  IaaS  ?   •  Can  VMs  slim  down  /  speed  up  to  have   container-­‐like  experiences?   – Will  IaaS  evolve  to  address  container  strengths?  
  • 21. Containers  and  IaaS  -­‐  ques&ons   •  Can  containers  grow  up  to  be  VMs?   – Will  container  orchestrators  replace  IaaS  ?   •  Can  VMs  slim  down  /  speed  up  to  have   container-­‐like  experiences?   – Will  IaaS  evolve  to  address  container  strengths?   •  Can  containers  and  IaaS  work  together  to   reduce  inefficiencies?  
  • 22. Overlay  on  Overlay?   Baremetal  to  Baremetal   Physical  Layer  L3  Plumbi VM  to  VM   Overlay  on  IP/UDP/TCP   Container  to  Container   Overlay  on  Overlay    
  • 23. Docker  libNetwork  &  CloudStack?   •  libnetwork  plugins  can  be  used  to  request   CloudStack  network  resources:   – IP  addresses  and  MAC  addresses   – DNS,  DHCP  op&ons   •  Requires  addi&on  to  CloudStack  APIs.   •  Can  poten&ally  eliminate  overlay-­‐on-­‐overlay   scenarios  
  • 24. Future  SDN  integra&on   •  OpenDaylight  –     –  “modular,  extensible,  scalable  and  mul&-­‐protocol   controller  infrastructure”.     –  CloudStack  Networking  plugin  can  call  ODL  NB  API   •  OVN  “opinionated  virtual  networking”   –  “network  virtualiza&on  project  that  brings  virtual   networking  to  Open  vSwitch”   –  being  developed  by  the  core  OVS  team.     –  OVN  will  include  logical  switches  and  routers,  security   groups,  and  L2/L3/L4  ACLs,  implemented  on  top  of  a   tunnel-­‐based  overlay  network   –  CloudStack  Networking  plugin  can  call  OVN  NB  API  
  • 25. NFV   •  Apache  CloudStack  is  an  early  adopter  of  NFV   to  virtualize  network  services     – DHCP,  DNS,  L3  rou&ng,  VPN,  LB,  FW,  etc.   – Knowledge  of  virtual  appliance    somewhat   “baked”  in  however.   •  Ongoing  effort  to  allow  other  virtual   appliances  to  integrate.   – Lifecycle  management  of  NFV  appliance   – Service  chaining  of  NFV  appliances  
  • 26. PaaS   •  PaaS  does  not  require  sophis&cated  network   services   •  CloudStack’s  dual  networking  models  adds  to   integra&on  challenge   •  CloudFoundry  CPI  plugin  integra&on  available   – From  NTT  (out  of  date)   – Ongoing  work  from  Orange.  
  • 27. IPv6   •  IPv6  addressing  available  in  limited  network   configura&ons   •  Work  ongoing  to  add   – IPv6  support  to  Basic  Zone  (security  groups)   – BGP  support  to  exchange  routes  with  external   networks    
  • 28. Performance   •  Virtual  Router  performance  is  always  a   wildcard   – Performance  varies  with  infrastructure,   hypervisor,  traffic  mix   – Hard  to  op&mize  in  general   •  Operators  would  be  well  served  with   guidelines  on  VR  tuning   •  Need  a  new  project  for  this