EKS Flashcards
This deck aims to help retain concepts related to the EKS service.
Which AWS service provides a managed Kubernetes platform designed to run Kubernetes on AWS and on-premises?
Amazon Elastic Kubernetes Service (EKS)
What deployment types does EKS support?
- AWS
- AWS Outposts
- EKS Anywhere
- EKS Distro
Where is the EKS control plane deployed?
The EKS control plane is deployed in an AWS-managed VPC across multiple AZs, while the worker nodes run in a customer-managed VPC, also across multiple AZs
What launch types does EKS support?
- Self-managed: The customer manages the nodes
- Managed Node Groups: EKS manages the nodes
- Fargate Pods: Fargate manages the pods (nodes are not involved)
Which AWS services does EKS integrate with?
ECR, ELB, IAM, and VPC
Which AWS storage services does EKS integrate with?
EBS, EFS, FSx for Lustre, FSx for NetApp ONTAP
Which EKS deployments might require specific node types?
Specific node types might be required for deployments involving: Windows, GPU, Inferentia, Bottlerocket, AWS Outposts, Local Zones