EKS (Elastic Kubernetes Service)

aws/compute aws/containers aws/service

💡 Definition

Amazon EKS is a managed Kubernetes service that makes it easy to deploy, manage, and scale containerized applications using Kubernetes on AWS. Kubernetes is an open-source system for automating deployment, scaling, and management of containerized applications.

🔑 Key Concepts

⚙️ How it Works

  1. Create Cluster: EKS provisions a highly available Kubernetes control plane.
  2. Add Worker Nodes: Launch EC2 instances or use Fargate to act as worker nodes.
  3. Deploy Applications: Use standard Kubernetes tools (kubectl) to deploy your containerized applications onto the cluster.

🎯 Use Cases

💰 Pricing Model

📝 Exam Tips (CLF-C02)


See Also: * ECS * Fargate * EC2 * Containers