All-Things-Docker-and-Kubernetes

Kubernetes in the Cloud

EKS - Elastic Kubernetes Service

Amazon EKS is the Kubernetes offering from AWS which allows users to deploy a management plane.

AWS basically provides the control plane and all it components, and it’s up to the users to provision where their workload will run. The workloads can run on Fargate or EC2.

Benefits of EKS:

ECS and Fargate

Amazon ECS is a proprietary Docker management service developed first to compete with Kubernetes.

Amazon Fargate, on the other hand, is a container service that is done in a serverless fashion.

Now, if you decide to go for Fargate, here are some important reminders:

</details>


Back to first page