cloud-native applications with microservices and containers

13
Daniel Berg [email protected] @dancberg IBM Distinguished Engineer, Cloud Platform June 2016 Cloud-Native Applications Microservices implemented with Containers

Upload: daniel-berg

Post on 23-Jan-2017

181 views

Category:

Software


2 download

TRANSCRIPT

Page 1: Cloud-Native Applications with Microservices and Containers

Daniel Berg ・ [email protected] ・ @dancbergIBM Distinguished Engineer, Cloud PlatformJune 2016

Cloud-Native ApplicationsMicroservices implemented with Containers

Page 2: Cloud-Native Applications with Microservices and Containers

IBM Confidential

An engineering approach focused on decomposing an application into single-function modules with well defined interfaces which are independently deployed and operated by a small team who owns the entire lifecycle of the service.

Microservices accelerate delivery by minimizing communication and coordination between people while reducing the scope and risk of change.

Microservices

Jason McGee, IBM Fellow and VP, CTO Cloud Platform

Page 3: Cloud-Native Applications with Microservices and Containers

High Cohesion&

Low Coupling

Page 4: Cloud-Native Applications with Microservices and Containers

Compare…

Monolithic application

Silo logic

Silo data

Microservicecomponent

Microservicecomponent

Microservicecomponent

Microservices application

Page 5: Cloud-Native Applications with Microservices and Containers

Evolution to a Microservices ArchitecturePlatform-enabled Microservices

ServicesTier

Cloud ServiceCloud

Service

CloudServices

Edge Proxy

Application selection Version & Instance selection Admission Control

Service Discovery

Active Deploy

Build Service

RepositoryContainer Service

MicroServiceMicroService

MicroServiceMicro

Service

MicroServiceMicro

Service

MicroServiceMicro

Service

MicroServiceMicroService

Service Proxy

Version & Instance selection

Admission Control

AutoScaler

Page 6: Cloud-Native Applications with Microservices and Containers

• Failures WILL happen

• Their root causes can be complex and affect different number of users

• Reduce the likelihood of correlated failures

• Recover quickly

• Proactive detection of problems before they happen

Causes for failuresDatacenter

Server Rack

Server

Virtual Server

Code

Request

Page 7: Cloud-Native Applications with Microservices and Containers
Page 8: Cloud-Native Applications with Microservices and Containers

Compose and Orchestrate your Polyglot Microservices with Amalgam8

Page 9: Cloud-Native Applications with Microservices and Containers

Platform & Runtime Independent

Multi-Tenancy Supported

Shortens Development Cycles• Simplified Service Discovery & Load Balancing• Red/Black Deployment & Canary Testing

Page 10: Cloud-Native Applications with Microservices and Containers
Page 11: Cloud-Native Applications with Microservices and Containers

Visit amalgam8.io orgithub.com/amalgam8

Page 12: Cloud-Native Applications with Microservices and Containers

References

Driving innovation within an enterprise acting like a startup

Patterns for building resilient and robust applications

Administrating cloud native applications

A view into the cultural challenges of adopting DevOps and best practices

Page 13: Cloud-Native Applications with Microservices and Containers

THANK YOU