EKS: Elastic Kubernetes Service Flashcards
1
Q
What is Elastic Kubernetes Service?
A
An AWS Managed Kubernetes.
2
Q
Where does the EKS control plane scale and run?
A
Multiple AZs.
3
Q
Where does Kubernetes etcd process run in EKS?
A
It is distributed across multiple AZs.
4
Q
What node types are available for EKS?
A
- Self-managed (EC2 instances that you manage)
- Managed node groups (EC2 instances provisioned and managed by EKS)
- Fargate pods