Kubernetes, the open source container orchestration platform, continues to win over enterprise customers. Seeking to meet demands to simplify Kubernetes cluster management, Amazon Elastic Container Service for Kubernetes (EKS) was released .
Self-healing: Kubernetes controller-based orchestration ensures that containers are restarted when they fail, and rescheduled when the nodes they are running on fail.
AWS Service Operator is an open source tool that lets users manage AWS resources directly from Kubernetes. It’s intended to reduce the number of steps needed to build and maintain applications, and improve the overall integration of Kubernetes on AWS
Service discovery: Kubernetes is designed from the ground up to make service discovery simple without needing to make modifications to your applications. Scaling: Kubernetes makes horizontal scaling possible at the push of a button, and also provides autoscaling facilities.