You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- EKS Cluster - The cluster endpoint created by EKS.
64
-
- Managed Node Group - EC2 worker nodes managed by EKS.
65
-
- Fargate Profile - Fargate worker nodes managed by EKS.
66
-
- Auto Scaling Group - EC2 worker nodes managed by the user.
67
-
- Kubectl Handler (Optional) - Custom resource (i.e Lambda Function) for invoking kubectl commands on the
68
-
cluster - created by CDK
64
+
-**Auto Mode** (Default) – The fully managed capacity mode in EKS.
65
+
EKS automatically provisions and scales EC2 capacity based on pod requirements.
66
+
It manages internal *system* and *general-purpose* NodePools, handles networking and storage setup, and removes the need for user-managed node groups or Auto Scaling Groups.
-**Kubectl Handler (Optional)** – A Lambda-backed custom resource created by the AWS CDK to execute `kubectl` commands (like `apply` or `patch`) during deployment.
119
+
Regardless of the capacity mode, this handler may still be created to apply Kubernetes manifests as part of CDK provisioning.
0 commit comments