SlideShare une entreprise Scribd logo
1  sur  47
Télécharger pour lire hors ligne
Ken Thompson
Senior Cloud Solution Architect
Technical Event Series - May 2015
Journey to the Cloud with
Red Hat
Australia & New Zealand
Be in Control of Your Cloud:
Building Strategies for
Success in Cloud Computing
Journey to the Cloud with Red Hat – Technical Event Series – May 20153
CLOUD DRIVERS
I.T. Transformation for everyone
Journey to the Cloud with Red Hat – Technical Event Series – May 20154
REAL LIFE IS “OLD SCHOOL”...
Customers expectations have changed
1. You need to get to market sooner
2. You need to deliver your services
anywhere, on any device and at any time
3. You need to scale your services
dynamically
4. You need your infrastructure to be cost
efficient
“Old School” infrastructure & methods don't cut it...
Journey to the Cloud with Red Hat – Technical Event Series – May 20155
I.T. IS EVOLVING
An evolution is taking place across the entire software development life cycle
Journey to the Cloud with Red Hat – Technical Event Series – May 20156
RENOVATE TO INNOVATE
To deliver business value you need flexible IaaS and PaaS platforms
Journey to the Cloud with Red Hat – Technical Event Series – May 20157
CLOUD DEPLOYMENT MODELS
An Open Hybrid Cloud delivers the choice required
Journey to the Cloud with Red Hat – Technical Event Series – May 20158
WHY AN “OPEN” HYBRID CLOUD?
An Open cloud adds the following key characteristic
● On-demand self service
● Broad network access
● Resource pooling
● Rapid elasticity
● Measured service
+ Workload Portability
Journey to the Cloud with Red Hat - Tec
hnical Event Series - May 2015
9
Build Open Clouds:
Best Practices & Tips
Journey to the Cloud with Red Hat – Technical Event Series – May 201510
CLOUD LEADERS RELY ON OPEN SOURCE
Proprietary cloud technologies are too expensive and inhibit scaling
AMAZON
● Linux
● Xen
RACKSPACE
● Linux
● Xen & KVM
OpenStack
SALESFORCE.COM
● Linux
● Joined OpenStack
● SaaS available on
OpenStack
GOOGLE
● Linux
● KVM
FACEBOOK
● Linux
● KVM
● OpenStack
Journey to the Cloud with Red Hat – Technical Event Series – May 201511
ENTERPRISE FOLLOWING SUIT
Open Source-based Clouds are just as cost effective and scalable for the enterprise
DREAMWORKS
● Linux
● KVM
BEST BUY
● Linux
● KVM
● OpenStack
TELSTRA
● Linux
● KVM
● OpenStack
PAYPAL
● Linux
● KVM
● OpenStack
OpenShift
ANU / NCI
● Linux
● KVM
● OpenStack
Journey to the Cloud with Red Hat - Technical Event Series - May 201512
1. Traditional Datacenter
Virtualisation
2. Advanced Virtualisation
& Management
3. Private IaaS Cloud
4. Hybrid IaaS Cloud
JOURNEY TO OPEN HYBRID CLOUD
Build progressively on what you have today, to deliver an Open Hybrid Cloud
Journey to the Cloud with Red Hat – Technical Event Series – May 201513
RED HAT'S PATH TO THE CLOUD
Start with your existing workloads (both physical & virtual)… no need to
“rip and replace”
Journey to the Cloud with Red Hat – Technical Event Series – May 201514
CLOUD SYSTEMS MANAGEMENT
Red Hat Satellite
Journey to the Cloud with Red Hat – Technical Event Series – May 201515
CLOUD MANAGEMENT PLATFORM
Red Hat CloudForms
Journey to the Cloud with Red Hat – Technical Event Series – May 201516
ALTERNATIVE VIRTUALISATION
Red Hat Enterprise Virtualisation (RHEV)
Journey to the Cloud with Red Hat – Technical Event Series – May 201517
CLOUD ENABLED APPLICATIONS
Red Hat Enterprise Linux OpenStack Platform (RHELOSP)
Journey to the Cloud with Red Hat – Technical Event Series – May 201518
PRIVATE CLOUD
Traditional & Cloud Enabled Workloads
Journey to the Cloud with Red Hat – Technical Event Series – May 201519
HYBRID CLOUD
Private Cloud + Public Cloud
Journey to the Cloud with Red Hat – Technical Event Series – May 201520
RED HAT CLOUD INFRASTRUCTURE
Cloud Management – Alternative Virtualisation - OpenStack
Build Once, Deploy Anywhere
Social & Mobile Applications
Journey to the Cloud with Red Hat – Technical Event Series – May 201522
RED HAT ENTERPRISE LINUX
Portable workloads across hybrid clouds
Journey to the Cloud with Red Hat – Technical Event Series – May 201523
WHAT ARE LINUX CONTAINERS?
Software packaging concept that typically includes an application and all of
its runtime dependencies
● Easy to deploy and portable
across host systems
● Isolates applications on a
host operating system
● In RHEL, this is done through:
● Control Groups (cgroups)
● Kernel namespaces
● SELinux, sVirt, iptables
● Docker
HOST OS
SERVER
CONTAINER
LIBS
APP
Journey to the Cloud with Red Hat – Technical Event Series – May 201524
TRADITIONAL OS VS. CONTAINERS
Traditional OS Containers
HARDWARE
HOST OS
HARDWARE
HOST OS
CONTAINER
LIBS
APP A
LIBS A LIBS B LIBS LIBS
APP A APP B
CONTAINER
LIBS
APP B
Packaged dependencies = faster boot times + greater portability
Journey to the Cloud with Red Hat – Technical Event Series – May 201525
ESTABLISHING CONTAINER STANDARDS
Red Hat works with the community to drive standards for containerisation
ISOLATION WITH
LINUX CONTAINERS
● Isolating
applications on host
operating system
● Security
● Portability across
host systems
CONTAINER FORMAT
WITH DOCKER
● Interface for
communications,
configuration, data
persistence,
provisioning
● Content agnostic
● Infrastructure
agnostic
ORCHESTRATION
WITH KUBERNETES
● Orchestrate
containers at scale
● Define application
topologies
● Handle container
networking
● Manage container
state
● Schedule across
hosts
REGISTRY
CONTAINER
DISCOVERY
● Trusted container
images
● Federate
consumption
libraries
● Promote
consistency and
reuse
Journey to the Cloud with Red Hat – Technical Event Series – May 201526
OPENSHIFT ENTERPRISE & JBOSS
Automation and efficiency for operations, self-service for developers
Journey to the Cloud with Red Hat – Technical Event Series – May 201527
FEED HENRY BY RED HAT
Accelerating Development & Collaboration on Mobility Projects
Journey to the Cloud with Red Hat – Technical Event Series – May 201528
RED HAT STORAGE
Software-defined storage across hybrid clouds
Journey to the Cloud with Red Hat - Tec
hnical Event Series - May 2015
29
Unlock the Value of Cloud for
Your Business
Journey to the Cloud with Red Hat – Technical Event Series – May 201530
THE GOLD RUSH MENTALITY
Don't just “lift and shift” your way to the cloud…you'll miss the real gold!
Journey to the Cloud with Red Hat – Technical Event Series – May 201531
NO “ROACH MOTELS”
Applications should be able to check in and check out of your cloud
Journey to the Cloud with Red Hat - Technical Event Series - May 201532
CERTIFIED CLOUD PROVIDERS
Consume services on demand and enable workload portability
Via Red Hat's Certified Cloud Service Providers you can:
- Consume subscriptions on-demand
- Take your existing subscriptions to the cloud
PLUS MANY MORE...
Journey to the Cloud with Red Hat – Technical Event Series – May 201533
CLOUD INFRASTRUCTURE IS...
TRANSIENT
It can disappear
ANONYMOUS
You may not always get the
same infrastructure back
MULTITENANT
The infrastructure is shared
and you could get noisy
neighbours
Journey to the Cloud with Red Hat – Technical Event Series – May 201534
Pets / Traditional Cattle / Cloud
ERP
Payroll
Accounting
CRM (unless it's Salesforce)
E-commerce
Greenfield app development
MapReduce jobs (Hadoop)
Real-time analytics
WORKLOAD REQUIREMENTS
The differences between traditional and cloud workloads
Journey to the Cloud with Red Hat – Technical Event Series – May 201535
CLOUD-ENABLED APPLICATIONS
Your applications should have the following characteristics
● Dynamic addressing
● Distributed systems
● Asynchrony
● Statelessness
● Elastic Databases
● MapReduce – Cluster
Computing
Journey to the Cloud with Red Hat – Technical Event Series – May 201536
DYNAMIC ADDRESSING
Application components are transient, so they can't use fixed addresses
TRADITIONAL CLOUD
Journey to the Cloud with Red Hat – Technical Event Series – May 201537
DISTRIBUTED SYSTEMS
De-couple and distribute application components – Micro Services
TRADITIONAL CLOUD
Journey to the Cloud with Red Hat – Technical Event Series – May 201538
ASYNCHRONY
Decouple in time as well through asynchronous service calls (i.e. use messaging,
queues)
Journey to the Cloud with Red Hat – Technical Event Series – May 201539
STATELESSNESS
Externalise session state from applications to the client, or via cache
TRADITIONAL CLOUD
CLUSTERED, SYNCHRONISED APPLICATION SERVERS STATELESS APPLICATION NODES
Journey to the Cloud with Red Hat – Technical Event Series – May 201540
ELASTIC DATABASES
Use No SQL data stores to horizontally scale; or at least cache with data-grids
TRADITIONAL CLOUD
Journey to the Cloud with Red Hat – Technical Event Series – May 201541
MAPREDUCE – CLUSTER COMPUTING
Horizontally scale and parallelise processing
TRADITIONAL CLOUD
Journey to the Cloud with Red Hat – Technical Event Series – May 201542
AUTOMATE EVERYTHING!
Manual and operator intervention tasks will erode value...quickly
Lower total cost of ownership
Greater I.T. efficiency
Increased productivity
Journey to the Cloud with Red Hat – Technical Event Series – May 201543
START WITH AN ISLAND PROJECT
Don't try to “boil the ocean”; build, learn, celebrate and iterate...
Journey to the Cloud with Red Hat – Technical Event Series – May 201544
TRAIN FOR SUCCESS
Ensure your team has the skills to succeed through training & experience
Red Hat has training courses & certification in:
- All products such as: RHEL, RHEL Open Stack Platform, OpenShift, Satellite...
- But (very soon!) also solution based, such as: DevOps, Containers, Cloud...
www.apac.redhat.com/training/dates/
Journey to the Cloud with Red Hat – Technical Event Series – May 201545
NEED ASSISTANCE?
Get started with Cloud Assessment Workshops from Red Hat Consulting
Main Topics:
● Discuss and understand your key business objectives for cloud
● Understand cloud workloads, and use cases to support the business objectives
● Identify current state IT architecture, standards, and processes
● Describe Red Hat solutions, capabilities, and approach
● Create a high-level architecture and phased plan for your cloud solution
● Accelerate delivery with product implementation quick-starts
1st
Journey to the Cloud with Red Hat – Technical Event Series – May 201546
THE BEST SOLUTION IS OPEN
Build a flexible, efficient, customisable and abstracted Open Hybrid Cloud
Journey to the Cloud with Red Hat - Tec
hnical Event Series - May 2015
47
THANK YOU
ken@redhat.com
plus.google.com/+RedHat
linkedin.com/company/red-hat
youtube.com/user/RedHatVideos
facebook.com/redhatinc
twitter.com/RedHatNews

Contenu connexe

Tendances

VMware Tanzu Introduction- June 11, 2020
VMware Tanzu Introduction- June 11, 2020VMware Tanzu Introduction- June 11, 2020
VMware Tanzu Introduction- June 11, 2020VMware Tanzu
 
Cloud Adoption in the Enterprise
Cloud Adoption in the EnterpriseCloud Adoption in the Enterprise
Cloud Adoption in the EnterpriseAmazon Web Services
 
Cloud migration strategies
Cloud migration strategiesCloud migration strategies
Cloud migration strategiesSogetiLabs
 
Comparison of Cloud Providers
Comparison of Cloud ProvidersComparison of Cloud Providers
Comparison of Cloud ProvidersSabapathy Murthi
 
Cloud Native Architectures for Devops
Cloud Native Architectures for DevopsCloud Native Architectures for Devops
Cloud Native Architectures for Devopscornelia davis
 
Emerging Trends in Hybrid-Cloud & Multi-Cloud Strategies
Emerging Trends in Hybrid-Cloud & Multi-Cloud StrategiesEmerging Trends in Hybrid-Cloud & Multi-Cloud Strategies
Emerging Trends in Hybrid-Cloud & Multi-Cloud StrategiesChaitanya Atreya
 
Various Cloud offerings AWS/AZURE/GCP
Various Cloud offerings AWS/AZURE/GCPVarious Cloud offerings AWS/AZURE/GCP
Various Cloud offerings AWS/AZURE/GCPMohammad Imran Ansari
 
Cloud Migration: Cloud Readiness Assessment Case Study
Cloud Migration: Cloud Readiness Assessment Case StudyCloud Migration: Cloud Readiness Assessment Case Study
Cloud Migration: Cloud Readiness Assessment Case StudyCAST
 
Containers Anywhere with OpenShift by Red Hat
Containers Anywhere with OpenShift by Red HatContainers Anywhere with OpenShift by Red Hat
Containers Anywhere with OpenShift by Red HatAmazon Web Services
 
TechnicalTerraformLandingZones121120229238.pdf
TechnicalTerraformLandingZones121120229238.pdfTechnicalTerraformLandingZones121120229238.pdf
TechnicalTerraformLandingZones121120229238.pdfMIlton788007
 
Modernize your Microsoft Applications on AWS
Modernize your Microsoft Applications on AWSModernize your Microsoft Applications on AWS
Modernize your Microsoft Applications on AWSAmazon Web Services
 
Azure Virtual Desktop Overview.pptx
Azure Virtual Desktop Overview.pptxAzure Virtual Desktop Overview.pptx
Azure Virtual Desktop Overview.pptxceyhan1
 
Using HashiCorp’s Terraform to build your infrastructure on AWS - Pop-up Loft...
Using HashiCorp’s Terraform to build your infrastructure on AWS - Pop-up Loft...Using HashiCorp’s Terraform to build your infrastructure on AWS - Pop-up Loft...
Using HashiCorp’s Terraform to build your infrastructure on AWS - Pop-up Loft...Amazon Web Services
 
Cloud Migration Strategy and Best Practices
Cloud Migration Strategy and Best PracticesCloud Migration Strategy and Best Practices
Cloud Migration Strategy and Best PracticesQBurst
 
Accelerate Cloud Migration to AWS Cloud with Cognizant Cloud Steps
Accelerate Cloud Migration to AWS Cloud with Cognizant Cloud StepsAccelerate Cloud Migration to AWS Cloud with Cognizant Cloud Steps
Accelerate Cloud Migration to AWS Cloud with Cognizant Cloud StepsAmazon Web Services
 

Tendances (20)

VMware Tanzu Introduction- June 11, 2020
VMware Tanzu Introduction- June 11, 2020VMware Tanzu Introduction- June 11, 2020
VMware Tanzu Introduction- June 11, 2020
 
Cloud Adoption in the Enterprise
Cloud Adoption in the EnterpriseCloud Adoption in the Enterprise
Cloud Adoption in the Enterprise
 
Cloud migration strategies
Cloud migration strategiesCloud migration strategies
Cloud migration strategies
 
Comparison of Cloud Providers
Comparison of Cloud ProvidersComparison of Cloud Providers
Comparison of Cloud Providers
 
Terraform on Azure
Terraform on AzureTerraform on Azure
Terraform on Azure
 
Cloud Native Architectures for Devops
Cloud Native Architectures for DevopsCloud Native Architectures for Devops
Cloud Native Architectures for Devops
 
Cloud Native In-Depth
Cloud Native In-DepthCloud Native In-Depth
Cloud Native In-Depth
 
Cloud Migration Strategy Framework
Cloud Migration Strategy FrameworkCloud Migration Strategy Framework
Cloud Migration Strategy Framework
 
Emerging Trends in Hybrid-Cloud & Multi-Cloud Strategies
Emerging Trends in Hybrid-Cloud & Multi-Cloud StrategiesEmerging Trends in Hybrid-Cloud & Multi-Cloud Strategies
Emerging Trends in Hybrid-Cloud & Multi-Cloud Strategies
 
Various Cloud offerings AWS/AZURE/GCP
Various Cloud offerings AWS/AZURE/GCPVarious Cloud offerings AWS/AZURE/GCP
Various Cloud offerings AWS/AZURE/GCP
 
Cloud Migration: Cloud Readiness Assessment Case Study
Cloud Migration: Cloud Readiness Assessment Case StudyCloud Migration: Cloud Readiness Assessment Case Study
Cloud Migration: Cloud Readiness Assessment Case Study
 
Containers Anywhere with OpenShift by Red Hat
Containers Anywhere with OpenShift by Red HatContainers Anywhere with OpenShift by Red Hat
Containers Anywhere with OpenShift by Red Hat
 
Migrating to the Cloud
Migrating to the CloudMigrating to the Cloud
Migrating to the Cloud
 
TechnicalTerraformLandingZones121120229238.pdf
TechnicalTerraformLandingZones121120229238.pdfTechnicalTerraformLandingZones121120229238.pdf
TechnicalTerraformLandingZones121120229238.pdf
 
Modernize your Microsoft Applications on AWS
Modernize your Microsoft Applications on AWSModernize your Microsoft Applications on AWS
Modernize your Microsoft Applications on AWS
 
Azure Virtual Desktop Overview.pptx
Azure Virtual Desktop Overview.pptxAzure Virtual Desktop Overview.pptx
Azure Virtual Desktop Overview.pptx
 
MULTI-CLOUD ARCHITECTURE
MULTI-CLOUD ARCHITECTUREMULTI-CLOUD ARCHITECTURE
MULTI-CLOUD ARCHITECTURE
 
Using HashiCorp’s Terraform to build your infrastructure on AWS - Pop-up Loft...
Using HashiCorp’s Terraform to build your infrastructure on AWS - Pop-up Loft...Using HashiCorp’s Terraform to build your infrastructure on AWS - Pop-up Loft...
Using HashiCorp’s Terraform to build your infrastructure on AWS - Pop-up Loft...
 
Cloud Migration Strategy and Best Practices
Cloud Migration Strategy and Best PracticesCloud Migration Strategy and Best Practices
Cloud Migration Strategy and Best Practices
 
Accelerate Cloud Migration to AWS Cloud with Cognizant Cloud Steps
Accelerate Cloud Migration to AWS Cloud with Cognizant Cloud StepsAccelerate Cloud Migration to AWS Cloud with Cognizant Cloud Steps
Accelerate Cloud Migration to AWS Cloud with Cognizant Cloud Steps
 

En vedette

An Introduction to Red Hat Enterprise Linux OpenStack Platform
An Introduction to Red Hat Enterprise Linux OpenStack PlatformAn Introduction to Red Hat Enterprise Linux OpenStack Platform
An Introduction to Red Hat Enterprise Linux OpenStack PlatformRhys Oxenham
 
Hybrid Cloud A Journey to the Cloud by Peter Hellemans
Hybrid Cloud A Journey to the Cloud by Peter HellemansHybrid Cloud A Journey to the Cloud by Peter Hellemans
Hybrid Cloud A Journey to the Cloud by Peter HellemansNRB
 
Dipping Your Toes Into Cloud Native Application Development
Dipping Your Toes Into Cloud Native Application DevelopmentDipping Your Toes Into Cloud Native Application Development
Dipping Your Toes Into Cloud Native Application DevelopmentMatthew Farina
 
Containers in the Enterprise
Containers in the EnterpriseContainers in the Enterprise
Containers in the EnterpriseKen Thompson
 
AWS Enterprise Day | Journey to the AWS Cloud
AWS Enterprise Day | Journey to the AWS CloudAWS Enterprise Day | Journey to the AWS Cloud
AWS Enterprise Day | Journey to the AWS CloudAmazon Web Services
 
A4 drive dev_ops_agility_and_operational_efficiency
A4 drive dev_ops_agility_and_operational_efficiencyA4 drive dev_ops_agility_and_operational_efficiency
A4 drive dev_ops_agility_and_operational_efficiencyDr. Wilfred Lin (Ph.D.)
 
B3 getting started_with_cloud_native_development
B3 getting started_with_cloud_native_developmentB3 getting started_with_cloud_native_development
B3 getting started_with_cloud_native_developmentDr. Wilfred Lin (Ph.D.)
 
A5 cloud security_now_a_reason_to_move_to_the_cloud
A5 cloud security_now_a_reason_to_move_to_the_cloudA5 cloud security_now_a_reason_to_move_to_the_cloud
A5 cloud security_now_a_reason_to_move_to_the_cloudDr. Wilfred Lin (Ph.D.)
 
Cookin’ up Hybrid Clouds: Chef and the Accenture Cloud Platform
Cookin’ up Hybrid Clouds: Chef and the Accenture Cloud PlatformCookin’ up Hybrid Clouds: Chef and the Accenture Cloud Platform
Cookin’ up Hybrid Clouds: Chef and the Accenture Cloud PlatformChef Software, Inc.
 
음성 인식
음성 인식음성 인식
음성 인식geumwon
 
EMC forum 2014 mobility and ngdc
EMC forum 2014 mobility and ngdcEMC forum 2014 mobility and ngdc
EMC forum 2014 mobility and ngdcDamian Hamilton
 
AWS Canberra WWPS Summit 2013 - Disaster Recovery with the AWS Cloud
AWS Canberra WWPS Summit 2013 - Disaster Recovery with the AWS CloudAWS Canberra WWPS Summit 2013 - Disaster Recovery with the AWS Cloud
AWS Canberra WWPS Summit 2013 - Disaster Recovery with the AWS CloudAmazon Web Services
 
Cloud computing for business
Cloud computing for businessCloud computing for business
Cloud computing for businessAzure Group
 
HP Cloud Business - Australia & New Zealand
HP Cloud Business - Australia & New ZealandHP Cloud Business - Australia & New Zealand
HP Cloud Business - Australia & New ZealandDamian Hamilton
 
Keto cloud® part 6.1 keto-cloud economics (australia)
Keto cloud® part 6.1 keto-cloud economics (australia)Keto cloud® part 6.1 keto-cloud economics (australia)
Keto cloud® part 6.1 keto-cloud economics (australia)Johannes van der wiel
 
How big is the cloud in Australia?
How big is the cloud in Australia?How big is the cloud in Australia?
How big is the cloud in Australia?Oscar Trimboli
 
Cloud computing in Australia - Separating hype from reality
Cloud computing in Australia - Separating hype from realityCloud computing in Australia - Separating hype from reality
Cloud computing in Australia - Separating hype from realityRussell_Kennedy
 

En vedette (17)

An Introduction to Red Hat Enterprise Linux OpenStack Platform
An Introduction to Red Hat Enterprise Linux OpenStack PlatformAn Introduction to Red Hat Enterprise Linux OpenStack Platform
An Introduction to Red Hat Enterprise Linux OpenStack Platform
 
Hybrid Cloud A Journey to the Cloud by Peter Hellemans
Hybrid Cloud A Journey to the Cloud by Peter HellemansHybrid Cloud A Journey to the Cloud by Peter Hellemans
Hybrid Cloud A Journey to the Cloud by Peter Hellemans
 
Dipping Your Toes Into Cloud Native Application Development
Dipping Your Toes Into Cloud Native Application DevelopmentDipping Your Toes Into Cloud Native Application Development
Dipping Your Toes Into Cloud Native Application Development
 
Containers in the Enterprise
Containers in the EnterpriseContainers in the Enterprise
Containers in the Enterprise
 
AWS Enterprise Day | Journey to the AWS Cloud
AWS Enterprise Day | Journey to the AWS CloudAWS Enterprise Day | Journey to the AWS Cloud
AWS Enterprise Day | Journey to the AWS Cloud
 
A4 drive dev_ops_agility_and_operational_efficiency
A4 drive dev_ops_agility_and_operational_efficiencyA4 drive dev_ops_agility_and_operational_efficiency
A4 drive dev_ops_agility_and_operational_efficiency
 
B3 getting started_with_cloud_native_development
B3 getting started_with_cloud_native_developmentB3 getting started_with_cloud_native_development
B3 getting started_with_cloud_native_development
 
A5 cloud security_now_a_reason_to_move_to_the_cloud
A5 cloud security_now_a_reason_to_move_to_the_cloudA5 cloud security_now_a_reason_to_move_to_the_cloud
A5 cloud security_now_a_reason_to_move_to_the_cloud
 
Cookin’ up Hybrid Clouds: Chef and the Accenture Cloud Platform
Cookin’ up Hybrid Clouds: Chef and the Accenture Cloud PlatformCookin’ up Hybrid Clouds: Chef and the Accenture Cloud Platform
Cookin’ up Hybrid Clouds: Chef and the Accenture Cloud Platform
 
음성 인식
음성 인식음성 인식
음성 인식
 
EMC forum 2014 mobility and ngdc
EMC forum 2014 mobility and ngdcEMC forum 2014 mobility and ngdc
EMC forum 2014 mobility and ngdc
 
AWS Canberra WWPS Summit 2013 - Disaster Recovery with the AWS Cloud
AWS Canberra WWPS Summit 2013 - Disaster Recovery with the AWS CloudAWS Canberra WWPS Summit 2013 - Disaster Recovery with the AWS Cloud
AWS Canberra WWPS Summit 2013 - Disaster Recovery with the AWS Cloud
 
Cloud computing for business
Cloud computing for businessCloud computing for business
Cloud computing for business
 
HP Cloud Business - Australia & New Zealand
HP Cloud Business - Australia & New ZealandHP Cloud Business - Australia & New Zealand
HP Cloud Business - Australia & New Zealand
 
Keto cloud® part 6.1 keto-cloud economics (australia)
Keto cloud® part 6.1 keto-cloud economics (australia)Keto cloud® part 6.1 keto-cloud economics (australia)
Keto cloud® part 6.1 keto-cloud economics (australia)
 
How big is the cloud in Australia?
How big is the cloud in Australia?How big is the cloud in Australia?
How big is the cloud in Australia?
 
Cloud computing in Australia - Separating hype from reality
Cloud computing in Australia - Separating hype from realityCloud computing in Australia - Separating hype from reality
Cloud computing in Australia - Separating hype from reality
 

Similaire à Journey to the Cloud with Red Hat

Red hat's updates on the cloud & infrastructure strategy
Red hat's updates on the cloud & infrastructure strategyRed hat's updates on the cloud & infrastructure strategy
Red hat's updates on the cloud & infrastructure strategyOrgad Kimchi
 
The intersection of Traditional IT and New-Generation IT
The intersection of Traditional IT and New-Generation ITThe intersection of Traditional IT and New-Generation IT
The intersection of Traditional IT and New-Generation ITKangaroot
 
Unlocked Nov 2013: Cloud principles track
Unlocked Nov 2013: Cloud principles trackUnlocked Nov 2013: Cloud principles track
Unlocked Nov 2013: Cloud principles trackRackspace Academy
 
Infrastructure as a Service - ready for Mission Critical ERP ?
Infrastructure as a Service - ready for Mission Critical ERP ?Infrastructure as a Service - ready for Mission Critical ERP ?
Infrastructure as a Service - ready for Mission Critical ERP ?Ravi Madabhushanam
 
Dynatrace: New Approach to Digital Performance Management - Gartner Symposium...
Dynatrace: New Approach to Digital Performance Management - Gartner Symposium...Dynatrace: New Approach to Digital Performance Management - Gartner Symposium...
Dynatrace: New Approach to Digital Performance Management - Gartner Symposium...Michael Allen
 
Red Hat Forum Poland 2019 - Red Hat Open Hybrid Cloud (keynote)
Red Hat Forum Poland 2019 - Red Hat Open Hybrid Cloud (keynote)Red Hat Forum Poland 2019 - Red Hat Open Hybrid Cloud (keynote)
Red Hat Forum Poland 2019 - Red Hat Open Hybrid Cloud (keynote)Eric D. Schabell
 
EOSC2015_OpenStack_de_la_teoria_a_la_practica-jdelvalle_mperezco-web
EOSC2015_OpenStack_de_la_teoria_a_la_practica-jdelvalle_mperezco-webEOSC2015_OpenStack_de_la_teoria_a_la_practica-jdelvalle_mperezco-web
EOSC2015_OpenStack_de_la_teoria_a_la_practica-jdelvalle_mperezco-webMiguel Pérez Colino
 
[OpenStack Day in Korea] Keynote#2 - Bringing OpenStack to the Enterprise Dat...
[OpenStack Day in Korea] Keynote#2 - Bringing OpenStack to the Enterprise Dat...[OpenStack Day in Korea] Keynote#2 - Bringing OpenStack to the Enterprise Dat...
[OpenStack Day in Korea] Keynote#2 - Bringing OpenStack to the Enterprise Dat...Sungjin Kang
 
Improving Your Company’s Health with Middleware Takeout
Improving Your Company’s Health with Middleware TakeoutImproving Your Company’s Health with Middleware Takeout
Improving Your Company’s Health with Middleware TakeoutVMware Tanzu
 
Build bundles in the cloud - How Cloudyle PaaS+ helps creating OSGi applicati...
Build bundles in the cloud - How Cloudyle PaaS+ helps creating OSGi applicati...Build bundles in the cloud - How Cloudyle PaaS+ helps creating OSGi applicati...
Build bundles in the cloud - How Cloudyle PaaS+ helps creating OSGi applicati...mfrancis
 
Transformacion e innovacion digital Meetup - Application Modernization and Mi...
Transformacion e innovacion digital Meetup - Application Modernization and Mi...Transformacion e innovacion digital Meetup - Application Modernization and Mi...
Transformacion e innovacion digital Meetup - Application Modernization and Mi...José Román Martín Gil
 
Red Hat Openshift on Microsoft Azure
Red Hat Openshift on Microsoft AzureRed Hat Openshift on Microsoft Azure
Red Hat Openshift on Microsoft AzureJohn Archer
 
Accion Labs - Rackspace - How can cloud help you?
Accion Labs - Rackspace - How can cloud help you?Accion Labs - Rackspace - How can cloud help you?
Accion Labs - Rackspace - How can cloud help you?Accion Labs, Inc.
 
Combining ERP, Public Cloud and Cybersecurity
Combining ERP, Public Cloud and CybersecurityCombining ERP, Public Cloud and Cybersecurity
Combining ERP, Public Cloud and CybersecurityPete Nieminen
 
Open cloud infrastructure built for the enterprise
Open cloud infrastructure built for the enterpriseOpen cloud infrastructure built for the enterprise
Open cloud infrastructure built for the enterpriseRedHatInc
 
Building Cloud-Native Applications with a Container-Native SQL Database in th...
Building Cloud-Native Applications with a Container-Native SQL Database in th...Building Cloud-Native Applications with a Container-Native SQL Database in th...
Building Cloud-Native Applications with a Container-Native SQL Database in th...NuoDB
 
Oracle Commerce as a Secure, Scalable Hybrid Cloud Service, webinar slides
Oracle Commerce as a Secure,  Scalable Hybrid Cloud Service, webinar slidesOracle Commerce as a Secure,  Scalable Hybrid Cloud Service, webinar slides
Oracle Commerce as a Secure, Scalable Hybrid Cloud Service, webinar slidesGrid Dynamics
 
5° Sessione Oracle - CRUI: Cloud come leva per la trasformazione digitale
5° Sessione Oracle - CRUI: Cloud come leva per la trasformazione digitale5° Sessione Oracle - CRUI: Cloud come leva per la trasformazione digitale
5° Sessione Oracle - CRUI: Cloud come leva per la trasformazione digitaleJürgen Ambrosi
 
Containers Anywhere with OpenShift by Red Hat - Session Sponsored by Red Hat
Containers Anywhere with OpenShift by Red Hat - Session Sponsored by Red HatContainers Anywhere with OpenShift by Red Hat - Session Sponsored by Red Hat
Containers Anywhere with OpenShift by Red Hat - Session Sponsored by Red HatAmazon Web Services
 

Similaire à Journey to the Cloud with Red Hat (20)

Red hat's updates on the cloud & infrastructure strategy
Red hat's updates on the cloud & infrastructure strategyRed hat's updates on the cloud & infrastructure strategy
Red hat's updates on the cloud & infrastructure strategy
 
The intersection of Traditional IT and New-Generation IT
The intersection of Traditional IT and New-Generation ITThe intersection of Traditional IT and New-Generation IT
The intersection of Traditional IT and New-Generation IT
 
Unlocked Nov 2013: Cloud principles track
Unlocked Nov 2013: Cloud principles trackUnlocked Nov 2013: Cloud principles track
Unlocked Nov 2013: Cloud principles track
 
Infrastructure as a Service - ready for Mission Critical ERP ?
Infrastructure as a Service - ready for Mission Critical ERP ?Infrastructure as a Service - ready for Mission Critical ERP ?
Infrastructure as a Service - ready for Mission Critical ERP ?
 
Dynatrace: New Approach to Digital Performance Management - Gartner Symposium...
Dynatrace: New Approach to Digital Performance Management - Gartner Symposium...Dynatrace: New Approach to Digital Performance Management - Gartner Symposium...
Dynatrace: New Approach to Digital Performance Management - Gartner Symposium...
 
Red Hat Forum Poland 2019 - Red Hat Open Hybrid Cloud (keynote)
Red Hat Forum Poland 2019 - Red Hat Open Hybrid Cloud (keynote)Red Hat Forum Poland 2019 - Red Hat Open Hybrid Cloud (keynote)
Red Hat Forum Poland 2019 - Red Hat Open Hybrid Cloud (keynote)
 
EOSC2015_OpenStack_de_la_teoria_a_la_practica-jdelvalle_mperezco-web
EOSC2015_OpenStack_de_la_teoria_a_la_practica-jdelvalle_mperezco-webEOSC2015_OpenStack_de_la_teoria_a_la_practica-jdelvalle_mperezco-web
EOSC2015_OpenStack_de_la_teoria_a_la_practica-jdelvalle_mperezco-web
 
[OpenStack Day in Korea] Keynote#2 - Bringing OpenStack to the Enterprise Dat...
[OpenStack Day in Korea] Keynote#2 - Bringing OpenStack to the Enterprise Dat...[OpenStack Day in Korea] Keynote#2 - Bringing OpenStack to the Enterprise Dat...
[OpenStack Day in Korea] Keynote#2 - Bringing OpenStack to the Enterprise Dat...
 
Improving Your Company’s Health with Middleware Takeout
Improving Your Company’s Health with Middleware TakeoutImproving Your Company’s Health with Middleware Takeout
Improving Your Company’s Health with Middleware Takeout
 
Build bundles in the cloud - How Cloudyle PaaS+ helps creating OSGi applicati...
Build bundles in the cloud - How Cloudyle PaaS+ helps creating OSGi applicati...Build bundles in the cloud - How Cloudyle PaaS+ helps creating OSGi applicati...
Build bundles in the cloud - How Cloudyle PaaS+ helps creating OSGi applicati...
 
Transformacion e innovacion digital Meetup - Application Modernization and Mi...
Transformacion e innovacion digital Meetup - Application Modernization and Mi...Transformacion e innovacion digital Meetup - Application Modernization and Mi...
Transformacion e innovacion digital Meetup - Application Modernization and Mi...
 
Red Hat Openshift on Microsoft Azure
Red Hat Openshift on Microsoft AzureRed Hat Openshift on Microsoft Azure
Red Hat Openshift on Microsoft Azure
 
Accion Labs - Rackspace - How can cloud help you?
Accion Labs - Rackspace - How can cloud help you?Accion Labs - Rackspace - How can cloud help you?
Accion Labs - Rackspace - How can cloud help you?
 
Combining ERP, Public Cloud and Cybersecurity
Combining ERP, Public Cloud and CybersecurityCombining ERP, Public Cloud and Cybersecurity
Combining ERP, Public Cloud and Cybersecurity
 
Open cloud infrastructure built for the enterprise
Open cloud infrastructure built for the enterpriseOpen cloud infrastructure built for the enterprise
Open cloud infrastructure built for the enterprise
 
Building Cloud-Native Applications with a Container-Native SQL Database in th...
Building Cloud-Native Applications with a Container-Native SQL Database in th...Building Cloud-Native Applications with a Container-Native SQL Database in th...
Building Cloud-Native Applications with a Container-Native SQL Database in th...
 
Oracle Commerce as a Secure, Scalable Hybrid Cloud Service, webinar slides
Oracle Commerce as a Secure,  Scalable Hybrid Cloud Service, webinar slidesOracle Commerce as a Secure,  Scalable Hybrid Cloud Service, webinar slides
Oracle Commerce as a Secure, Scalable Hybrid Cloud Service, webinar slides
 
Jelastic DevOps VPC and Hybrid Cloud
Jelastic DevOps VPC and Hybrid CloudJelastic DevOps VPC and Hybrid Cloud
Jelastic DevOps VPC and Hybrid Cloud
 
5° Sessione Oracle - CRUI: Cloud come leva per la trasformazione digitale
5° Sessione Oracle - CRUI: Cloud come leva per la trasformazione digitale5° Sessione Oracle - CRUI: Cloud come leva per la trasformazione digitale
5° Sessione Oracle - CRUI: Cloud come leva per la trasformazione digitale
 
Containers Anywhere with OpenShift by Red Hat - Session Sponsored by Red Hat
Containers Anywhere with OpenShift by Red Hat - Session Sponsored by Red HatContainers Anywhere with OpenShift by Red Hat - Session Sponsored by Red Hat
Containers Anywhere with OpenShift by Red Hat - Session Sponsored by Red Hat
 

Dernier

SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 

Dernier (20)

SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 

Journey to the Cloud with Red Hat

  • 1. Ken Thompson Senior Cloud Solution Architect Technical Event Series - May 2015 Journey to the Cloud with Red Hat Australia & New Zealand
  • 2. Be in Control of Your Cloud: Building Strategies for Success in Cloud Computing
  • 3. Journey to the Cloud with Red Hat – Technical Event Series – May 20153 CLOUD DRIVERS I.T. Transformation for everyone
  • 4. Journey to the Cloud with Red Hat – Technical Event Series – May 20154 REAL LIFE IS “OLD SCHOOL”... Customers expectations have changed 1. You need to get to market sooner 2. You need to deliver your services anywhere, on any device and at any time 3. You need to scale your services dynamically 4. You need your infrastructure to be cost efficient “Old School” infrastructure & methods don't cut it...
  • 5. Journey to the Cloud with Red Hat – Technical Event Series – May 20155 I.T. IS EVOLVING An evolution is taking place across the entire software development life cycle
  • 6. Journey to the Cloud with Red Hat – Technical Event Series – May 20156 RENOVATE TO INNOVATE To deliver business value you need flexible IaaS and PaaS platforms
  • 7. Journey to the Cloud with Red Hat – Technical Event Series – May 20157 CLOUD DEPLOYMENT MODELS An Open Hybrid Cloud delivers the choice required
  • 8. Journey to the Cloud with Red Hat – Technical Event Series – May 20158 WHY AN “OPEN” HYBRID CLOUD? An Open cloud adds the following key characteristic ● On-demand self service ● Broad network access ● Resource pooling ● Rapid elasticity ● Measured service + Workload Portability
  • 9. Journey to the Cloud with Red Hat - Tec hnical Event Series - May 2015 9 Build Open Clouds: Best Practices & Tips
  • 10. Journey to the Cloud with Red Hat – Technical Event Series – May 201510 CLOUD LEADERS RELY ON OPEN SOURCE Proprietary cloud technologies are too expensive and inhibit scaling AMAZON ● Linux ● Xen RACKSPACE ● Linux ● Xen & KVM OpenStack SALESFORCE.COM ● Linux ● Joined OpenStack ● SaaS available on OpenStack GOOGLE ● Linux ● KVM FACEBOOK ● Linux ● KVM ● OpenStack
  • 11. Journey to the Cloud with Red Hat – Technical Event Series – May 201511 ENTERPRISE FOLLOWING SUIT Open Source-based Clouds are just as cost effective and scalable for the enterprise DREAMWORKS ● Linux ● KVM BEST BUY ● Linux ● KVM ● OpenStack TELSTRA ● Linux ● KVM ● OpenStack PAYPAL ● Linux ● KVM ● OpenStack OpenShift ANU / NCI ● Linux ● KVM ● OpenStack
  • 12. Journey to the Cloud with Red Hat - Technical Event Series - May 201512 1. Traditional Datacenter Virtualisation 2. Advanced Virtualisation & Management 3. Private IaaS Cloud 4. Hybrid IaaS Cloud JOURNEY TO OPEN HYBRID CLOUD Build progressively on what you have today, to deliver an Open Hybrid Cloud
  • 13. Journey to the Cloud with Red Hat – Technical Event Series – May 201513 RED HAT'S PATH TO THE CLOUD Start with your existing workloads (both physical & virtual)… no need to “rip and replace”
  • 14. Journey to the Cloud with Red Hat – Technical Event Series – May 201514 CLOUD SYSTEMS MANAGEMENT Red Hat Satellite
  • 15. Journey to the Cloud with Red Hat – Technical Event Series – May 201515 CLOUD MANAGEMENT PLATFORM Red Hat CloudForms
  • 16. Journey to the Cloud with Red Hat – Technical Event Series – May 201516 ALTERNATIVE VIRTUALISATION Red Hat Enterprise Virtualisation (RHEV)
  • 17. Journey to the Cloud with Red Hat – Technical Event Series – May 201517 CLOUD ENABLED APPLICATIONS Red Hat Enterprise Linux OpenStack Platform (RHELOSP)
  • 18. Journey to the Cloud with Red Hat – Technical Event Series – May 201518 PRIVATE CLOUD Traditional & Cloud Enabled Workloads
  • 19. Journey to the Cloud with Red Hat – Technical Event Series – May 201519 HYBRID CLOUD Private Cloud + Public Cloud
  • 20. Journey to the Cloud with Red Hat – Technical Event Series – May 201520 RED HAT CLOUD INFRASTRUCTURE Cloud Management – Alternative Virtualisation - OpenStack
  • 21. Build Once, Deploy Anywhere Social & Mobile Applications
  • 22. Journey to the Cloud with Red Hat – Technical Event Series – May 201522 RED HAT ENTERPRISE LINUX Portable workloads across hybrid clouds
  • 23. Journey to the Cloud with Red Hat – Technical Event Series – May 201523 WHAT ARE LINUX CONTAINERS? Software packaging concept that typically includes an application and all of its runtime dependencies ● Easy to deploy and portable across host systems ● Isolates applications on a host operating system ● In RHEL, this is done through: ● Control Groups (cgroups) ● Kernel namespaces ● SELinux, sVirt, iptables ● Docker HOST OS SERVER CONTAINER LIBS APP
  • 24. Journey to the Cloud with Red Hat – Technical Event Series – May 201524 TRADITIONAL OS VS. CONTAINERS Traditional OS Containers HARDWARE HOST OS HARDWARE HOST OS CONTAINER LIBS APP A LIBS A LIBS B LIBS LIBS APP A APP B CONTAINER LIBS APP B Packaged dependencies = faster boot times + greater portability
  • 25. Journey to the Cloud with Red Hat – Technical Event Series – May 201525 ESTABLISHING CONTAINER STANDARDS Red Hat works with the community to drive standards for containerisation ISOLATION WITH LINUX CONTAINERS ● Isolating applications on host operating system ● Security ● Portability across host systems CONTAINER FORMAT WITH DOCKER ● Interface for communications, configuration, data persistence, provisioning ● Content agnostic ● Infrastructure agnostic ORCHESTRATION WITH KUBERNETES ● Orchestrate containers at scale ● Define application topologies ● Handle container networking ● Manage container state ● Schedule across hosts REGISTRY CONTAINER DISCOVERY ● Trusted container images ● Federate consumption libraries ● Promote consistency and reuse
  • 26. Journey to the Cloud with Red Hat – Technical Event Series – May 201526 OPENSHIFT ENTERPRISE & JBOSS Automation and efficiency for operations, self-service for developers
  • 27. Journey to the Cloud with Red Hat – Technical Event Series – May 201527 FEED HENRY BY RED HAT Accelerating Development & Collaboration on Mobility Projects
  • 28. Journey to the Cloud with Red Hat – Technical Event Series – May 201528 RED HAT STORAGE Software-defined storage across hybrid clouds
  • 29. Journey to the Cloud with Red Hat - Tec hnical Event Series - May 2015 29 Unlock the Value of Cloud for Your Business
  • 30. Journey to the Cloud with Red Hat – Technical Event Series – May 201530 THE GOLD RUSH MENTALITY Don't just “lift and shift” your way to the cloud…you'll miss the real gold!
  • 31. Journey to the Cloud with Red Hat – Technical Event Series – May 201531 NO “ROACH MOTELS” Applications should be able to check in and check out of your cloud
  • 32. Journey to the Cloud with Red Hat - Technical Event Series - May 201532 CERTIFIED CLOUD PROVIDERS Consume services on demand and enable workload portability Via Red Hat's Certified Cloud Service Providers you can: - Consume subscriptions on-demand - Take your existing subscriptions to the cloud PLUS MANY MORE...
  • 33. Journey to the Cloud with Red Hat – Technical Event Series – May 201533 CLOUD INFRASTRUCTURE IS... TRANSIENT It can disappear ANONYMOUS You may not always get the same infrastructure back MULTITENANT The infrastructure is shared and you could get noisy neighbours
  • 34. Journey to the Cloud with Red Hat – Technical Event Series – May 201534 Pets / Traditional Cattle / Cloud ERP Payroll Accounting CRM (unless it's Salesforce) E-commerce Greenfield app development MapReduce jobs (Hadoop) Real-time analytics WORKLOAD REQUIREMENTS The differences between traditional and cloud workloads
  • 35. Journey to the Cloud with Red Hat – Technical Event Series – May 201535 CLOUD-ENABLED APPLICATIONS Your applications should have the following characteristics ● Dynamic addressing ● Distributed systems ● Asynchrony ● Statelessness ● Elastic Databases ● MapReduce – Cluster Computing
  • 36. Journey to the Cloud with Red Hat – Technical Event Series – May 201536 DYNAMIC ADDRESSING Application components are transient, so they can't use fixed addresses TRADITIONAL CLOUD
  • 37. Journey to the Cloud with Red Hat – Technical Event Series – May 201537 DISTRIBUTED SYSTEMS De-couple and distribute application components – Micro Services TRADITIONAL CLOUD
  • 38. Journey to the Cloud with Red Hat – Technical Event Series – May 201538 ASYNCHRONY Decouple in time as well through asynchronous service calls (i.e. use messaging, queues)
  • 39. Journey to the Cloud with Red Hat – Technical Event Series – May 201539 STATELESSNESS Externalise session state from applications to the client, or via cache TRADITIONAL CLOUD CLUSTERED, SYNCHRONISED APPLICATION SERVERS STATELESS APPLICATION NODES
  • 40. Journey to the Cloud with Red Hat – Technical Event Series – May 201540 ELASTIC DATABASES Use No SQL data stores to horizontally scale; or at least cache with data-grids TRADITIONAL CLOUD
  • 41. Journey to the Cloud with Red Hat – Technical Event Series – May 201541 MAPREDUCE – CLUSTER COMPUTING Horizontally scale and parallelise processing TRADITIONAL CLOUD
  • 42. Journey to the Cloud with Red Hat – Technical Event Series – May 201542 AUTOMATE EVERYTHING! Manual and operator intervention tasks will erode value...quickly Lower total cost of ownership Greater I.T. efficiency Increased productivity
  • 43. Journey to the Cloud with Red Hat – Technical Event Series – May 201543 START WITH AN ISLAND PROJECT Don't try to “boil the ocean”; build, learn, celebrate and iterate...
  • 44. Journey to the Cloud with Red Hat – Technical Event Series – May 201544 TRAIN FOR SUCCESS Ensure your team has the skills to succeed through training & experience Red Hat has training courses & certification in: - All products such as: RHEL, RHEL Open Stack Platform, OpenShift, Satellite... - But (very soon!) also solution based, such as: DevOps, Containers, Cloud... www.apac.redhat.com/training/dates/
  • 45. Journey to the Cloud with Red Hat – Technical Event Series – May 201545 NEED ASSISTANCE? Get started with Cloud Assessment Workshops from Red Hat Consulting Main Topics: ● Discuss and understand your key business objectives for cloud ● Understand cloud workloads, and use cases to support the business objectives ● Identify current state IT architecture, standards, and processes ● Describe Red Hat solutions, capabilities, and approach ● Create a high-level architecture and phased plan for your cloud solution ● Accelerate delivery with product implementation quick-starts 1st
  • 46. Journey to the Cloud with Red Hat – Technical Event Series – May 201546 THE BEST SOLUTION IS OPEN Build a flexible, efficient, customisable and abstracted Open Hybrid Cloud
  • 47. Journey to the Cloud with Red Hat - Tec hnical Event Series - May 2015 47 THANK YOU ken@redhat.com plus.google.com/+RedHat linkedin.com/company/red-hat youtube.com/user/RedHatVideos facebook.com/redhatinc twitter.com/RedHatNews