Cloud Native Applications

Cloud Native Applications Microservice Architectures in the Enterprise Christian Lewis Platform Architect – Pivotal [email protected] @acrlewis Linke...
Author: Magnus McDonald
14 downloads 0 Views 1MB Size
Cloud Native Applications Microservice Architectures in the Enterprise

Christian Lewis Platform Architect – Pivotal [email protected] @acrlewis Linkedin.com/in/christianlewis

BOEING is a trademark of Boeing Management Company Copyright © 2016 Boeing. All rights reserved. Copyright © 2014 Northrop Grumman Corporation. All rights reserved. GPDIS_2016.ppt | 1

Monolithic Applications Drive Complex, Manual Deploys & Waterfall Release Cycles Global Product Data Interoperability Summit | 2016

Developer

Operator

Can you deliver full CI/CD for every major app in your portfolio today, or are you doing 75+ step manual deployments? BOEING is a trademark of Boeing Management Company Copyright © 2016 Boeing. All rights reserved. Copyright © 2014 Northrop Grumman Corporation. All rights reserved. GPDIS_2016.ppt | 2

Productivity: Software developers spend too much time on administration Global Product Data Interoperability Summit | 2016

0

2

4

6

8

10

12

14

Design and Coding Brainstorming Administrative Tasks Managing Environments Waiting for Test/Build

Task Breakdown

Sources: “Electric Cloud LinkedIn Survey to software developers”

Average Hours / Week BOEING is a trademark of Boeing Management Company Copyright © 2016 Boeing. All rights reserved. Copyright © 2014 Northrop Grumman Corporation. All rights reserved. GPDIS_2016.ppt | 3

Trend towards new lightweight architectures Global Product Data Interoperability Summit | 2016

Microservices addressing speed to market and cloud scale

BOEING is a trademark of Boeing Management Company Copyright © 2016 Boeing. All rights reserved. Copyright © 2014 Northrop Grumman Corporation. All rights reserved. GPDIS_2016.ppt | 4

What are Microservices? Global Product Data Interoperability Summit | 2016

If every service has to be updated in concert, it’s not loosely coupled!

Loosely coupled service oriented architecture with bounded contexts If you have to know about surrounding services you don’t have a bounded context.

BOEING is a trademark of Boeing Management Company Copyright © 2016 Boeing. All rights reserved. Copyright © 2014 Northrop Grumman Corporation. All rights reserved. GPDIS_2016.ppt | 5

Both speed and safety are required Global Product Data Interoperability Summit | 2016

• Addressing customer needs faster, with less downtime retains your customers

• Being able to make quick experiments (that aren’t destabilizing) gives you more chances at success

• Protecting market share from disruptors or something unforeseen

• The first to successfully rollout the innovation tends to win, defines the category

BOEING is a trademark of Boeing Management Company Copyright © 2016 Boeing. All rights reserved. Copyright © 2014 Northrop Grumman Corporation. All rights reserved. GPDIS_2016.ppt | 6

Continuous Delivery Global Product Data Interoperability Summit | 2016

CI/CD

Development

Specify

Code

Build

Test / Verify

Package Repository

Day 1

Day 0

Automated

Operations

Deploy

Production Concerns

Day 2

Manual

BOEING is a trademark of Boeing Management Company Copyright © 2016 Boeing. All rights reserved. Copyright © 2014 Northrop Grumman Corporation. All rights reserved. GPDIS_2016.ppt | 7

Ops Loop Global Product Data Interoperability Summit | 2016

7. Upgrade

Dev Loop 6. Run

1. Provision

1. Design

6. Recover

2. Authorize

Biz 5. Scale

5. Deploy

2. Build

3. Integrate

3. Configure

4. Audit

4. Monitor BOEING is a trademark of Boeing Management Company Copyright © 2016 Boeing. All rights reserved. Copyright © 2014 Northrop Grumman Corporation. All rights reserved. GPDIS_2016.ppt | 8

Cloud Technology Bingo Global Product Data Interoperability Summit | 2016

Cloud adoption with non-cloud native applications, unopinionated tools and adhoc automation

Kubernetes

Mesos

Spring Boot

Puppet SALT

Dropwizard

Chef Amazon Web Services

Ansible

Seneca

Docker

Ruby on Rails

Chronos

Seneca VMware vSphere

OpenStack

Azure

Application Frameworks

Container Schedulers

Automation Tools

Cloud Infrastructure

BOEING is a trademark of Boeing Management Company Copyright © 2016 Boeing. All rights reserved. Copyright © 2014 Northrop Grumman Corporation. All rights reserved. GPDIS_2016.ppt | 9

Cloud Technology Stack Global Product Data Interoperability Summit | 2016

Application Framework Dev

Language framework for microservice-based architectures including components for service discovery, metrics and circuit breakers.

Spring Boot

Spring Cloud

Contract: 12 Factor Application

Platform Runtime Dev

Ops

Pivotal

Application container runtime with attachable backing services, automated CI/CD, routing, health management and logging.

Cloud Foundry

Contract: BOSH Release

Infrastructure Automation Ops

A single deployment API for provisioning for bit-for-bit, consistent, selfhealing deployments across any private or public cloud.

Pivotal BOSH

Cloud Foundry

BOEING is a trademark of Boeing Management Company Copyright © 2016 Boeing. All rights reserved. Copyright © 2014 Northrop Grumman Corporation. All rights reserved. GPDIS_2016.ppt | 10

Services

Platform Runtime Global Product Data Interoperability Summit | 2016 Service Discovery Routing Container Scheduling

Database

Configuration

Application Framework

12 Factor Apps

Big Data

Object Storage

RESTful Services

Microservices

Circuit Breakers

Mobile Spring Boot

Ruby on Rails

Node.js

.NET

Build CI

Logging & Metrics

Operations

Infrastructure

User Provided

Messaging

Zero Downtime Deployments

VMware

Failover & Recovery

Scaling

OpenStack

Security Patching

Amazon

Platform Upgrades

BOEING is a trademark of Boeing Management Company Copyright © 2016 Boeing. All rights reserved. Copyright © 2014 Northrop Grumman Corporation. All rights reserved. GPDIS_2016.ppt | 11

Spring Cloud Services Global Product Data Interoperability Summit | 2016

Rich, production ready library based on Netflix OSS for cloud native components, security and management.

core

boot

Dev

Cloud Services

Service Registry

Config Server

Circuit Breaker

Ops + Platform

BOEING is a trademark of Boeing Management Company Copyright © 2016 Boeing. All rights reserved. Copyright © 2014 Northrop Grumman Corporation. All rights reserved. GPDIS_2016.ppt | 12

Cloud Native Maturity Model Global Product Data Interoperability Summit | 2016

Cloud Native

• Microservices architecture • API-first design

Cloud Resilient

• • • •

Cloud Friendly

• 12 Factor App methodology • Horizontally scalable • Leverages platform for high availability

Cloud Ready

• • • •

Fault-tolerant and resilient design Cloud-agnostic runtime implementation Bundled metrics and monitoring Proactive failure testing

No permanent disk access Self-contained application Platform-managed ports and networking Consumes platform-managed backing services BOEING is a trademark of Boeing Management Company Copyright © 2016 Boeing. All rights reserved. Copyright © 2014 Northrop Grumman Corporation. All rights reserved. GPDIS_2016.ppt | 13

The Cloud Native Journey Global Product Data Interoperability Summit | 2016

Cloud Native

Containers

DevOps

Agile

Traditional

• Believer in opinionated platforms, enforcing cloud-native design • Shipping microservices with full CI/CD, automated lifecycle management • Struggling with modernizing applications, reskilling • Believer in reproducible builds, operational visibility, open-source • Shipping a container runtime, microservices, automated provisioning • Struggling with adhoc operations, manual CI/CD, unintegrated tools, curating OSS • Believer in automation, opinionated software, microservices, 12 Factor • Shipping API-first applications, • Struggling with adhoc operations, lack of tooling and monitoring, security

• Believer in agile, speed to market, software as a differentiator • Shipping greenfield projects in public cloud because on-premise is too slow • Struggling with CI/CD, provisioning environments, lack of operational visibility • Believer in IT as a cost center, large projects, customizing off-the-shelf software • Shipping completed software projects • Struggling with failed projects, long lead times, business advantages of software BOEING is a trademark of Boeing Management Company Copyright © 2016 Boeing. All rights reserved. Copyright © 2014 Northrop Grumman Corporation. All rights reserved. GPDIS_2016.ppt | 14

Traditional Model Global Product Data Interoperability Summit | 2016

• Discovery: huge issue: mostly custom solutions, JNDI, etc. • Configuration: manual, error-prone, required app restarts • Dependencies & Resilience: co-bundling, EJBs, complex

• Operators: no standardized process for deployment and management • Developers: low productivity due to complex environments and expensive context switching

BOEING is a trademark of Boeing Management Company Copyright © 2016 Boeing. All rights reserved. Copyright © 2014 Northrop Grumman Corporation. All rights reserved. GPDIS_2016.ppt | 15

Microservice Model Global Product Data Interoperability Summit | 2016



Discovery: Service registry for discovery and credentials

• Configuration: Config server for secure, versioned application configuration and updates • Dependencies & Resilience: Circuit breakers, platform services marketplace and 4 layers of health monitoring • Operators: Structured deployment model with a single API to manage operations tasks such as deploys and scaling. • Developers: Rich library of distributed system patterns

BOEING is a trademark of Boeing Management Company Copyright © 2016 Boeing. All rights reserved. Copyright © 2014 Northrop Grumman Corporation. All rights reserved. GPDIS_2016.ppt | 16

Traditional App Environment

Rehost, Refactor & Rearchitect Strategies

Global Product Data Interoperability Summit | 2016

Platform Runtime

BOSH VMs

Load Balancer

Web Server

App Server

Microservice App

API Gateway

App Server

Backing Services

Off Platform

Dynamic Router

ERP

Database Database

ERP

12 Factor App

Service Discovery

BOEING is a trademark of Boeing Management Company Copyright © 2016 Boeing. All rights reserved. Copyright © 2014 Northrop Grumman Corporation. All rights reserved. GPDIS_2016.ppt | 17

Global Product Data Interoperability Summit | 2016

Looking to incubate a cloud native application model? Application Framework + Platform Runtime + Infrastructure Automation

Complementary O’Reilly Book http://bit.ly/cloud-native-book BOEING is a trademark of Boeing Management Company Copyright © 2016 Boeing. All rights reserved. Copyright © 2014 Northrop Grumman Corporation. All rights reserved. GPDIS_2016.ppt | 18

Suggest Documents