Back to Glossary
Cloud

What is EKS (Elastic Kubernetes Service)?

AWS's managed Kubernetes service that runs the K8s control plane for you.

Amazon EKS is a managed Kubernetes service that takes care of running the control plane (API server, etcd, scheduler) so you focus on running workloads. EKS supports managed node groups, self-managed nodes, and Fargate (serverless). Key EKS-specific features: IAM Roles for Service Accounts (IRSA) for pod-level AWS permissions, VPC CNI for native VPC networking, and integration with AWS Load Balancer Controller. Most production K8s on AWS runs on EKS.

Deep Dive Guide

aws eks vs gke vs aks managed kubernetes

Test your knowledge of EKS (Elastic Kubernetes Service) and 130 other DevOps concepts