+ All Categories
Home > Documents > Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps...

Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps...

Date post: 22-May-2020
Category:
Upload: others
View: 33 times
Download: 0 times
Share this document with a friend
107
vladionescu.me Deployment options Vlad Ionescu BDevOps
Transcript
Page 1: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

Deployment options

Vlad IonescuBDevOps

Page 2: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

Plan• Deployment options

• Scripts

• Configuration management

• Immutable infrastructure

• Containers

• Serverless

• Blatant generalisations

• Q & A

↑ ↑ ↩ ↑ ↑ ↩

Page 4: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

Vlad Ionescu

• DevOps consultant

• Observability

• Serverless

Page 5: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

Deployment options

Page 6: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

"app"

Page 7: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

Deployment options

Page 8: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

↑ ↑ ↩ ↑ ↑ ↩

Page 9: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

AWS cloud

EC2

↑ ↑ ↩ ↑ ↑ ↩

Page 10: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

Page 11: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

Page 12: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

Page 13: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

Page 14: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

Page 15: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

Page 16: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

Page 17: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

Page 18: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

• Highly available

• Fast

↑ ↑ ↩ ↑ ↑ ↩

Page 19: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

AWS cloud

EC2

EC2

EC2

Page 20: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

Scripts

Page 21: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

Scripts• Very varied

• Capistrano for Ruby

• Fabric for Python

• Shipit, grunt, gulp for Javascript

• MS Deploy for .NET

Page 22: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

Scripts

Page 23: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

Scripts

• Deployments to multiple servers

• Easier

• DevOps !!!

Page 24: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

AWS cloud

EC2

EC2

EC2

Page 25: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

AWS cloud

i-abc-1

i-abc-2

i-abc-3

Page 26: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

AWS cloud

i-abc-1

i-abc-2

i-abc-3

Page 27: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

AWS cloud

i-abc-1

i-abc-4

i-abc-3

Page 28: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

AWS cloud

i-abc-1

i-abc-4

i-abc-3

Page 29: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

Configuration management

Page 30: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

Configuration management

• Ansible

• Puppet

• Chef

• Salt

Page 31: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

Configuration management

Page 32: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

AWS cloud

Worker

Worker

Worker

Supervisor

Page 33: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

AWS cloud

Worker

Worker

Worker

Supervisor

Auto Scaling group

Page 34: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

Configuration management

• Solves snowflake problem

• Did not really catch on

• Auto Scaling groups

• Slow

Page 35: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

Configuration management

• Solves snowflake problem

Page 36: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

The real options

Page 37: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

Immutable infrastructure

Page 38: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

Immutable

Page 39: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

Amazon Machine Image

Page 40: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

Page 41: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

Packer

Page 42: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

Infrastructure

Page 43: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

AWS cloud

EC2

EC2

EC2

Page 44: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

AWS cloud

Worker

Worker

WorkerAuto Scaling group

ElasticCacheRDS

S3

Route53

CloudFront

IAM CloudWatch

Page 45: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

Terraform

Page 46: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

Terraform

Page 47: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

Terraform

Page 48: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

Packer + Terraform

Page 49: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

Packer + Terraform

• Packer creates an AMI

• Terraform deploys that AMI

Page 50: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

Packer + Terraform

Page 51: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

Packer + Terraform

• Reliable deploys

• Safe deploys

• Infrastructure as code

Page 52: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

Packer + Terraform• No concept of deploys

• Spinnaker sometimes an option

• Slow deploys

• AMI hell

• Scheduling woes

Page 53: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

Containers

Page 54: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

Container orchestration system

Page 55: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

Kubernetes

Page 56: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

Container orchestration

• Docker Swarm

• Hasicorp Nomad

• Apache Mesos

• Kubernetes

Page 57: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

Kubernetes

Page 58: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

AWS cloud

Worker

Worker

Worker

Master

Master

Master

Kubernetes

Page 59: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

AWS cloud

Worker

Worker

Worker

Master

Master

Master

Kubernetes

Page 60: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

schedkubelet

k-proxyc-m

c-c-m

api

Master

Master

Page 61: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

kubelet k-proxyNode

Node

Page 62: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

schedkubelet

k-proxyc-m

c-c-m

api

Master kubelet k-proxyNode

schedkubelet

k-proxyc-m

c-c-m

api

Master

schedkubelet

k-proxyc-m

c-c-m

api

Master

kubelet k-proxyNode

kubelet k-proxyNode

kubelet k-proxyNode

Kubernetes

Page 63: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

Tooling

Page 64: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

Kubernetes

• Complex

• Expensive

• Opinionated

Page 65: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

Serverless

Page 66: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

Serverless• AWS Lambda

• Google Cloud Functions

• Microsoft Azure Cloud Functions

• Huawei Function

• Cloudflare Workers

• Apache OpenWhisk

• Fission

• OpenFaaS

• Nuclio

• Kubeless

Page 67: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

AWS Lambda

Page 68: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

AWS Lambda

Page 69: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

$0.00001667 / GB-SECOND

Page 70: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.meAWS cloud

AWS Lambda

Page 71: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

Serverless app

Page 72: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

Serverless

Page 73: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

Serverless Framework

Page 74: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

Serverless

Page 75: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

CloudEvents

Page 76: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

Serverless

Page 77: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

Blatant generalisations

Page 78: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

Cross-cloud?

Page 79: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

Cross-cloud?Kubernetes

Page 80: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

Deploy rarely?

Page 81: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

Deploy rarely?Terraform + Packer

Page 82: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

Easy local dev setup?

Page 83: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

Easy local dev setup?

Terraform + Packer

Page 84: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

Cost is an issue?

Page 85: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

Cost is an issue?

Kubernetes

Page 86: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

Extra features?

Page 87: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

Extra features?Kubernetes

Page 88: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

Cost is an issue and a startup?

Page 89: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

Cost is an issue and a startup?

Serverless

Page 90: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

Bleeding edge, event driven, latency

insensitive?

Page 91: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

Bleeding edge, event driven, latency

insensitive?

Serverless

Page 92: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

Disclaimers

Page 93: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

DisclaimersHeroku, AWS Elastic Beanstalk and other

PaaS skipped

Perfectly valid choices

Page 94: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

DisclaimersPeople cost vs AWS bill

Page 95: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

DisclaimersDevOps

Page 96: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

Resources

Page 97: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

Resources

• Better SSH: mosh

• Pretty code slides: carbon

Page 99: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

Resources• Create, Change, and Orchestrate AWS

Infrastructure with Terraform - a nice introduction

• Terraform at Scale - a more in-depth introduction

• Evolving Your Infrastructure with Terraform - best practices and relevant pitfalls

Page 100: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

Resources• Terraform

• Blue green example from Boston DevOps Meetup 2016-03-23

• Blue green example

• Rob Morgan's Terraform Rolling Deployemnt Demo

• Atlantis

• Packer

• Packer WinRM

Page 101: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

Resources• Kubernetes for Sysadmins – Kelsey Hightower at

PuppetConf 2016

• The Container Operator’s Manual - Alice Goldfuss at LeadDevLondon 2018

• CNCF landscape

• Kubernetes Slack

Page 102: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

Resources• Ksync

• MetalLB - load balancer for bare-metal

• Zalenium - better Selenium Grid

• Istio - service mesh

Page 103: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

Resources• Telepresence - debugger

• Squash - debugger

• Pachyderm - machine learning

• Kubeflow - machine learning

Page 104: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

Resources

• Helm - package manager for Kubernetes

• A first look at Helm 3 plan

• Ksonnet - fancier "programmable" package manager

Page 105: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

Resources• CNCF Serverless Working Group

• CloudEvents

• Serverless Framework

Page 106: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

vladionescu.me

Resources

• Economics of Serverless

• Yubl’s road to Serverless architecture

Page 107: Deployment options - Vlad Ionescu...2017/08/09  · Deployment options Vlad Ionescu BDevOps vladionescu.me Plan • Deployment options • • Scripts • Configuration management

Recommended