SlideShare ist ein Scribd-Unternehmen logo
1 von 26
Downloaden Sie, um offline zu lesen
Partner Logo




Building Blocks for
Private and Hybrid Clouds
March 21, 2013
Partner Logo


Your Panel Today
-Brian Adler, Sr. Services Architect,
RightScale
-Vijay Tolani, Private Cloud Specialist,
RightScale



 Please use the “Questions” window to ask
            questions any time!
Partner Logo
Agenda
 Definitions and Terminology
 Infrastructure Evolution
 Private Cloud Key Considerations
 Hybrid Clouds – Different things to different people
 Use Cases for Private and Hybrid Clouds
 Best Practices for Private/Hybrid Cloud Design and
 Implementation
     • Design Considerations
     • Hardware Considerations
     • Software Considerations
     • Implementation
     • Management

 Conclusion/Q&A
© 2012 Citrix | Confidential – Do Not Distribute
Workload Liberation

Application                                        Requirements              Resource
 Portfolio                                            Filter                  Pools
      App 1                                         Performance    App 1   Public Cloud 1
      App 2                                             Cost       App 2
      App 3                                           Security     App 3   Public Cloud 2

      App 4                                         Compliance     App 4
                                                    Geo-location           Hosted Private
      App 5                                                        App 5
       …                                              Vendors       …
                                                                           Internal Private
      App N                                          Existing DC   App N


Management & automation – across cloud resource pools

© 2012 Citrix | Confidential – Do Not Distribute
Definitions and Terminology
Virtualization (server)
 • Division of one physical server into multiple isolated virtual environments
Private Cloud
 • A collection of compute, storage, and network resources for a single tenant
   that are accessed programmatically via an API endpoint.
Public Cloud
 • A similar set of resources that is multi-tenant and is provided by a cloud
   vendor with access via an API endpoint.
Multi-Cloud
 • An environment that spans two or more separate clouds, be they both
   public, both private, or one (or more) of each.
Hybrid Cloud
 • An environment that spans one or more public clouds as well as one or
   more private clouds.




© 2012 Citrix | Confidential – Do Not Distribute
Infrastructure Evolution

Old school Datacenters
 • Racks of physical nodes, one application per node
 • It’s all we knew, it worked, and it was fine.
Virtualization – The Early Years
 • Capability of a node outgrew the needs of any single application
     • Lots of idle resources on each node
 • Virtualization provided the ability to have a many-to-one (servers per node)
    relationship
     • This was better
Cloud Computing
 • Automated provisioning and management via an API appears
    • This is much, much better




 © 2012 Citrix | Confidential – Do Not Distribute
Private Cloud Key Considerations

Workload and Infrastructure Interaction
 • Applications have different resource needs
 • Choose the right fit for your application and your infrastructure
Security
 • Data may be contained within the private cloud, thus allowing for stricter
   security compliance
Latency
 • Consumers of the private cloud resources are generally “closer” to the private
   cloud, which reduces latency
User Experience
 • Related to latency, end user experience is enhanced due to proximity to
   resources.
Cost
 • OPEX is generally reduced. (CAPEX is another story )



 © 2012 Citrix | Confidential – Do Not Distribute
Hybrid Clouds
What if application outgrows the private cloud?
Common desire is for “cloud-bursting”
 • When private cloud resources are exhausted, a server tier expands into the
   public cloud to tap into the “infinite” resources
 • Considerations:
    • Security – public Internet is traversed
    • Latency – traversal of public Internet involves the Great Unknown
    • Cost – bandwidth charges for public Internet traversal
    • Complexity – setting up a secure environment is not a trivial task
More common use case is multiple clouds in an organization, with multiple
applications, and with each application contained entirely within a single
cloud.




 © 2012 Citrix | Confidential – Do Not Distribute
Hybrid Cloud Bursting



                                                         PUBLIC
                                                        INTERNET




                          LOAD BALANCERS

                           APP SERVERS                                             APP SERVERS

                        MASTER DATABASE

                            SLAVE DATABASE


                            OBJECT STORAGE



                                    PRIVATE CLOUD                    PUBLIC OR PRIVATE CLOUD


                                                    Cloud Bursting




© 2012 Citrix | Confidential – Do Not Distribute
Use Cases

Self-Service IT Portal (“IT Vending Machine”)
 • Users select one of several preconfigured tech stacks
 • Isolated Test/Dev environments




© 2012 Citrix | Confidential – Do Not Distribute
Use Cases

Self-Service IT Portal (“IT Vending Machine”)
 • Demo




© 2012 Citrix | Confidential – Do Not Distribute
Use Cases

Scalable Applications with Uncertain Demand
 • Public cloud used as “proving ground” for new applications
 • If applications fail, they are allowed to run their course in the public cloud until
   they are end-of-lifed
 • If an application gains traction, it remains in the public cloud during its growth
   phase
 • When stability of workload is reached, the application is transitioned into the
   private cloud




 © 2012 Citrix | Confidential – Do Not Distribute
Use Cases
Disaster Recovery (DR)
 • Production environment in one cloud
 • DR environment in a second cloud
 • Most common configuration is the “Warm DR” scenario
    • Replicating slave in a second cloud
    • All other servers in non-operational state
    • Failure of production environment requires promotion of slave to master,
      launching of “standby” servers, and DNS reassignment




 © 2012 Citrix | Confidential – Do Not Distribute
Design Considerations

Location of Physical Hardware
 ᵒOn-premise
   • Availability considerations (power, cooling, networking, etc.)
 ᵒHosted or Colocation facility
   • Accessibility of hardware for additions and/or modification
   • Latency to end users
   • Security
Availability and Redundancy Configuration
 ᵒEasiest configuration (single zone, single region, single API endpoint) does
   not promote high availability
    • Outage of API endpoint renders entire cloud unavailable
    • Power issues affect entire pool of resources
 ᵒHigh Availability of cloud resources requires more complex configurations
    • Multiple zones, multiple regions (if possible/practical)
    • Multiple API endpoints
    • Redundant and segregated power and networking

 © 2012 Citrix | Confidential – Do Not Distribute
Design Considerations/Options




            Simple Configuration
                                                   HA Configuration
            No HA or Redundancy



© 2012 Citrix | Confidential – Do Not Distribute
Design Considerations


Intended Workloads and Use Cases
  ᵒDoes the application require high availability or is it tolerant of interruptions of
    service?
     • User-facing will most likely require HA.
     • Batch processing tasks may not.
  ᵒIs flexibility of the infrastructure required for test-beds and/or proof-of-
    concepts?
     • Potential topologies and hardware options will be affected/limited
  ᵒDoes the application require (or greatly benefit from) GPUs or other
    specialized processors?
  ᵒDoes the application have high IOPS demands?
  ᵒAre low-latency or high bandwidth interconnects required?




 © 2012 Citrix | Confidential – Do Not Distribute
Hardware Considerations

 Compute
  ᵒCommodity
    • Allows for easy addition of capacity
    • Easy swap-out of failed components
  ᵒHigh end/specialized
    • May be required for intended workloads
    • Limits available options
    • Increases costs
    • Complicates maintenance
 Networking
  ᵒDriven by topology, latency demands, and price
  ᵒSome cloud infrastructure software offerings have support for network
    hardware devices (load balancers in particular)
 Storage
  ᵒCost vs. Performance (commodity? SSD?, etc.)


© 2012 Citrix | Confidential – Do Not Distribute
Software Considerations
Cloud Infrastructure Software
 ᵒCloudStack /CloudPlatform
    • Open source vs. commercial
 ᵒDictates/influences other decisions regarding cloud implementation
 ᵒAccess to resources
    • Web interface
    • API
Cloud Management Software
 ᵒAbstracts underlying details of the cloud infrastructure offerings
 ᵒPresents consistent interface to the available resources regardless of the
   underlying infrastructure provider
 ᵒProvides a cloud-portable solution
 ᵒProvides orchestration tools for provisioning and management




 © 2012 Citrix | Confidential – Do Not Distribute
Implementation Process

Hardware Procurement
 ᵒPre-existing or new?
    • Pre-existing limits ability to tailor infrastructure to workloads
Cloud Infrastructure Software
 ᵒThis decision will dictate/limit many future decisions
 ᵒResearch options, and choose wisely!
Cloud Topology
 ᵒZones, storage allocation, HA considerations, etc.
Build or Buy
 ᵒUse in-house resources if expertise exists
 ᵒThird-party resources
    • Build using existing resources
    • Build using new preconfigured hardware




 © 2012 Citrix | Confidential – Do Not Distribute
Management Process


Compatibility
 ᵒAvoid vendor lock-in at IaaS level, hypervisor level, cloud infrastructure
  software level
Unified Control/Security
 ᵒ“Single pane of glass” for user access, keys and credentials, etc.
On-Demand, Self-Service Provisioning
 ᵒAllow users to access resources without administrative intervention
Focus on Applications
 ᵒCore competency is in application development, so remove yourself from
   image management, automation, provisioning, etc.




 © 2012 Citrix | Confidential – Do Not Distribute
RightScale’s Hybrid-cloud Engine at work
   Zynga’s zCloud
   • Concept to production in < 6 months
   • Built on commodity hardware
   • Supports no less than thousands of physical servers
   • Can (and have) fully provisioned over 1,000 physical servers in less than 24
     hours
   • Integrated with RightScale




                                                    Source: Zynga CTO – Infrastructure; InterOp, May 2011

 © 2012 Citrix | Confidential – Do Not Distribute
Hybrid Cloud Reality: Zynga’s zCloud




© 2012 Citrix | Confidential – Do Not Distribute
Coupa
                                                   Challenges:
                                                   • Customer data residency
                                                     requirements in Canada and
                                                     Europe

                                                   Results:
                                                   • Built hybrid cloud in with Cloudstack




    “RightScale multi-cloud support enables us to transparently host
    Coupa on public clouds such as Amazon and Rackspace or a
    CloudStack-based private cloud while delivering high availability
    and data privacy compliance.”

    Sanket Naik, Sr. Director, Cloud Operations and Integrations

© 2012 Citrix | Confidential – Do Not Distribute
Summary/Conclusions


Private (and therefore hybrid) clouds were originally thought of as an
academic exercise or science project
Recent advances (particularly in cloud infrastructure software) have shown
private and hybrid clouds to be viable IT delivery models
Many considerations come into play
 ᵒDesign
 ᵒHardware
 ᵒSoftware
 ᵒImplementation Details
No “one size fits all”
 ᵒDo your research. Find the right fit.




 © 2012 Citrix | Confidential – Do Not Distribute
Next Steps
                                                             Contact RightScale
                                                                (866) 720-0208
1. Learn: Read Brian’s White Paper                           sales@rightscale.com
                                                              www.rightscale.com
    Will be included in follow-up email


2. Try: Free Edition
      www.rightscale.com/free                       The next big RightScale Community Event!
                                                           April 25-26 in San Francisco
                                                          www.RightScaleCompute.com
3. Attend our Conference to talk                       •Attend technical breakout sessions
more with us and the CloudPlatform team                      •Get RightScale training
   www.RightScaleCompute.com                             •Talk with RightScale customers
                                                         •Ask questions at the Expert Bar




 © 2012 Citrix | Confidential – Do Not Distribute

Weitere ähnliche Inhalte

Was ist angesagt?

OpenStack 101 Presentation
OpenStack 101 PresentationOpenStack 101 Presentation
OpenStack 101 PresentationEVault
 
Lessons learned from global telecom operators' cloud journeys - Zeev Likworni...
Lessons learned from global telecom operators' cloud journeys - Zeev Likworni...Lessons learned from global telecom operators' cloud journeys - Zeev Likworni...
Lessons learned from global telecom operators' cloud journeys - Zeev Likworni...Cloud Native Day Tel Aviv
 
Policy Based SDN Solution for DC and Branch Office by Suresh Boddapati
Policy Based SDN Solution for DC and Branch Office by Suresh BoddapatiPolicy Based SDN Solution for DC and Branch Office by Suresh Boddapati
Policy Based SDN Solution for DC and Branch Office by Suresh Boddapatibuildacloud
 
OpenStack in Action 4! Franz Meyer - What Use Case does Red Hat Enterprise ...
OpenStack in Action 4!   Franz Meyer - What Use Case does Red Hat Enterprise ...OpenStack in Action 4!   Franz Meyer - What Use Case does Red Hat Enterprise ...
OpenStack in Action 4! Franz Meyer - What Use Case does Red Hat Enterprise ...eNovance
 
Mirantis OpenStack 5.0 Overview
Mirantis OpenStack 5.0 OverviewMirantis OpenStack 5.0 Overview
Mirantis OpenStack 5.0 OverviewMirantis
 
Mirantis OpenStack 4.0 Overview
Mirantis OpenStack 4.0 OverviewMirantis OpenStack 4.0 Overview
Mirantis OpenStack 4.0 OverviewMirantis
 
Openstack Installation (ver. liberty)
Openstack Installation (ver. liberty)Openstack Installation (ver. liberty)
Openstack Installation (ver. liberty)Eggy Cheng
 
[OpenStack Day in Korea 2015] Keynote 2 - Leveraging OpenStack to Realize the...
[OpenStack Day in Korea 2015] Keynote 2 - Leveraging OpenStack to Realize the...[OpenStack Day in Korea 2015] Keynote 2 - Leveraging OpenStack to Realize the...
[OpenStack Day in Korea 2015] Keynote 2 - Leveraging OpenStack to Realize the...OpenStack Korea Community
 
Introduction to OpenStack Storage
Introduction to OpenStack StorageIntroduction to OpenStack Storage
Introduction to OpenStack StorageNetApp
 
Cisco UCS for OpenStack Cloud
Cisco UCS for OpenStack CloudCisco UCS for OpenStack Cloud
Cisco UCS for OpenStack CloudLora O'Haver
 
Delivering Composable NFV Services for Business, Residential and Mobile Edge
Delivering Composable NFV Services for Business, Residential and Mobile EdgeDelivering Composable NFV Services for Business, Residential and Mobile Edge
Delivering Composable NFV Services for Business, Residential and Mobile EdgePLUMgrid
 
Presentation cloud orchestration solution overview
Presentation   cloud orchestration solution overviewPresentation   cloud orchestration solution overview
Presentation cloud orchestration solution overviewxKinAnx
 
OpenStack As A Strategy For Future Growth at Cisco
OpenStack As A Strategy For Future Growth at CiscoOpenStack As A Strategy For Future Growth at Cisco
OpenStack As A Strategy For Future Growth at CiscoLew Tucker
 
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...Giuseppe Paterno'
 
Openstack Benelux Conference 2014 Red Hat Keynote
Openstack Benelux Conference 2014  Red Hat KeynoteOpenstack Benelux Conference 2014  Red Hat Keynote
Openstack Benelux Conference 2014 Red Hat KeynoteMicrosoft
 
SDN Scale-out Testing at OpenStack Innovation Center (OSIC)
SDN Scale-out Testing at OpenStack Innovation Center (OSIC)SDN Scale-out Testing at OpenStack Innovation Center (OSIC)
SDN Scale-out Testing at OpenStack Innovation Center (OSIC)PLUMgrid
 
OpenStack NFV Edge computing for IOT microservices
OpenStack NFV Edge computing for IOT microservicesOpenStack NFV Edge computing for IOT microservices
OpenStack NFV Edge computing for IOT microservicesopenstackindia
 
Networking For Nested Containers: Magnum, Kuryr, Neutron Integration
Networking For Nested Containers: Magnum, Kuryr, Neutron IntegrationNetworking For Nested Containers: Magnum, Kuryr, Neutron Integration
Networking For Nested Containers: Magnum, Kuryr, Neutron IntegrationFawad Khaliq
 

Was ist angesagt? (20)

OpenStack 101 Presentation
OpenStack 101 PresentationOpenStack 101 Presentation
OpenStack 101 Presentation
 
Lessons learned from global telecom operators' cloud journeys - Zeev Likworni...
Lessons learned from global telecom operators' cloud journeys - Zeev Likworni...Lessons learned from global telecom operators' cloud journeys - Zeev Likworni...
Lessons learned from global telecom operators' cloud journeys - Zeev Likworni...
 
Cloud Computing using OpenStack
Cloud Computing using OpenStackCloud Computing using OpenStack
Cloud Computing using OpenStack
 
Policy Based SDN Solution for DC and Branch Office by Suresh Boddapati
Policy Based SDN Solution for DC and Branch Office by Suresh BoddapatiPolicy Based SDN Solution for DC and Branch Office by Suresh Boddapati
Policy Based SDN Solution for DC and Branch Office by Suresh Boddapati
 
OpenStack in Action 4! Franz Meyer - What Use Case does Red Hat Enterprise ...
OpenStack in Action 4!   Franz Meyer - What Use Case does Red Hat Enterprise ...OpenStack in Action 4!   Franz Meyer - What Use Case does Red Hat Enterprise ...
OpenStack in Action 4! Franz Meyer - What Use Case does Red Hat Enterprise ...
 
Mirantis OpenStack 5.0 Overview
Mirantis OpenStack 5.0 OverviewMirantis OpenStack 5.0 Overview
Mirantis OpenStack 5.0 Overview
 
Mirantis OpenStack 4.0 Overview
Mirantis OpenStack 4.0 OverviewMirantis OpenStack 4.0 Overview
Mirantis OpenStack 4.0 Overview
 
Openstack Installation (ver. liberty)
Openstack Installation (ver. liberty)Openstack Installation (ver. liberty)
Openstack Installation (ver. liberty)
 
[OpenStack Day in Korea 2015] Keynote 2 - Leveraging OpenStack to Realize the...
[OpenStack Day in Korea 2015] Keynote 2 - Leveraging OpenStack to Realize the...[OpenStack Day in Korea 2015] Keynote 2 - Leveraging OpenStack to Realize the...
[OpenStack Day in Korea 2015] Keynote 2 - Leveraging OpenStack to Realize the...
 
Introduction to OpenStack Storage
Introduction to OpenStack StorageIntroduction to OpenStack Storage
Introduction to OpenStack Storage
 
Cisco UCS for OpenStack Cloud
Cisco UCS for OpenStack CloudCisco UCS for OpenStack Cloud
Cisco UCS for OpenStack Cloud
 
Delivering Composable NFV Services for Business, Residential and Mobile Edge
Delivering Composable NFV Services for Business, Residential and Mobile EdgeDelivering Composable NFV Services for Business, Residential and Mobile Edge
Delivering Composable NFV Services for Business, Residential and Mobile Edge
 
Presentation cloud orchestration solution overview
Presentation   cloud orchestration solution overviewPresentation   cloud orchestration solution overview
Presentation cloud orchestration solution overview
 
OpenStack As A Strategy For Future Growth at Cisco
OpenStack As A Strategy For Future Growth at CiscoOpenStack As A Strategy For Future Growth at Cisco
OpenStack As A Strategy For Future Growth at Cisco
 
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...
 
Openstack Benelux Conference 2014 Red Hat Keynote
Openstack Benelux Conference 2014  Red Hat KeynoteOpenstack Benelux Conference 2014  Red Hat Keynote
Openstack Benelux Conference 2014 Red Hat Keynote
 
Keystone Updates - Kilo Edition
Keystone Updates - Kilo EditionKeystone Updates - Kilo Edition
Keystone Updates - Kilo Edition
 
SDN Scale-out Testing at OpenStack Innovation Center (OSIC)
SDN Scale-out Testing at OpenStack Innovation Center (OSIC)SDN Scale-out Testing at OpenStack Innovation Center (OSIC)
SDN Scale-out Testing at OpenStack Innovation Center (OSIC)
 
OpenStack NFV Edge computing for IOT microservices
OpenStack NFV Edge computing for IOT microservicesOpenStack NFV Edge computing for IOT microservices
OpenStack NFV Edge computing for IOT microservices
 
Networking For Nested Containers: Magnum, Kuryr, Neutron Integration
Networking For Nested Containers: Magnum, Kuryr, Neutron IntegrationNetworking For Nested Containers: Magnum, Kuryr, Neutron Integration
Networking For Nested Containers: Magnum, Kuryr, Neutron Integration
 

Andere mochten auch

Gali Reznik, Amdocs
Gali Reznik, Amdocs Gali Reznik, Amdocs
Gali Reznik, Amdocs RightScale
 
How to Think Multi-Cloud
How to Think Multi-CloudHow to Think Multi-Cloud
How to Think Multi-CloudRightScale
 
Roll Your Own ServerTemplates
Roll Your Own ServerTemplatesRoll Your Own ServerTemplates
Roll Your Own ServerTemplatesRightScale
 
RightScale Webinar - Tales From the Trenches: Understanding and Managing Clo...
RightScale Webinar  - Tales From the Trenches: Understanding and Managing Clo...RightScale Webinar  - Tales From the Trenches: Understanding and Managing Clo...
RightScale Webinar - Tales From the Trenches: Understanding and Managing Clo...RightScale
 
Building RightScale's Globally Distributed Datastore - RightScale Compute 2013
Building RightScale's Globally Distributed Datastore - RightScale Compute 2013Building RightScale's Globally Distributed Datastore - RightScale Compute 2013
Building RightScale's Globally Distributed Datastore - RightScale Compute 2013RightScale
 
How to Prevent App Failures with Real User Conditions
How to Prevent App Failures with Real User ConditionsHow to Prevent App Failures with Real User Conditions
How to Prevent App Failures with Real User ConditionsAustin Marie Gay
 
An Evaluation of OpenStack Deployment Frameworks
An Evaluation of OpenStack Deployment FrameworksAn Evaluation of OpenStack Deployment Frameworks
An Evaluation of OpenStack Deployment Frameworksshane_gibson
 
Continuous Integration for Mobile App Testing
Continuous Integration for Mobile App TestingContinuous Integration for Mobile App Testing
Continuous Integration for Mobile App TestingInfostretch
 
AWS Summit 2011: Building a cloud strategy
AWS Summit 2011: Building a cloud strategyAWS Summit 2011: Building a cloud strategy
AWS Summit 2011: Building a cloud strategyAmazon Web Services
 
Company Overview Ppt From Jim Loveless@Affinitas Corporation
Company Overview Ppt From Jim Loveless@Affinitas CorporationCompany Overview Ppt From Jim Loveless@Affinitas Corporation
Company Overview Ppt From Jim Loveless@Affinitas Corporationjimloveless
 
Addressing Mobile App Testing Challenges
Addressing Mobile App Testing ChallengesAddressing Mobile App Testing Challenges
Addressing Mobile App Testing ChallengesLee Barnes
 
Webinar key considerations in mobile web automation
Webinar key considerations in mobile web automationWebinar key considerations in mobile web automation
Webinar key considerations in mobile web automationPerfecto Mobile
 
Everything You Need To Know about Appium and Selenium
Everything You Need To Know about Appium and SeleniumEverything You Need To Know about Appium and Selenium
Everything You Need To Know about Appium and SeleniumLizzy Guido (she/her)
 
Continuous test automation
Continuous test automationContinuous test automation
Continuous test automationMacharla Pradeep
 
How to define mobile automation strategy
How to define mobile automation strategyHow to define mobile automation strategy
How to define mobile automation strategyMesut Güneş
 
Launch Better Apps, Faster - Perfecto & Orasi Joint Webinar Sldies
Launch Better Apps, Faster - Perfecto & Orasi Joint Webinar SldiesLaunch Better Apps, Faster - Perfecto & Orasi Joint Webinar Sldies
Launch Better Apps, Faster - Perfecto & Orasi Joint Webinar SldiesPerfecto by Perforce
 

Andere mochten auch (19)

Gali Reznik, Amdocs
Gali Reznik, Amdocs Gali Reznik, Amdocs
Gali Reznik, Amdocs
 
How to Think Multi-Cloud
How to Think Multi-CloudHow to Think Multi-Cloud
How to Think Multi-Cloud
 
Roll Your Own ServerTemplates
Roll Your Own ServerTemplatesRoll Your Own ServerTemplates
Roll Your Own ServerTemplates
 
RightScale Webinar - Tales From the Trenches: Understanding and Managing Clo...
RightScale Webinar  - Tales From the Trenches: Understanding and Managing Clo...RightScale Webinar  - Tales From the Trenches: Understanding and Managing Clo...
RightScale Webinar - Tales From the Trenches: Understanding and Managing Clo...
 
Building RightScale's Globally Distributed Datastore - RightScale Compute 2013
Building RightScale's Globally Distributed Datastore - RightScale Compute 2013Building RightScale's Globally Distributed Datastore - RightScale Compute 2013
Building RightScale's Globally Distributed Datastore - RightScale Compute 2013
 
How to Prevent App Failures with Real User Conditions
How to Prevent App Failures with Real User ConditionsHow to Prevent App Failures with Real User Conditions
How to Prevent App Failures with Real User Conditions
 
An Evaluation of OpenStack Deployment Frameworks
An Evaluation of OpenStack Deployment FrameworksAn Evaluation of OpenStack Deployment Frameworks
An Evaluation of OpenStack Deployment Frameworks
 
Continuous Integration for Mobile App Testing
Continuous Integration for Mobile App TestingContinuous Integration for Mobile App Testing
Continuous Integration for Mobile App Testing
 
AWS Summit 2011: Building a cloud strategy
AWS Summit 2011: Building a cloud strategyAWS Summit 2011: Building a cloud strategy
AWS Summit 2011: Building a cloud strategy
 
Company Overview Ppt From Jim Loveless@Affinitas Corporation
Company Overview Ppt From Jim Loveless@Affinitas CorporationCompany Overview Ppt From Jim Loveless@Affinitas Corporation
Company Overview Ppt From Jim Loveless@Affinitas Corporation
 
Addressing Mobile App Testing Challenges
Addressing Mobile App Testing ChallengesAddressing Mobile App Testing Challenges
Addressing Mobile App Testing Challenges
 
TechTalk: Report Bugs Like a Boss
TechTalk: Report Bugs Like a BossTechTalk: Report Bugs Like a Boss
TechTalk: Report Bugs Like a Boss
 
Get More out of Appium
Get More out of AppiumGet More out of Appium
Get More out of Appium
 
TechTalk: Getting to Know Perfecto
TechTalk: Getting to Know PerfectoTechTalk: Getting to Know Perfecto
TechTalk: Getting to Know Perfecto
 
Webinar key considerations in mobile web automation
Webinar key considerations in mobile web automationWebinar key considerations in mobile web automation
Webinar key considerations in mobile web automation
 
Everything You Need To Know about Appium and Selenium
Everything You Need To Know about Appium and SeleniumEverything You Need To Know about Appium and Selenium
Everything You Need To Know about Appium and Selenium
 
Continuous test automation
Continuous test automationContinuous test automation
Continuous test automation
 
How to define mobile automation strategy
How to define mobile automation strategyHow to define mobile automation strategy
How to define mobile automation strategy
 
Launch Better Apps, Faster - Perfecto & Orasi Joint Webinar Sldies
Launch Better Apps, Faster - Perfecto & Orasi Joint Webinar SldiesLaunch Better Apps, Faster - Perfecto & Orasi Joint Webinar Sldies
Launch Better Apps, Faster - Perfecto & Orasi Joint Webinar Sldies
 

Ähnlich wie Building Blocks for Private and Hybrid Clouds

Building Blocks for Private and Hybrid Clouds
Building Blocks for Private and Hybrid CloudsBuilding Blocks for Private and Hybrid Clouds
Building Blocks for Private and Hybrid CloudsRightScale
 
Rightscale Webinar: Building Blocks for Private and Hybrid Clouds
Rightscale Webinar: Building Blocks for Private and Hybrid CloudsRightscale Webinar: Building Blocks for Private and Hybrid Clouds
Rightscale Webinar: Building Blocks for Private and Hybrid CloudsRightScale
 
Infrastructure Consolidation and Virtualization
Infrastructure Consolidation and VirtualizationInfrastructure Consolidation and Virtualization
Infrastructure Consolidation and VirtualizationBob Rhubart
 
Cloud platform technical sales presentation
Cloud platform technical sales presentationCloud platform technical sales presentation
Cloud platform technical sales presentationNuno Alves
 
Building Blocks for Hybrid IT
Building Blocks for Hybrid ITBuilding Blocks for Hybrid IT
Building Blocks for Hybrid ITRightScale
 
Citrix Synergy 2014 - Syn231 Why cloud projects fail
Citrix Synergy 2014 - Syn231 Why cloud projects failCitrix Synergy 2014 - Syn231 Why cloud projects fail
Citrix Synergy 2014 - Syn231 Why cloud projects failCitrix
 
DaaS/IaaS Forum Moscow - Najat Messaoud
DaaS/IaaS Forum Moscow - Najat MessaoudDaaS/IaaS Forum Moscow - Najat Messaoud
DaaS/IaaS Forum Moscow - Najat MessaoudDenis Gundarev
 
VMware Zimbra vs. Novell Groupwise
VMware Zimbra vs. Novell GroupwiseVMware Zimbra vs. Novell Groupwise
VMware Zimbra vs. Novell GroupwiseMike K
 
Jelastic Hybrid Cloud on Google Cloud Platform
Jelastic Hybrid Cloud on Google Cloud Platform Jelastic Hybrid Cloud on Google Cloud Platform
Jelastic Hybrid Cloud on Google Cloud Platform Ruslan Synytsky
 
Open day competenze digitali boverino v-mware intro
Open day competenze digitali   boverino v-mware introOpen day competenze digitali   boverino v-mware intro
Open day competenze digitali boverino v-mware introRedazione InnovaPuglia
 
Cloudcomputingoct2009 100301142544-phpapp02
Cloudcomputingoct2009 100301142544-phpapp02Cloudcomputingoct2009 100301142544-phpapp02
Cloudcomputingoct2009 100301142544-phpapp02abhisheknayak29
 
2014.04.10 - Cloud Hybride, Pourquoi, Comment - Patrice Lagorsse - Aspaway
2014.04.10 - Cloud Hybride, Pourquoi, Comment - Patrice Lagorsse - Aspaway2014.04.10 - Cloud Hybride, Pourquoi, Comment - Patrice Lagorsse - Aspaway
2014.04.10 - Cloud Hybride, Pourquoi, Comment - Patrice Lagorsse - AspawayPartnerWin - #SocialSelling StarterPacks
 
Cloud deployment models
Cloud deployment modelsCloud deployment models
Cloud deployment modelsAshok Kumar
 
Cloud deployment models
Cloud deployment modelsCloud deployment models
Cloud deployment modelsAshok Kumar
 
Cloud Computing
Cloud ComputingCloud Computing
Cloud ComputingUOS
 
Intel IT Open Cloud - What's under the Hood and How do we Drive it?
Intel IT Open Cloud - What's under the Hood and How do we Drive it?Intel IT Open Cloud - What's under the Hood and How do we Drive it?
Intel IT Open Cloud - What's under the Hood and How do we Drive it?Odinot Stanislas
 
Making Sense of the Cloud
Making Sense of the CloudMaking Sense of the Cloud
Making Sense of the CloudSpiceworks
 

Ähnlich wie Building Blocks for Private and Hybrid Clouds (20)

MISA Cloud workshop - Cloud 101
MISA Cloud workshop - Cloud 101MISA Cloud workshop - Cloud 101
MISA Cloud workshop - Cloud 101
 
Building Blocks for Private and Hybrid Clouds
Building Blocks for Private and Hybrid CloudsBuilding Blocks for Private and Hybrid Clouds
Building Blocks for Private and Hybrid Clouds
 
Rightscale Webinar: Building Blocks for Private and Hybrid Clouds
Rightscale Webinar: Building Blocks for Private and Hybrid CloudsRightscale Webinar: Building Blocks for Private and Hybrid Clouds
Rightscale Webinar: Building Blocks for Private and Hybrid Clouds
 
Infrastructure Consolidation and Virtualization
Infrastructure Consolidation and VirtualizationInfrastructure Consolidation and Virtualization
Infrastructure Consolidation and Virtualization
 
Cloud platform technical sales presentation
Cloud platform technical sales presentationCloud platform technical sales presentation
Cloud platform technical sales presentation
 
Building Blocks for Hybrid IT
Building Blocks for Hybrid ITBuilding Blocks for Hybrid IT
Building Blocks for Hybrid IT
 
Citrix Synergy 2014 - Syn231 Why cloud projects fail
Citrix Synergy 2014 - Syn231 Why cloud projects failCitrix Synergy 2014 - Syn231 Why cloud projects fail
Citrix Synergy 2014 - Syn231 Why cloud projects fail
 
Application of Cloud Computing
Application of Cloud ComputingApplication of Cloud Computing
Application of Cloud Computing
 
DaaS/IaaS Forum Moscow - Najat Messaoud
DaaS/IaaS Forum Moscow - Najat MessaoudDaaS/IaaS Forum Moscow - Najat Messaoud
DaaS/IaaS Forum Moscow - Najat Messaoud
 
VMware Zimbra vs. Novell Groupwise
VMware Zimbra vs. Novell GroupwiseVMware Zimbra vs. Novell Groupwise
VMware Zimbra vs. Novell Groupwise
 
Cloud Computing
Cloud ComputingCloud Computing
Cloud Computing
 
Jelastic Hybrid Cloud on Google Cloud Platform
Jelastic Hybrid Cloud on Google Cloud Platform Jelastic Hybrid Cloud on Google Cloud Platform
Jelastic Hybrid Cloud on Google Cloud Platform
 
Open day competenze digitali boverino v-mware intro
Open day competenze digitali   boverino v-mware introOpen day competenze digitali   boverino v-mware intro
Open day competenze digitali boverino v-mware intro
 
Cloudcomputingoct2009 100301142544-phpapp02
Cloudcomputingoct2009 100301142544-phpapp02Cloudcomputingoct2009 100301142544-phpapp02
Cloudcomputingoct2009 100301142544-phpapp02
 
2014.04.10 - Cloud Hybride, Pourquoi, Comment - Patrice Lagorsse - Aspaway
2014.04.10 - Cloud Hybride, Pourquoi, Comment - Patrice Lagorsse - Aspaway2014.04.10 - Cloud Hybride, Pourquoi, Comment - Patrice Lagorsse - Aspaway
2014.04.10 - Cloud Hybride, Pourquoi, Comment - Patrice Lagorsse - Aspaway
 
Cloud deployment models
Cloud deployment modelsCloud deployment models
Cloud deployment models
 
Cloud deployment models
Cloud deployment modelsCloud deployment models
Cloud deployment models
 
Cloud Computing
Cloud ComputingCloud Computing
Cloud Computing
 
Intel IT Open Cloud - What's under the Hood and How do we Drive it?
Intel IT Open Cloud - What's under the Hood and How do we Drive it?Intel IT Open Cloud - What's under the Hood and How do we Drive it?
Intel IT Open Cloud - What's under the Hood and How do we Drive it?
 
Making Sense of the Cloud
Making Sense of the CloudMaking Sense of the Cloud
Making Sense of the Cloud
 

Mehr von RightScale

10 Must-Have Automated Cloud Policies for IT Governance
10 Must-Have Automated Cloud Policies for IT Governance10 Must-Have Automated Cloud Policies for IT Governance
10 Must-Have Automated Cloud Policies for IT GovernanceRightScale
 
Kubernetes and Terraform in the Cloud: How RightScale Does DevOps
Kubernetes and Terraform in the Cloud: How RightScale Does DevOpsKubernetes and Terraform in the Cloud: How RightScale Does DevOps
Kubernetes and Terraform in the Cloud: How RightScale Does DevOpsRightScale
 
Optimize Software, SaaS, and Cloud with Flexera and RightScale
Optimize Software, SaaS, and Cloud with Flexera and RightScaleOptimize Software, SaaS, and Cloud with Flexera and RightScale
Optimize Software, SaaS, and Cloud with Flexera and RightScaleRightScale
 
Prepare Your Enterprise Cloud Strategy for 2019: 7 Things to Think About Now
Prepare Your Enterprise Cloud Strategy for 2019: 7 Things to Think About NowPrepare Your Enterprise Cloud Strategy for 2019: 7 Things to Think About Now
Prepare Your Enterprise Cloud Strategy for 2019: 7 Things to Think About NowRightScale
 
How to Set Up a Cloud Cost Optimization Process for your Enterprise
How to Set Up a Cloud Cost Optimization Process for your EnterpriseHow to Set Up a Cloud Cost Optimization Process for your Enterprise
How to Set Up a Cloud Cost Optimization Process for your EnterpriseRightScale
 
Multi-Cloud Management with RightScale CMP (Demo)
Multi-Cloud Management with RightScale CMP (Demo)Multi-Cloud Management with RightScale CMP (Demo)
Multi-Cloud Management with RightScale CMP (Demo)RightScale
 
Comparing Cloud VM Types and Prices: AWS vs Azure vs Google vs IBM
Comparing Cloud VM Types and Prices: AWS vs Azure vs Google vs IBMComparing Cloud VM Types and Prices: AWS vs Azure vs Google vs IBM
Comparing Cloud VM Types and Prices: AWS vs Azure vs Google vs IBMRightScale
 
How to Allocate and Report Cloud Costs with RightScale Optima
How to Allocate and Report Cloud Costs with RightScale OptimaHow to Allocate and Report Cloud Costs with RightScale Optima
How to Allocate and Report Cloud Costs with RightScale OptimaRightScale
 
Should You Move Between AWS, Azure, or Google Clouds? Considerations, Pros an...
Should You Move Between AWS, Azure, or Google Clouds? Considerations, Pros an...Should You Move Between AWS, Azure, or Google Clouds? Considerations, Pros an...
Should You Move Between AWS, Azure, or Google Clouds? Considerations, Pros an...RightScale
 
Using RightScale CMP with Cloud Provider Tools
Using RightScale CMP with Cloud Provider ToolsUsing RightScale CMP with Cloud Provider Tools
Using RightScale CMP with Cloud Provider ToolsRightScale
 
Best Practices for Multi-Cloud Security and Compliance
Best Practices for Multi-Cloud Security and ComplianceBest Practices for Multi-Cloud Security and Compliance
Best Practices for Multi-Cloud Security and ComplianceRightScale
 
Automating Multi-Cloud Policies for AWS, Azure, Google, and More
Automating Multi-Cloud Policies for AWS, Azure, Google, and MoreAutomating Multi-Cloud Policies for AWS, Azure, Google, and More
Automating Multi-Cloud Policies for AWS, Azure, Google, and MoreRightScale
 
The 5 Stages of Cloud Management for Enterprises
The 5 Stages of Cloud Management for EnterprisesThe 5 Stages of Cloud Management for Enterprises
The 5 Stages of Cloud Management for EnterprisesRightScale
 
9 Ways to Reduce Cloud Storage Costs
9 Ways to Reduce Cloud Storage Costs9 Ways to Reduce Cloud Storage Costs
9 Ways to Reduce Cloud Storage CostsRightScale
 
Serverless Comparison: AWS vs Azure vs Google vs IBM
Serverless Comparison: AWS vs Azure vs Google vs IBMServerless Comparison: AWS vs Azure vs Google vs IBM
Serverless Comparison: AWS vs Azure vs Google vs IBMRightScale
 
Best Practices for Cloud Managed Services Providers: The Path to CMP Success
Best Practices for Cloud Managed Services Providers: The Path to CMP SuccessBest Practices for Cloud Managed Services Providers: The Path to CMP Success
Best Practices for Cloud Managed Services Providers: The Path to CMP SuccessRightScale
 
Cloud Storage Comparison: AWS vs Azure vs Google vs IBM
Cloud Storage Comparison: AWS vs Azure vs Google vs IBMCloud Storage Comparison: AWS vs Azure vs Google vs IBM
Cloud Storage Comparison: AWS vs Azure vs Google vs IBMRightScale
 
2018 Cloud Trends: RightScale State of the Cloud Report
2018 Cloud Trends: RightScale State of the Cloud Report2018 Cloud Trends: RightScale State of the Cloud Report
2018 Cloud Trends: RightScale State of the Cloud ReportRightScale
 
Got a Multi-Cloud Strategy? How RightScale CMP Helps
Got a Multi-Cloud Strategy? How RightScale CMP HelpsGot a Multi-Cloud Strategy? How RightScale CMP Helps
Got a Multi-Cloud Strategy? How RightScale CMP HelpsRightScale
 
How to Manage Cloud Costs with RightScale Optima
How to Manage Cloud Costs with RightScale OptimaHow to Manage Cloud Costs with RightScale Optima
How to Manage Cloud Costs with RightScale OptimaRightScale
 

Mehr von RightScale (20)

10 Must-Have Automated Cloud Policies for IT Governance
10 Must-Have Automated Cloud Policies for IT Governance10 Must-Have Automated Cloud Policies for IT Governance
10 Must-Have Automated Cloud Policies for IT Governance
 
Kubernetes and Terraform in the Cloud: How RightScale Does DevOps
Kubernetes and Terraform in the Cloud: How RightScale Does DevOpsKubernetes and Terraform in the Cloud: How RightScale Does DevOps
Kubernetes and Terraform in the Cloud: How RightScale Does DevOps
 
Optimize Software, SaaS, and Cloud with Flexera and RightScale
Optimize Software, SaaS, and Cloud with Flexera and RightScaleOptimize Software, SaaS, and Cloud with Flexera and RightScale
Optimize Software, SaaS, and Cloud with Flexera and RightScale
 
Prepare Your Enterprise Cloud Strategy for 2019: 7 Things to Think About Now
Prepare Your Enterprise Cloud Strategy for 2019: 7 Things to Think About NowPrepare Your Enterprise Cloud Strategy for 2019: 7 Things to Think About Now
Prepare Your Enterprise Cloud Strategy for 2019: 7 Things to Think About Now
 
How to Set Up a Cloud Cost Optimization Process for your Enterprise
How to Set Up a Cloud Cost Optimization Process for your EnterpriseHow to Set Up a Cloud Cost Optimization Process for your Enterprise
How to Set Up a Cloud Cost Optimization Process for your Enterprise
 
Multi-Cloud Management with RightScale CMP (Demo)
Multi-Cloud Management with RightScale CMP (Demo)Multi-Cloud Management with RightScale CMP (Demo)
Multi-Cloud Management with RightScale CMP (Demo)
 
Comparing Cloud VM Types and Prices: AWS vs Azure vs Google vs IBM
Comparing Cloud VM Types and Prices: AWS vs Azure vs Google vs IBMComparing Cloud VM Types and Prices: AWS vs Azure vs Google vs IBM
Comparing Cloud VM Types and Prices: AWS vs Azure vs Google vs IBM
 
How to Allocate and Report Cloud Costs with RightScale Optima
How to Allocate and Report Cloud Costs with RightScale OptimaHow to Allocate and Report Cloud Costs with RightScale Optima
How to Allocate and Report Cloud Costs with RightScale Optima
 
Should You Move Between AWS, Azure, or Google Clouds? Considerations, Pros an...
Should You Move Between AWS, Azure, or Google Clouds? Considerations, Pros an...Should You Move Between AWS, Azure, or Google Clouds? Considerations, Pros an...
Should You Move Between AWS, Azure, or Google Clouds? Considerations, Pros an...
 
Using RightScale CMP with Cloud Provider Tools
Using RightScale CMP with Cloud Provider ToolsUsing RightScale CMP with Cloud Provider Tools
Using RightScale CMP with Cloud Provider Tools
 
Best Practices for Multi-Cloud Security and Compliance
Best Practices for Multi-Cloud Security and ComplianceBest Practices for Multi-Cloud Security and Compliance
Best Practices for Multi-Cloud Security and Compliance
 
Automating Multi-Cloud Policies for AWS, Azure, Google, and More
Automating Multi-Cloud Policies for AWS, Azure, Google, and MoreAutomating Multi-Cloud Policies for AWS, Azure, Google, and More
Automating Multi-Cloud Policies for AWS, Azure, Google, and More
 
The 5 Stages of Cloud Management for Enterprises
The 5 Stages of Cloud Management for EnterprisesThe 5 Stages of Cloud Management for Enterprises
The 5 Stages of Cloud Management for Enterprises
 
9 Ways to Reduce Cloud Storage Costs
9 Ways to Reduce Cloud Storage Costs9 Ways to Reduce Cloud Storage Costs
9 Ways to Reduce Cloud Storage Costs
 
Serverless Comparison: AWS vs Azure vs Google vs IBM
Serverless Comparison: AWS vs Azure vs Google vs IBMServerless Comparison: AWS vs Azure vs Google vs IBM
Serverless Comparison: AWS vs Azure vs Google vs IBM
 
Best Practices for Cloud Managed Services Providers: The Path to CMP Success
Best Practices for Cloud Managed Services Providers: The Path to CMP SuccessBest Practices for Cloud Managed Services Providers: The Path to CMP Success
Best Practices for Cloud Managed Services Providers: The Path to CMP Success
 
Cloud Storage Comparison: AWS vs Azure vs Google vs IBM
Cloud Storage Comparison: AWS vs Azure vs Google vs IBMCloud Storage Comparison: AWS vs Azure vs Google vs IBM
Cloud Storage Comparison: AWS vs Azure vs Google vs IBM
 
2018 Cloud Trends: RightScale State of the Cloud Report
2018 Cloud Trends: RightScale State of the Cloud Report2018 Cloud Trends: RightScale State of the Cloud Report
2018 Cloud Trends: RightScale State of the Cloud Report
 
Got a Multi-Cloud Strategy? How RightScale CMP Helps
Got a Multi-Cloud Strategy? How RightScale CMP HelpsGot a Multi-Cloud Strategy? How RightScale CMP Helps
Got a Multi-Cloud Strategy? How RightScale CMP Helps
 
How to Manage Cloud Costs with RightScale Optima
How to Manage Cloud Costs with RightScale OptimaHow to Manage Cloud Costs with RightScale Optima
How to Manage Cloud Costs with RightScale Optima
 

Kürzlich hochgeladen

Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Farhan Tariq
 
QCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architecturesQCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architecturesBernd Ruecker
 
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality AssuranceInflectra
 
Varsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
Varsha Sewlal- Cyber Attacks on Critical Critical InfrastructureVarsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
Varsha Sewlal- Cyber Attacks on Critical Critical Infrastructureitnewsafrica
 
Email Marketing Automation for Bonterra Impact Management (fka Social Solutio...
Email Marketing Automation for Bonterra Impact Management (fka Social Solutio...Email Marketing Automation for Bonterra Impact Management (fka Social Solutio...
Email Marketing Automation for Bonterra Impact Management (fka Social Solutio...Jeffrey Haguewood
 
A Glance At The Java Performance Toolbox
A Glance At The Java Performance ToolboxA Glance At The Java Performance Toolbox
A Glance At The Java Performance ToolboxAna-Maria Mihalceanu
 
Glenn Lazarus- Why Your Observability Strategy Needs Security Observability
Glenn Lazarus- Why Your Observability Strategy Needs Security ObservabilityGlenn Lazarus- Why Your Observability Strategy Needs Security Observability
Glenn Lazarus- Why Your Observability Strategy Needs Security Observabilityitnewsafrica
 
Kuma Meshes Part I - The basics - A tutorial
Kuma Meshes Part I - The basics - A tutorialKuma Meshes Part I - The basics - A tutorial
Kuma Meshes Part I - The basics - A tutorialJoão Esperancinha
 
Abdul Kader Baba- Managing Cybersecurity Risks and Compliance Requirements i...
Abdul Kader Baba- Managing Cybersecurity Risks  and Compliance Requirements i...Abdul Kader Baba- Managing Cybersecurity Risks  and Compliance Requirements i...
Abdul Kader Baba- Managing Cybersecurity Risks and Compliance Requirements i...itnewsafrica
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...Wes McKinney
 
Microsoft 365 Copilot: How to boost your productivity with AI – Part two: Dat...
Microsoft 365 Copilot: How to boost your productivity with AI – Part two: Dat...Microsoft 365 Copilot: How to boost your productivity with AI – Part two: Dat...
Microsoft 365 Copilot: How to boost your productivity with AI – Part two: Dat...Nikki Chapple
 
Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)Kaya Weers
 
A Framework for Development in the AI Age
A Framework for Development in the AI AgeA Framework for Development in the AI Age
A Framework for Development in the AI AgeCprime
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Hiroshi SHIBATA
 
JET Technology Labs White Paper for Virtualized Security and Encryption Techn...
JET Technology Labs White Paper for Virtualized Security and Encryption Techn...JET Technology Labs White Paper for Virtualized Security and Encryption Techn...
JET Technology Labs White Paper for Virtualized Security and Encryption Techn...amber724300
 
WomenInAutomation2024: AI and Automation for eveyone
WomenInAutomation2024: AI and Automation for eveyoneWomenInAutomation2024: AI and Automation for eveyone
WomenInAutomation2024: AI and Automation for eveyoneUiPathCommunity
 
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesAssure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesThousandEyes
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesKari Kakkonen
 
Accelerating Enterprise Software Engineering with Platformless
Accelerating Enterprise Software Engineering with PlatformlessAccelerating Enterprise Software Engineering with Platformless
Accelerating Enterprise Software Engineering with PlatformlessWSO2
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Mark Goldstein
 

Kürzlich hochgeladen (20)

Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...
 
QCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architecturesQCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architectures
 
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
 
Varsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
Varsha Sewlal- Cyber Attacks on Critical Critical InfrastructureVarsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
Varsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
 
Email Marketing Automation for Bonterra Impact Management (fka Social Solutio...
Email Marketing Automation for Bonterra Impact Management (fka Social Solutio...Email Marketing Automation for Bonterra Impact Management (fka Social Solutio...
Email Marketing Automation for Bonterra Impact Management (fka Social Solutio...
 
A Glance At The Java Performance Toolbox
A Glance At The Java Performance ToolboxA Glance At The Java Performance Toolbox
A Glance At The Java Performance Toolbox
 
Glenn Lazarus- Why Your Observability Strategy Needs Security Observability
Glenn Lazarus- Why Your Observability Strategy Needs Security ObservabilityGlenn Lazarus- Why Your Observability Strategy Needs Security Observability
Glenn Lazarus- Why Your Observability Strategy Needs Security Observability
 
Kuma Meshes Part I - The basics - A tutorial
Kuma Meshes Part I - The basics - A tutorialKuma Meshes Part I - The basics - A tutorial
Kuma Meshes Part I - The basics - A tutorial
 
Abdul Kader Baba- Managing Cybersecurity Risks and Compliance Requirements i...
Abdul Kader Baba- Managing Cybersecurity Risks  and Compliance Requirements i...Abdul Kader Baba- Managing Cybersecurity Risks  and Compliance Requirements i...
Abdul Kader Baba- Managing Cybersecurity Risks and Compliance Requirements i...
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
 
Microsoft 365 Copilot: How to boost your productivity with AI – Part two: Dat...
Microsoft 365 Copilot: How to boost your productivity with AI – Part two: Dat...Microsoft 365 Copilot: How to boost your productivity with AI – Part two: Dat...
Microsoft 365 Copilot: How to boost your productivity with AI – Part two: Dat...
 
Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)
 
A Framework for Development in the AI Age
A Framework for Development in the AI AgeA Framework for Development in the AI Age
A Framework for Development in the AI Age
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024
 
JET Technology Labs White Paper for Virtualized Security and Encryption Techn...
JET Technology Labs White Paper for Virtualized Security and Encryption Techn...JET Technology Labs White Paper for Virtualized Security and Encryption Techn...
JET Technology Labs White Paper for Virtualized Security and Encryption Techn...
 
WomenInAutomation2024: AI and Automation for eveyone
WomenInAutomation2024: AI and Automation for eveyoneWomenInAutomation2024: AI and Automation for eveyone
WomenInAutomation2024: AI and Automation for eveyone
 
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyesAssure Ecommerce and Retail Operations Uptime with ThousandEyes
Assure Ecommerce and Retail Operations Uptime with ThousandEyes
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examples
 
Accelerating Enterprise Software Engineering with Platformless
Accelerating Enterprise Software Engineering with PlatformlessAccelerating Enterprise Software Engineering with Platformless
Accelerating Enterprise Software Engineering with Platformless
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
 

Building Blocks for Private and Hybrid Clouds

  • 1. Partner Logo Building Blocks for Private and Hybrid Clouds March 21, 2013
  • 2. Partner Logo Your Panel Today -Brian Adler, Sr. Services Architect, RightScale -Vijay Tolani, Private Cloud Specialist, RightScale Please use the “Questions” window to ask questions any time!
  • 3. Partner Logo Agenda Definitions and Terminology Infrastructure Evolution Private Cloud Key Considerations Hybrid Clouds – Different things to different people Use Cases for Private and Hybrid Clouds Best Practices for Private/Hybrid Cloud Design and Implementation • Design Considerations • Hardware Considerations • Software Considerations • Implementation • Management Conclusion/Q&A
  • 4. © 2012 Citrix | Confidential – Do Not Distribute
  • 5. Workload Liberation Application Requirements Resource Portfolio Filter Pools App 1 Performance App 1 Public Cloud 1 App 2 Cost App 2 App 3 Security App 3 Public Cloud 2 App 4 Compliance App 4 Geo-location Hosted Private App 5 App 5 … Vendors … Internal Private App N Existing DC App N Management & automation – across cloud resource pools © 2012 Citrix | Confidential – Do Not Distribute
  • 6. Definitions and Terminology Virtualization (server) • Division of one physical server into multiple isolated virtual environments Private Cloud • A collection of compute, storage, and network resources for a single tenant that are accessed programmatically via an API endpoint. Public Cloud • A similar set of resources that is multi-tenant and is provided by a cloud vendor with access via an API endpoint. Multi-Cloud • An environment that spans two or more separate clouds, be they both public, both private, or one (or more) of each. Hybrid Cloud • An environment that spans one or more public clouds as well as one or more private clouds. © 2012 Citrix | Confidential – Do Not Distribute
  • 7. Infrastructure Evolution Old school Datacenters • Racks of physical nodes, one application per node • It’s all we knew, it worked, and it was fine. Virtualization – The Early Years • Capability of a node outgrew the needs of any single application • Lots of idle resources on each node • Virtualization provided the ability to have a many-to-one (servers per node) relationship • This was better Cloud Computing • Automated provisioning and management via an API appears • This is much, much better © 2012 Citrix | Confidential – Do Not Distribute
  • 8. Private Cloud Key Considerations Workload and Infrastructure Interaction • Applications have different resource needs • Choose the right fit for your application and your infrastructure Security • Data may be contained within the private cloud, thus allowing for stricter security compliance Latency • Consumers of the private cloud resources are generally “closer” to the private cloud, which reduces latency User Experience • Related to latency, end user experience is enhanced due to proximity to resources. Cost • OPEX is generally reduced. (CAPEX is another story ) © 2012 Citrix | Confidential – Do Not Distribute
  • 9. Hybrid Clouds What if application outgrows the private cloud? Common desire is for “cloud-bursting” • When private cloud resources are exhausted, a server tier expands into the public cloud to tap into the “infinite” resources • Considerations: • Security – public Internet is traversed • Latency – traversal of public Internet involves the Great Unknown • Cost – bandwidth charges for public Internet traversal • Complexity – setting up a secure environment is not a trivial task More common use case is multiple clouds in an organization, with multiple applications, and with each application contained entirely within a single cloud. © 2012 Citrix | Confidential – Do Not Distribute
  • 10. Hybrid Cloud Bursting PUBLIC INTERNET LOAD BALANCERS APP SERVERS APP SERVERS MASTER DATABASE SLAVE DATABASE OBJECT STORAGE PRIVATE CLOUD PUBLIC OR PRIVATE CLOUD Cloud Bursting © 2012 Citrix | Confidential – Do Not Distribute
  • 11. Use Cases Self-Service IT Portal (“IT Vending Machine”) • Users select one of several preconfigured tech stacks • Isolated Test/Dev environments © 2012 Citrix | Confidential – Do Not Distribute
  • 12. Use Cases Self-Service IT Portal (“IT Vending Machine”) • Demo © 2012 Citrix | Confidential – Do Not Distribute
  • 13. Use Cases Scalable Applications with Uncertain Demand • Public cloud used as “proving ground” for new applications • If applications fail, they are allowed to run their course in the public cloud until they are end-of-lifed • If an application gains traction, it remains in the public cloud during its growth phase • When stability of workload is reached, the application is transitioned into the private cloud © 2012 Citrix | Confidential – Do Not Distribute
  • 14. Use Cases Disaster Recovery (DR) • Production environment in one cloud • DR environment in a second cloud • Most common configuration is the “Warm DR” scenario • Replicating slave in a second cloud • All other servers in non-operational state • Failure of production environment requires promotion of slave to master, launching of “standby” servers, and DNS reassignment © 2012 Citrix | Confidential – Do Not Distribute
  • 15. Design Considerations Location of Physical Hardware ᵒOn-premise • Availability considerations (power, cooling, networking, etc.) ᵒHosted or Colocation facility • Accessibility of hardware for additions and/or modification • Latency to end users • Security Availability and Redundancy Configuration ᵒEasiest configuration (single zone, single region, single API endpoint) does not promote high availability • Outage of API endpoint renders entire cloud unavailable • Power issues affect entire pool of resources ᵒHigh Availability of cloud resources requires more complex configurations • Multiple zones, multiple regions (if possible/practical) • Multiple API endpoints • Redundant and segregated power and networking © 2012 Citrix | Confidential – Do Not Distribute
  • 16. Design Considerations/Options Simple Configuration HA Configuration No HA or Redundancy © 2012 Citrix | Confidential – Do Not Distribute
  • 17. Design Considerations Intended Workloads and Use Cases ᵒDoes the application require high availability or is it tolerant of interruptions of service? • User-facing will most likely require HA. • Batch processing tasks may not. ᵒIs flexibility of the infrastructure required for test-beds and/or proof-of- concepts? • Potential topologies and hardware options will be affected/limited ᵒDoes the application require (or greatly benefit from) GPUs or other specialized processors? ᵒDoes the application have high IOPS demands? ᵒAre low-latency or high bandwidth interconnects required? © 2012 Citrix | Confidential – Do Not Distribute
  • 18. Hardware Considerations Compute ᵒCommodity • Allows for easy addition of capacity • Easy swap-out of failed components ᵒHigh end/specialized • May be required for intended workloads • Limits available options • Increases costs • Complicates maintenance Networking ᵒDriven by topology, latency demands, and price ᵒSome cloud infrastructure software offerings have support for network hardware devices (load balancers in particular) Storage ᵒCost vs. Performance (commodity? SSD?, etc.) © 2012 Citrix | Confidential – Do Not Distribute
  • 19. Software Considerations Cloud Infrastructure Software ᵒCloudStack /CloudPlatform • Open source vs. commercial ᵒDictates/influences other decisions regarding cloud implementation ᵒAccess to resources • Web interface • API Cloud Management Software ᵒAbstracts underlying details of the cloud infrastructure offerings ᵒPresents consistent interface to the available resources regardless of the underlying infrastructure provider ᵒProvides a cloud-portable solution ᵒProvides orchestration tools for provisioning and management © 2012 Citrix | Confidential – Do Not Distribute
  • 20. Implementation Process Hardware Procurement ᵒPre-existing or new? • Pre-existing limits ability to tailor infrastructure to workloads Cloud Infrastructure Software ᵒThis decision will dictate/limit many future decisions ᵒResearch options, and choose wisely! Cloud Topology ᵒZones, storage allocation, HA considerations, etc. Build or Buy ᵒUse in-house resources if expertise exists ᵒThird-party resources • Build using existing resources • Build using new preconfigured hardware © 2012 Citrix | Confidential – Do Not Distribute
  • 21. Management Process Compatibility ᵒAvoid vendor lock-in at IaaS level, hypervisor level, cloud infrastructure software level Unified Control/Security ᵒ“Single pane of glass” for user access, keys and credentials, etc. On-Demand, Self-Service Provisioning ᵒAllow users to access resources without administrative intervention Focus on Applications ᵒCore competency is in application development, so remove yourself from image management, automation, provisioning, etc. © 2012 Citrix | Confidential – Do Not Distribute
  • 22. RightScale’s Hybrid-cloud Engine at work Zynga’s zCloud • Concept to production in < 6 months • Built on commodity hardware • Supports no less than thousands of physical servers • Can (and have) fully provisioned over 1,000 physical servers in less than 24 hours • Integrated with RightScale Source: Zynga CTO – Infrastructure; InterOp, May 2011 © 2012 Citrix | Confidential – Do Not Distribute
  • 23. Hybrid Cloud Reality: Zynga’s zCloud © 2012 Citrix | Confidential – Do Not Distribute
  • 24. Coupa Challenges: • Customer data residency requirements in Canada and Europe Results: • Built hybrid cloud in with Cloudstack “RightScale multi-cloud support enables us to transparently host Coupa on public clouds such as Amazon and Rackspace or a CloudStack-based private cloud while delivering high availability and data privacy compliance.” Sanket Naik, Sr. Director, Cloud Operations and Integrations © 2012 Citrix | Confidential – Do Not Distribute
  • 25. Summary/Conclusions Private (and therefore hybrid) clouds were originally thought of as an academic exercise or science project Recent advances (particularly in cloud infrastructure software) have shown private and hybrid clouds to be viable IT delivery models Many considerations come into play ᵒDesign ᵒHardware ᵒSoftware ᵒImplementation Details No “one size fits all” ᵒDo your research. Find the right fit. © 2012 Citrix | Confidential – Do Not Distribute
  • 26. Next Steps Contact RightScale (866) 720-0208 1. Learn: Read Brian’s White Paper sales@rightscale.com www.rightscale.com Will be included in follow-up email 2. Try: Free Edition www.rightscale.com/free The next big RightScale Community Event! April 25-26 in San Francisco www.RightScaleCompute.com 3. Attend our Conference to talk •Attend technical breakout sessions more with us and the CloudPlatform team •Get RightScale training www.RightScaleCompute.com •Talk with RightScale customers •Ask questions at the Expert Bar © 2012 Citrix | Confidential – Do Not Distribute

Hinweis der Redaktion

  1. Brian does this slide
  2. Vijay does this slideBenefits of public cloud: - on-demand, PAYG compute power - infinite scalability - multiple locations - outsourced (you don’t have to build it)Benefits of private cloud: - can provide better performance - increased security - more control - lower costWhere RS fits and combines benefits for hybrid – deployment &amp; management of multiple public &amp; private cloud computing services to match business needs – from single pane of glass
  3. Vijay
  4. Brian
  5. Brian
  6. Brian
  7. Brian
  8. Brian
  9. Brian
  10. Vijay takes over
  11. Brian takes over
  12. Brian
  13. Vijay takes over
  14. Vijay
  15. Vijay
  16. Vijay
  17. Vijay
  18. Brian takes over
  19. Brian
  20. Vijay
  21. Vijay
  22. Vijay
  23. Brian
  24. Brian