Hacker News new | ask | show | jobs
by scribu 2937 days ago
No, ECS is a homegrown container orchestration service that has no relationship with Kubernetes.

EKS is the optimized-for-AWS version of Kubernetes.

There’s also AWS Fargate, which is a more managed version of ECS.

2 comments

There were public presentations where Fargate would have an EKS deployment option.

(Disclaimer: I work for Amazon, but don't have inside knowledge of the AWS Containers Organization's plans.)

ECS was specifically created to work good with AWS.

How can EKS be better for AWS customers?

Because the open source kubernetes components have thousands of developers contributing to the code, as well a whole ecosystem of components built to kubernetes’ api.