24
Cloud Native Applications Amr Eid | Cloud Architect Lead, Cloud Platform, MEA | [email protected] Cloud Computing

Cloud Native UN · For IBM and Business Partner Internal Use Only An application architecture designed to leverage the strengths of a standardized cloud environment. Cloud Native

  • Upload
    others

  • View
    0

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Cloud Native UN · For IBM and Business Partner Internal Use Only An application architecture designed to leverage the strengths of a standardized cloud environment. Cloud Native

Cloud Native Applications

Amr Eid | Cloud Architect Lead, Cloud Platform, MEA | [email protected]

Cloud Computing

Page 2: Cloud Native UN · For IBM and Business Partner Internal Use Only An application architecture designed to leverage the strengths of a standardized cloud environment. Cloud Native

2

Page 3: Cloud Native UN · For IBM and Business Partner Internal Use Only An application architecture designed to leverage the strengths of a standardized cloud environment. Cloud Native

By 2021, 94 percent of workloads and compute instances will be processed by cloud data centers.1

IBM Cloud / 25 June 2018 / © 2018 IBM Corporation

94%

1 Cisco Global Cloud Index 2018

Page 4: Cloud Native UN · For IBM and Business Partner Internal Use Only An application architecture designed to leverage the strengths of a standardized cloud environment. Cloud Native

By 2021, 73 percent of the cloud workloads and compute instances will be in public cloud data centers, up from 58 percent in 2016.2

IBM Cloud / 25 June 2018 / © 2018 IBM Corporation

73%

2 Cisco Global Cloud Index 2018

Page 5: Cloud Native UN · For IBM and Business Partner Internal Use Only An application architecture designed to leverage the strengths of a standardized cloud environment. Cloud Native

Cloud, defined...

“ Cloud Computing is a model for enabling convenient, on-demand network access to a shared pool of configurable computing resources that can be rapidly provisioned and released with minimal management effort or service provider interaction.”

NIST

Page 6: Cloud Native UN · For IBM and Business Partner Internal Use Only An application architecture designed to leverage the strengths of a standardized cloud environment. Cloud Native

IBM Cloud/ © 2018 IBM Corporation

Cloud service modelsToday’s apps must keep up with the speed of the app revolution

Page 7: Cloud Native UN · For IBM and Business Partner Internal Use Only An application architecture designed to leverage the strengths of a standardized cloud environment. Cloud Native

Cloud growth has reasons...

• Applications with a short lead time to delivery.

• Predefined services for developers.

• Scaling Apps up and down dynamically.

• flexible billing (pay-as-you-go).

Page 8: Cloud Native UN · For IBM and Business Partner Internal Use Only An application architecture designed to leverage the strengths of a standardized cloud environment. Cloud Native

Deploy the right type of cloud to accelerate innovation

Page 9: Cloud Native UN · For IBM and Business Partner Internal Use Only An application architecture designed to leverage the strengths of a standardized cloud environment. Cloud Native

Compute Options

ServerlessMaximum speed with

serverless apps

ContainersMaximum portability

Virtual ServerLeverage existing

languages and tools

DEVELOPMENT SPEEDPORTABILITYPERFORMANCE &

CONTROL

Bare MetalMaximum

performance and control

Platform as a Service

Extensive runtime options

IBM Cloud / © 2018 IBM Corporation 10

Page 10: Cloud Native UN · For IBM and Business Partner Internal Use Only An application architecture designed to leverage the strengths of a standardized cloud environment. Cloud Native

Cloud Native Applications

Page 11: Cloud Native UN · For IBM and Business Partner Internal Use Only An application architecture designed to leverage the strengths of a standardized cloud environment. Cloud Native

For IBM and Business Partner Internal Use Only

How Teams Work? How Apps are

Built?

How Apps are Delivered?

Page 12: Cloud Native UN · For IBM and Business Partner Internal Use Only An application architecture designed to leverage the strengths of a standardized cloud environment. Cloud Native

For IBM and Business Partner Internal Use Only

MicroservicesCloud Native

Containers

Page 13: Cloud Native UN · For IBM and Business Partner Internal Use Only An application architecture designed to leverage the strengths of a standardized cloud environment. Cloud Native

For IBM and Business Partner Internal Use Only

An application architecture designed to leverage the strengths of a standardizedcloud environment.

Cloud Native

Continuous Integration, Container Engines and Orchestrators.

Page 14: Cloud Native UN · For IBM and Business Partner Internal Use Only An application architecture designed to leverage the strengths of a standardized cloud environment. Cloud Native

For IBM and Business Partner Internal Use Only

Page 15: Cloud Native UN · For IBM and Business Partner Internal Use Only An application architecture designed to leverage the strengths of a standardized cloud environment. Cloud Native

For IBM and Business Partner Internal Use Only

Engineering Approach

focused on decomposing an application into single-function modules with well defined interfaces which are independently deployed

Operated by small teams who own the entire lifecycle of the service.

Microservices

Page 16: Cloud Native UN · For IBM and Business Partner Internal Use Only An application architecture designed to leverage the strengths of a standardized cloud environment. Cloud Native

For IBM and Business Partner Internal Use Only

A microservice is a granular, decoupled componentwithin a broader application

Monolithic application

Silo

Microservices application

Microservice(component)

Microservice(component)

Microservice(component)

• Agility• Scalability• Resilience

Simplistically, microservices architecture is about breaking down large silo applications into more manageable, fully decoupled pieces

Microservices architecture

Page 17: Cloud Native UN · For IBM and Business Partner Internal Use Only An application architecture designed to leverage the strengths of a standardized cloud environment. Cloud Native

© IBM Corporation 17

Monolithic vs microservices architecture

“An Overview of Microservices Architecture” by Khoa Dinh

http://khoadinh.github.io/2015/05/01/microservices-architecture-overview.html

Server sideClient side

Code is runin the sameprocess

Web client IoT Mobile client

Relationaldatabase

Create, retrieve, update, and delete

Monolithic application

Repositories

Services

JSON Notifications HTTP, WebSocket

Server sideClient side

Web client IoT Mobile client

SQL

HTTP

JSON Notifications HTTP, WebSocket

API gateway

Service

Service Service

HTTP

SQL

Service

NoSQL

Messagequeue

Service

Subscribe

Publish

Page 18: Cloud Native UN · For IBM and Business Partner Internal Use Only An application architecture designed to leverage the strengths of a standardized cloud environment. Cloud Native

For IBM and Business Partner Internal Use Only

Advantages of microservicesIn a word: Independent• Single small team to develop and support.

• timeline/ language and technology is totally independent.

• Data Management is independent.

• Scales and fails faster and independent.

• New versions delivered independently of other services.

Page 19: Cloud Native UN · For IBM and Business Partner Internal Use Only An application architecture designed to leverage the strengths of a standardized cloud environment. Cloud Native

© IBM Corporation 19

A standard way to package an application and all its dependencies so that it can be moved between environments and run without changes.

Containers work by isolating the differences between applications inside the container so that everything outside the container can be standardized.

Containers

IBM Bluemix Container Service | IBM Confidential | ©2017 IBM Corporation

Page 20: Cloud Native UN · For IBM and Business Partner Internal Use Only An application architecture designed to leverage the strengths of a standardized cloud environment. Cloud Native

Slide Title Goes Here

IBM Cloud Container Service | IBM Confidential | ©2017 IBM Corporation

Docker ContainersVs Traditional Virtualization

Page 21: Cloud Native UN · For IBM and Business Partner Internal Use Only An application architecture designed to leverage the strengths of a standardized cloud environment. Cloud Native

© IBM Corporation 21IBM Cloud Container Service | IBM Confidential | ©2017 IBM Corporation

Build Ship Run

Anywhere

Any App

is an open platform for building distributed applications for developers and system administrators

Page 22: Cloud Native UN · For IBM and Business Partner Internal Use Only An application architecture designed to leverage the strengths of a standardized cloud environment. Cloud Native

Slide Title Goes Here

IBM Cloud Container Service | IBM Confidential | ©2017 IBM Corporation

Container Orchestration

Source: devops.com

Page 23: Cloud Native UN · For IBM and Business Partner Internal Use Only An application architecture designed to leverage the strengths of a standardized cloud environment. Cloud Native

Slide Title Goes Here

IBM Cloud Container Service | IBM Confidential | ©2017 IBM Corporation

What is Kubernetes?

• Container orchestrator

• Runs and manages containers

• Inspired and informed by Google's experiences and internal systems

• 100% Open source, written in Go

• Manage applications, not machines

• Rich ecosystem of plug-ins for scheduling, storage, networking

Page 24: Cloud Native UN · For IBM and Business Partner Internal Use Only An application architecture designed to leverage the strengths of a standardized cloud environment. Cloud Native

24Page© 2016 IBM Corporation

Thank you!