building a new digital future red hat cloud suite …...m-1: fmwk for containers minor updates post...

61
RED HAT CLOUD SUITE ROADMAP Building a New Digital Future Nick Barcet - OpenStack Joe Fernandes - OpenShift Xavier Lecauchois - Management Jesse Wu - Integrated Solutions Rob Young - Virtualization

Upload: others

Post on 20-May-2020

1 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Building a New Digital Future RED HAT CLOUD SUITE …...M-1: Fmwk for containers minor updates Post M-3: Major upgrades to containerized deployment ready for testing Deployment of

RED HAT CLOUD SUITE ROADMAPBuilding a New Digital FutureNick Barcet - OpenStackJoe Fernandes - OpenShiftXavier Lecauchois - Management

Jesse Wu - Integrated SolutionsRob Young - Virtualization

Page 2: Building a New Digital Future RED HAT CLOUD SUITE …...M-1: Fmwk for containers minor updates Post M-3: Major upgrades to containerized deployment ready for testing Deployment of

WHO IS RED HAT?

2

Page 3: Building a New Digital Future RED HAT CLOUD SUITE …...M-1: Fmwk for containers minor updates Post M-3: Major upgrades to containerized deployment ready for testing Deployment of

DEFINITION OF AN OPERATING SYSTEM - 70’s

3

“The software that supports a computer's basic functions, such as scheduling tasks, executing applications, and controlling peripherals.”

“A system software that manages computer hardware and software resources and provides common services for computer programs”

“A collection of software that directs a computer's operations, controlling and scheduling the execution of other programs, and managing storage, input/output, and communication resources”

Page 4: Building a New Digital Future RED HAT CLOUD SUITE …...M-1: Fmwk for containers minor updates Post M-3: Major upgrades to containerized deployment ready for testing Deployment of

DEFINITION OF AN OPERATING SYSTEM - 2017

4

“The software that supports a computer's data center’s basic functions, such as scheduling tasks, executing applications, and controlling peripherals.”

“A system software that manages computer hardware and software data center resources and provides common services for computer programs (n.k.a - applications)”

“A collection of software that directs a computer's data center’s operations, controlling and scheduling the execution of other programs (n.k.a - applications), and managing storage, input/output, and communication resources”

Page 5: Building a New Digital Future RED HAT CLOUD SUITE …...M-1: Fmwk for containers minor updates Post M-3: Major upgrades to containerized deployment ready for testing Deployment of

DEFINITION OF AN OS - SIMPLIFIED

5

“OS ABSTRACTS APPLICATIONS FROM HARDWARE”

Page 6: Building a New Digital Future RED HAT CLOUD SUITE …...M-1: Fmwk for containers minor updates Post M-3: Major upgrades to containerized deployment ready for testing Deployment of

CHALLENGES ALSO REMAIN THE SAME

SCALABILITYMANAGEABILITY RELIABILITYSTABILITY ADAPTABILITY

6

Page 7: Building a New Digital Future RED HAT CLOUD SUITE …...M-1: Fmwk for containers minor updates Post M-3: Major upgrades to containerized deployment ready for testing Deployment of

STABILITY CHALLENGEFROM SINGLE SERVER TO HYBRID CLOUD PLATFORM

7

Page 8: Building a New Digital Future RED HAT CLOUD SUITE …...M-1: Fmwk for containers minor updates Post M-3: Major upgrades to containerized deployment ready for testing Deployment of

MANAGEABILITY CHALLENGEFROM AWARENESS TO AUTOMATION

8

Page 9: Building a New Digital Future RED HAT CLOUD SUITE …...M-1: Fmwk for containers minor updates Post M-3: Major upgrades to containerized deployment ready for testing Deployment of

RELIABILITY CHALLENGEFROM SINGLE LIFECYCLE TO ECOSYSTEM INTEROPERABILITY

9

Page 10: Building a New Digital Future RED HAT CLOUD SUITE …...M-1: Fmwk for containers minor updates Post M-3: Major upgrades to containerized deployment ready for testing Deployment of

SCALABILITY CHALLENGEFROM DISCRETE TO INTEGRATED

10

Page 11: Building a New Digital Future RED HAT CLOUD SUITE …...M-1: Fmwk for containers minor updates Post M-3: Major upgrades to containerized deployment ready for testing Deployment of

ADAPTABILITY CHALLENGEFROM MONOLITH TO SYMBIONT

11

Page 12: Building a New Digital Future RED HAT CLOUD SUITE …...M-1: Fmwk for containers minor updates Post M-3: Major upgrades to containerized deployment ready for testing Deployment of

IT STARTS WITH APPLICATIONS

12

APPLICATION

Page 13: Building a New Digital Future RED HAT CLOUD SUITE …...M-1: Fmwk for containers minor updates Post M-3: Major upgrades to containerized deployment ready for testing Deployment of

APPLICATIONS NEEDS CAPACITY

13

APPLICATION

HARDWARE

Page 14: Building a New Digital Future RED HAT CLOUD SUITE …...M-1: Fmwk for containers minor updates Post M-3: Major upgrades to containerized deployment ready for testing Deployment of

AND AN OS TO PUT THEM TOGETHER

14

APPLICATION

HARDWARE

OPERATING SYSTEM

Page 15: Building a New Digital Future RED HAT CLOUD SUITE …...M-1: Fmwk for containers minor updates Post M-3: Major upgrades to containerized deployment ready for testing Deployment of

CLOUD AS OPERATING SYSTEM

15

APPLICATION

HARDWARE

OPERATING SYSTEM

APPLICATION CODE DEPENDENCIES RESOURCES

RESOURCE MANAGEMENT RUNTIMES SERVICE MANAGEMENT

PRIVATE IAAS PUBLIC CLOUD VIRTUALIZATION / PHYSICAL

Page 16: Building a New Digital Future RED HAT CLOUD SUITE …...M-1: Fmwk for containers minor updates Post M-3: Major upgrades to containerized deployment ready for testing Deployment of

PERSPECTIVES MATTER

16

APPLICATION

HARDWARE

OPERATING SYSTEMDEVELOPERS

OPERATIONS

Page 17: Building a New Digital Future RED HAT CLOUD SUITE …...M-1: Fmwk for containers minor updates Post M-3: Major upgrades to containerized deployment ready for testing Deployment of

CONTAINERS TO THE RESCUE

17

APPLICATION

HARDWARE

OPERATING SYSTEM

Page 18: Building a New Digital Future RED HAT CLOUD SUITE …...M-1: Fmwk for containers minor updates Post M-3: Major upgrades to containerized deployment ready for testing Deployment of

INFRASTRUCTURE SPECIALIZATION

18

APPLICATION

HARDWARE

OPERATING SYSTEM

Application Runtime

Application Services

Application Workflow

Container Scheduling

Container Orchestration

Container Engine

IaaS

Operating System

Virtual / Physical Infrastructure

DEV

APP OPS

SYS OPS

Page 19: Building a New Digital Future RED HAT CLOUD SUITE …...M-1: Fmwk for containers minor updates Post M-3: Major upgrades to containerized deployment ready for testing Deployment of

INFRASTRUCTURE SPECIALIZATION

19

APPLICATION

HARDWARE

OPERATING SYSTEM

Application Runtime

Application Services

Application Workflow

Container Scheduling

Container Orchestration

Container Engine

IaaS

Operating System

Virtual / Physical Infrastructure

DEV

APP OPS

SYS OPS

Page 20: Building a New Digital Future RED HAT CLOUD SUITE …...M-1: Fmwk for containers minor updates Post M-3: Major upgrades to containerized deployment ready for testing Deployment of

RED HAT CLOUD SUITE

20

Page 21: Building a New Digital Future RED HAT CLOUD SUITE …...M-1: Fmwk for containers minor updates Post M-3: Major upgrades to containerized deployment ready for testing Deployment of

CONTAINERS AND ABSTRACTIONS

Page 22: Building a New Digital Future RED HAT CLOUD SUITE …...M-1: Fmwk for containers minor updates Post M-3: Major upgrades to containerized deployment ready for testing Deployment of

● Sandboxed application processes on a shared Linux OS kernel

● Simpler, lighter, and denser than virtual machines

● Portable across different environments

● Package my application and all of its dependencies

● Deploy to any environment in seconds and enable CI/CD

● Easily access and share containerized components

Sys-Admins / Ops Developers

It Depends on Who You Ask

What Are Containers?

22

Page 23: Building a New Digital Future RED HAT CLOUD SUITE …...M-1: Fmwk for containers minor updates Post M-3: Major upgrades to containerized deployment ready for testing Deployment of

CONTAINERS IN ACTION

Page 24: Building a New Digital Future RED HAT CLOUD SUITE …...M-1: Fmwk for containers minor updates Post M-3: Major upgrades to containerized deployment ready for testing Deployment of

Self-Service

Multi-language

Automation

Collaboration

Seamless

Standards-based

Web-scale

Open Source

Enterprise Grade

Secure

Critical features for both Dev and Ops

24

Page 25: Building a New Digital Future RED HAT CLOUD SUITE …...M-1: Fmwk for containers minor updates Post M-3: Major upgrades to containerized deployment ready for testing Deployment of

Application Architecture● Shift from monolithic applications to

microservices

● Independently deployable and updatable, limited dependencies

● Optimized for agility & accelerated time to market

Monolith

N-Tier

Microservices25

Page 26: Building a New Digital Future RED HAT CLOUD SUITE …...M-1: Fmwk for containers minor updates Post M-3: Major upgrades to containerized deployment ready for testing Deployment of

Platform Infrastructure

● Shift from virtualization to scale-out cloud infrastructure

● Rapid growth in public cloud usage for enterprises

● Hybrid cloud deployments span private & multiple public clouds

Datacenter

Hosted

Hybrid26

Page 27: Building a New Digital Future RED HAT CLOUD SUITE …...M-1: Fmwk for containers minor updates Post M-3: Major upgrades to containerized deployment ready for testing Deployment of

Development Process

● Shift to more agile development and deployment processes

● Increased collaboration between Development & Operations

● Move from Continuous Integration to Continuous Deployment

Waterfall

Agile

DevOps27

Page 28: Building a New Digital Future RED HAT CLOUD SUITE …...M-1: Fmwk for containers minor updates Post M-3: Major upgrades to containerized deployment ready for testing Deployment of

CONTAINER DEPLOYMENT FOOTPRINTS

Page 29: Building a New Digital Future RED HAT CLOUD SUITE …...M-1: Fmwk for containers minor updates Post M-3: Major upgrades to containerized deployment ready for testing Deployment of

DevOps With Containers Across the Hybrid Cloud?

SourceRepository

CI/CDEngine

Dev Container

Physical

Virtual

Private cloud

Public cloud

29

Page 30: Building a New Digital Future RED HAT CLOUD SUITE …...M-1: Fmwk for containers minor updates Post M-3: Major upgrades to containerized deployment ready for testing Deployment of

MODERNIZING WORKLOADS

Page 31: Building a New Digital Future RED HAT CLOUD SUITE …...M-1: Fmwk for containers minor updates Post M-3: Major upgrades to containerized deployment ready for testing Deployment of

NEXT-GENERATION ARCHITECTURE

Modernize existing and build new cloud-based

infrastructure

More agile processacross both IT and

the business

New ways of developing, delivering, and integrating

applications

DEVOPS & CULTURAL CHANGES

CLOUD-NATIVE PLATFORMS

THE DATA CENTER IS MOVING FORWARDPRESSURES FROM CUSTOMERS & COMPETITORS TO MODERNIZE

31

Page 32: Building a New Digital Future RED HAT CLOUD SUITE …...M-1: Fmwk for containers minor updates Post M-3: Major upgrades to containerized deployment ready for testing Deployment of

MODE 1 MODE 2

BALANCING INNOVATION AND OPTIMIZATIONMOST CUSTOMERS CAN’T GO ALL ONE WAY OR THE OTHER

VIRTUALIZATION

Big stateful VM

1 Application -> 1-3 VMs

VM lifecycle in years

Increased demand -> Scale up

High availability (HA) at the infrastructure layer

CLOUD

Small stateless instance

1 Application -> many instances

Instance lifecycle in hours to months

Increased demand -> Scale out

High availability (HA) at the application layer

32

Page 33: Building a New Digital Future RED HAT CLOUD SUITE …...M-1: Fmwk for containers minor updates Post M-3: Major upgrades to containerized deployment ready for testing Deployment of

RED HAT VIRTUALIZATION FOCUS ON OPTIMIZATION & INTEGRATION

Optimize the IT you have

Integrate apps, data, and processes

Add and manage cloud infrastructure

Build more modern applications

BALANCING INNOVATION AND OPTIMIZATION

Leverage and integrate existing investments in order to enable future technology

33

Page 34: Building a New Digital Future RED HAT CLOUD SUITE …...M-1: Fmwk for containers minor updates Post M-3: Major upgrades to containerized deployment ready for testing Deployment of

INTEGRATE APPS, DATA, & PROCESSES

Red Hat Enterprise Linux 7.3● Hot CPU unplug support● Virt-sparsify

Software Defined Networking (SDN) capabilities by offering native support for Open Virtual Network (OVN) for Open vSwitch.

TECH PREVIEW IN RHV 4.1

34

Page 35: Building a New Digital Future RED HAT CLOUD SUITE …...M-1: Fmwk for containers minor updates Post M-3: Major upgrades to containerized deployment ready for testing Deployment of

Red Hat Virtualization and Ansible 2.3 are integrated in order to provide streamlined configuration for:

● Virtual machines● Virtual networks● Virtual storage● Configuration● Updates

INTEGRATION & AUTOMATION

35

Page 36: Building a New Digital Future RED HAT CLOUD SUITE …...M-1: Fmwk for containers minor updates Post M-3: Major upgrades to containerized deployment ready for testing Deployment of

INTEGRATION & MANAGEMENT

Red Hat Virtualization is a first class infrastructure provider for CloudForms. The RHV provider now includes support for features such as:

● VM live migrate● VM reconfiguration (hot add CPU &

RAM, hot remove of previously added CPUs)

● VM Live Snapshot

36

Page 37: Building a New Digital Future RED HAT CLOUD SUITE …...M-1: Fmwk for containers minor updates Post M-3: Major upgrades to containerized deployment ready for testing Deployment of

Red Hat Virtualization continues to integrate with Red Hat OpenStack Platform to enable “Cloud Transition” use cases. This includes continued and planned integration with:

● Compute● Networking● Storage● Security● High Availability● TripleO

INTEGRATION & CLOUD READINESS

37

Page 38: Building a New Digital Future RED HAT CLOUD SUITE …...M-1: Fmwk for containers minor updates Post M-3: Major upgrades to containerized deployment ready for testing Deployment of

PRIVATE OPTIONS

Page 39: Building a New Digital Future RED HAT CLOUD SUITE …...M-1: Fmwk for containers minor updates Post M-3: Major upgrades to containerized deployment ready for testing Deployment of

RUNNING WORKLOADS PRIVATELY

39

THE MANAGED APPROACH

VS

?

THE DO-IT-YOURSELF APPROACH

Page 40: Building a New Digital Future RED HAT CLOUD SUITE …...M-1: Fmwk for containers minor updates Post M-3: Major upgrades to containerized deployment ready for testing Deployment of

RUNNING WORKLOADS PRIVATELY

40

RED HAT OPENSTACK PLATFORMBridges the gap between your physical choices and your cloud deployments

VS

● Can be on or off-premises

● Red Hat simplifies experience:○ in place automated upgrades○ ops tools enablement○ handle configuration as code

● But still require investment:○ steep learning curve for ops○ organization adaptation

● Can be on or off-premises

● Still benefits from Red Hat’s○ Tooling○ QA & Support○ Life cycle○ Ecosystem

● API is used freely and cost to maintain is fully bundled

THE MANAGED APPROACHTHE SELF MANAGED APPROACH

Page 41: Building a New Digital Future RED HAT CLOUD SUITE …...M-1: Fmwk for containers minor updates Post M-3: Major upgrades to containerized deployment ready for testing Deployment of

STABILITY IN RAPID RELEASE CYCLES

Page 42: Building a New Digital Future RED HAT CLOUD SUITE …...M-1: Fmwk for containers minor updates Post M-3: Major upgrades to containerized deployment ready for testing Deployment of

Enterprise Ready Optimized PortfolioCertified Partner

EcosystemNFV Ready

OPENSTACK PRODUCT STRATEGYStable, production-ready release co-engineered with RHEL

42

Page 43: Building a New Digital Future RED HAT CLOUD SUITE …...M-1: Fmwk for containers minor updates Post M-3: Major upgrades to containerized deployment ready for testing Deployment of

43

Others want the latest features

● Want new features ASAP● Often working on fast apps

themselves● Understand continuous delivery

concepts● Automated validation procedures● Continuously scale infrastructure

with newer hardware

Some want long life versions

● Reluctant to change what’s in production

● Upgrades are a disruption● Cannot handle downtime involved● Do not need new features● Manually validating environment● Constrained by complex

regulations

TRENDS: CONSUMPTIONEmerging consumption patterns

Page 44: Building a New Digital Future RED HAT CLOUD SUITE …...M-1: Fmwk for containers minor updates Post M-3: Major upgrades to containerized deployment ready for testing Deployment of

44

RED HAT OPENSTACK PLATFORM LIFE-CYCLE

* via additional subscription

● Every 6 month release of RHOSP is supported for 1 year

○ No feature backports (Production Phase 2 from the start)

○ In-place/online upgrades supported during this timeframe from n to n+1

● Every 18 months, we elect an extended life support version (Long Life releases)

○ Selected Backports available to Long Life releases ○ In-place upgrades from N → N+1 from this release

supported if done within year 1 (with a 6 month buffer window)

○ Upgrades from Long Life → Long Life will be done via automated* migration to latest RHOSP available with tooling provided.

○ Extension from 3 to 5 years at additional cost (ELS add-on)

* with potential impact on service continuity, see next slide

Page 45: Building a New Digital Future RED HAT CLOUD SUITE …...M-1: Fmwk for containers minor updates Post M-3: Major upgrades to containerized deployment ready for testing Deployment of

45

RHOSP 11(Spring 2017)11 12

2

Red Hat OpenStack Platform - 10k Foot View

- Composable HA Architecture- Composable Upgrades- Ceph RBD Cinder Volume Replication

driver for DR (Tech-preview)- Opstools performance (collectd client)- EC2 API deployment support- Octavia LBaaS (tech preview)

- Containerized OpenStack Deployment (docker-cmd)

- Instance HA director integration- Storage Encryption (manual keys)- Octavia LBaaS full support- Additional TLS service coverage

- Containerized OpenStack Deployment on OpenShift (kubernetes)

- Barbican availability- Multi-site w/shared Keystone,

and Replicated Storage- Stretched Clusters - Distributed Compute Nodes- Introducing tooling for Parallel

Cloud Migration

- Support for VLAN Aware VMs- Metadata exposure of SRIOV physical

function VLAN tags to guests- OpenDaylight automated deployment

using director (tech preview)- Hyper-Converged Infra

- OpenDaylight full support- Emulator thread policies- Flexible scheduling for SR-IOV

- RT-KVM full support- NFV Service Assurance

(CloudForm Enhanced Integration)

- NFV Director UI

RHOSP 12(Winter 2017)

NFV

- Te

lco

Pri

vate

IaaS

13+ (Spring 2018 and beyond)

Page 46: Building a New Digital Future RED HAT CLOUD SUITE …...M-1: Fmwk for containers minor updates Post M-3: Major upgrades to containerized deployment ready for testing Deployment of

13GA: Containerized OpenStack Deployment based on docker-cmdGA: Minor updates to containers via Heat & AnsibleGA: Major upgrades to container. depl.GA: Revive failed update/upgradeGA: Rollback of updates (containers)

1412 15GA: Major upgrades of containers via Heat & AnsibleGA: Rollback of upgrades in containers

GA: Deployment of containerized OpenStack via Kubernetes as an underlying technologyGA: Minor updates of containers via KubernetesGA: Major upgrades to Kubernetes based deployments

GA: Ansible based deploy (via RHOSP director)

Pike Queens R... S...11 Ocata

GA: Containerized Compute Role in TP1

End of Feb: Framework for containerized deploymentM-1: Fmwk for containers minor updatesPost M-3: Major upgrades to containerized deployment ready for testing

Deployment of containerized OpenStack

Major upgrades of containerized OpenStack

Revive or rollback failed update / upgrade

Minor updates of containers

Standard deployment(RPM based)

Containerized deployment on top of RHEL(docker-cmd)

Containerized deployment(Kubernetes)

Containerized RHOSP deployment & management“Thai Flute” High Level View

- early- partial

Epic maturity legend:

- good- strong

46

Page 47: Building a New Digital Future RED HAT CLOUD SUITE …...M-1: Fmwk for containers minor updates Post M-3: Major upgrades to containerized deployment ready for testing Deployment of

MANAGING A COMPLEX ENVIRONMENT

Page 48: Building a New Digital Future RED HAT CLOUD SUITE …...M-1: Fmwk for containers minor updates Post M-3: Major upgrades to containerized deployment ready for testing Deployment of

Everyone is talking about automation.

Page 49: Building a New Digital Future RED HAT CLOUD SUITE …...M-1: Fmwk for containers minor updates Post M-3: Major upgrades to containerized deployment ready for testing Deployment of

SERVERS CLOUD NETWORK

APPS

CONTAINERS

AUTOMATION IN ENTERPRISE IT TODAY

49

Page 50: Building a New Digital Future RED HAT CLOUD SUITE …...M-1: Fmwk for containers minor updates Post M-3: Major upgrades to containerized deployment ready for testing Deployment of

AUTOMATED SILOS ARE

SILOS

STILL

AUTOMATION IN ENTERPRISE IT TODAY

50

Page 51: Building a New Digital Future RED HAT CLOUD SUITE …...M-1: Fmwk for containers minor updates Post M-3: Major upgrades to containerized deployment ready for testing Deployment of

Ansible solves these problems where no other technology has been able to do so.

SIMPLE AGENTLESS EXTENSIBLE

Page 52: Building a New Digital Future RED HAT CLOUD SUITE …...M-1: Fmwk for containers minor updates Post M-3: Major upgrades to containerized deployment ready for testing Deployment of

ANSIBLE AUTOMATIONis at the core of our management strategy

Page 53: Building a New Digital Future RED HAT CLOUD SUITE …...M-1: Fmwk for containers minor updates Post M-3: Major upgrades to containerized deployment ready for testing Deployment of

RED HAT MANAGEMENT AND AUTOMATIONFOR IT OPERATIONS

BUILD A TRUSTED & SECURE RED HAT ENVIRONMENT

AUTOMATE YOURI.T. PROCESSES & DEPLOYMENTS

PREVENT CRITICAL ISSUES BEFORE THEY OCCUR

DELIVER SERVICES ACROSS YOUR HYBRID CLOUD

CENTRALIZE AUTOMATION GOVERNANCE

Page 54: Building a New Digital Future RED HAT CLOUD SUITE …...M-1: Fmwk for containers minor updates Post M-3: Major upgrades to containerized deployment ready for testing Deployment of

ANSIBLE AND CLOUD SUITE

Page 55: Building a New Digital Future RED HAT CLOUD SUITE …...M-1: Fmwk for containers minor updates Post M-3: Major upgrades to containerized deployment ready for testing Deployment of

RED HAT MANAGEMENT AND AUTOMATIONFOR IT OPERATIONS

BUILD A TRUSTED & SECURE RED HAT ENVIRONMENT

AUTOMATE YOURI.T. PROCESSES & DEPLOYMENTS

PREVENT CRITICAL ISSUES BEFORE THEY OCCUR

DELIVER SERVICES ACROSS YOUR HYBRID CLOUD

Page 56: Building a New Digital Future RED HAT CLOUD SUITE …...M-1: Fmwk for containers minor updates Post M-3: Major upgrades to containerized deployment ready for testing Deployment of

● Single Management Platform across Openstack, RHEV and Openshift

● Ansible is becoming the default automation language of CloudForms

● No more sysadmins writing and maintaining Ruby

● Ansible removes the biggest barrier to entry for new CloudForms deployments

Page 57: Building a New Digital Future RED HAT CLOUD SUITE …...M-1: Fmwk for containers minor updates Post M-3: Major upgrades to containerized deployment ready for testing Deployment of

● Insights now creates Ansible Playbooks to fix issues it identifies

● Insights generates tailored Playbooks customized to the user’s specific environment

● Integrate Insights remediations into stand-alone or CloudForms based workflows

Page 58: Building a New Digital Future RED HAT CLOUD SUITE …...M-1: Fmwk for containers minor updates Post M-3: Major upgrades to containerized deployment ready for testing Deployment of

● The best way to manage your entire Red Hat infrastructure

● Ansible already work with Satellite - inventory sharing, Satellite as a content provider, Tower as a post-deployment call-out

● Future versions of Satellite will default to Ansible automation provider while continuing to support existing Puppet deployments

● Not just Ansible - tighter integrations with Insights & CloudForms

Page 59: Building a New Digital Future RED HAT CLOUD SUITE …...M-1: Fmwk for containers minor updates Post M-3: Major upgrades to containerized deployment ready for testing Deployment of

???

MANAGEMENT EMBEDDED IN THE RED HAT PORTFOLIO

RED HAT CERTIFIED ARCHITECT

Today

Coming

Page 60: Building a New Digital Future RED HAT CLOUD SUITE …...M-1: Fmwk for containers minor updates Post M-3: Major upgrades to containerized deployment ready for testing Deployment of

Comprehensive Cloud Suite

Page 61: Building a New Digital Future RED HAT CLOUD SUITE …...M-1: Fmwk for containers minor updates Post M-3: Major upgrades to containerized deployment ready for testing Deployment of

plus.google.com/+RedHat

linkedin.com/company/red-hat

youtube.com/user/RedHatVideos

facebook.com/redhatinc

twitter.com/RedHatNews

THANK YOU