Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Managed Container Cluster Manager from AWS? Kub...

Avatar for Andreas Rütten Andreas Rütten
February 01, 2018
39

Managed Container Cluster Manager from AWS? Kubernetes?

Avatar for Andreas Rütten

Andreas Rütten

February 01, 2018
Tweet

Transcript

  1. Managed Container Cluster Manager - WTF? 9/28/2017 2 • Local

    Docker daemon vs. Container Cluster • Local is awesome as small, fast playground • Container Cluster runs all your containers • Placing • Scaling • Scheduling • Kubernetes • Advanced Container Cluster • Automated rollouts and rollbacks • Service discovery and load balancing • Health checks • ...
  2. Fargate for ECS - Features 9/28/2017 11 • Works with

    all the same ECS primitives, APIs, and AWS integrations • Same Task and Service definition schema • You can mix and have normal ECS and Fargate Tasks on the same cluster • If you don’t have a ECS cluster Fargate uses the default one • Supported by the AWS CLI and the ECS CLI • 50 available combinations of vCPU and Memory • Per-second billing
  3. So when to use what? 9/28/2017 14 • Fargate for

    ECS • “Serverless” Container Manager • Simple, fast for just run some container somewhere for a short time period if your team has no ECS Cluster • ECS • If you need a cluster e.g. specific resource requirements • For everything long running it’s cheaper • K8s • The large scale, feature full Container Manager • EKS / Fargate for EKS • We’ll see later in 2018 ;-)
  4. Links 9/28/2017 15 • AWS re:Invent 2017 Andy Jassy’s Keynote

    EKS Announcement https://www.youtube.com/watch?v=gUFtUU7qvSQ • AWS re:Invent 2017 CON215 Introducing Amazon EKS https://www.youtube.com/watch?v=WHTejF3W0s4 • Jeff Barr’s Blog post for EKS https://aws.amazon.com/blogs/aws/amazon-elastic-container-service-for-kubernetes/ • AWS Blog about Fargate • https://aws.amazon.com/blogs/aws/aws-fargate/ https://aws.amazon.com/blogs/compute/aws-fargate-a-product-overview/ • AWS re:Invent 2017 CON214 Introduction to AWS Fargate https://www.youtube.com/watch?v=0SceSgOTyrw • AWS re:Invent 2017 CON333 Deep Dive into AWS Fargate https://www.youtube.com/watch?v=CdxdjDpF8Eo https://www.awsgeek.com/posts/reinvent2017-con333-notes/