Top Banner
ECS in action ainoya
35

ECS in action

Aug 16, 2015

Download

Technology

Naoki AINOYA
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: ECS in action

ECS in action! ainoya

Page 2: ECS in action

"ainoya

#naokiainoya

Page 3: ECS in action
Page 4: ECS in action
Page 5: ECS in action

Client App iOS/Android

Server API Scala / Play framework

Infrastructure docker on AWS

Page 6: ECS in action

Docker

Page 7: ECS in action

Modern Ecosystem

Page 8: ECS in action
Page 9: ECS in action

How are your docker containers deployed to AWS ?

Page 10: ECS in action

Elastic beanstalk made easy

Page 11: ECS in action

But you want to run multiple containers in a single instance?

Page 12: ECS in action

How is the best way to do that in AWS?

Page 13: ECS in action

In case:

Page 14: ECS in action

1. fleet

Page 15: ECS in action

CoreOS Clusterfleet

Docker ContainerRunning Containers via Systemd

Page 16: ECS in action
Page 17: ECS in action

2. kubernetes

Page 18: ECS in action
Page 19: ECS in action
Page 20: ECS in action
Page 21: ECS in action

3. Elastic Container Service

Page 22: ECS in action

✓ Good Web console ✓ Auto recovery ✓ Rolling upgrade

Page 23: ECS in action

Service

Task definition

Task definition

Task definition

Page 24: ECS in action

ECS cluster Auto Scaling Group

ECS agentContainer C

Container AContainer B

Dock

er

daem

onCustomised AMI

ECS agent

Container AContainer B

Dock

er

daem

on

Customised AMI

Container C

ECS API

ELB API

Page 25: ECS in action

Persistence Layer is outside of containers

Page 26: ECS in action
Page 27: ECS in action

ECS, is what we needed

Page 28: ECS in action

Feature requests

Page 29: ECS in action

Task definition

Page 30: ECS in action

Like global service of Fleet

Page 31: ECS in action

For Logging Monitoring

Page 32: ECS in action

ECS cluster

ECS agent

Container A

Dock

er

daem

onCustomised AMI

ECS agent

Container A

Dock

er

daem

on

Customised AMI

Page 33: ECS in action

More focus on real operation

Page 34: ECS in action

Like operating the ecosystem..

Page 35: ECS in action

And we are hiring :-)