Amazon EKS (Elastic Container Service for Kubernetes) — Allows you to use Kubernetes on AWS without installing and managing your own Kubernetes control plane.

EKS itself manages the master node privately inside its own infrastructure. Only we have to worry about our slave environment( like instance-type).

Here, we can launch various instance-types of the slave environment also knowns as nodeGroups, and inside this nodeGroups, we can launch as many nodes of various instance-type.

Benefits of using AWS-EKS

  • Easy to use.
  • Flexible.
  • Cost-effective.
  • Reliable.
  • Scalable and high-performance.
  • Secure.

#kubernetes-cluster #aws-efs #aws-eks #aws

Deployment of Webapp over AWS-EKS cluster
1.25 GEEK