AWS EKS Flashcards
1
Q
What is AWS EKS?
A
It is a kubernetes as a managed service.
2
Q
What is EKS architecture?
A
- EKS deploys 3 master node in 3 AZs
- You also get 3 ETCD nodes
- You provision your worker nodes using CF
- Master nodes are automatically scaled for you
3
Q
Who is responsible for maintaining the Master EKS nodes?
A
AWS
4
Q
Who is responsible for maintaining the worker nodes?
A
You
5
Q
Will EKS set up the networking you require?
A
No, you have to set up the VPC in advance, this will be
- 1 VPC
- 3 subnets in separate AZs
- Internet GW
- Security group
6
Q
What does the EKS control plane consist of?
A
- 3 master nodes
- 3 ETCD nodes
All across 3 AZs, with automatic backup and scaling.
7
Q
What is CNI?
A
Container network interface