EKS Flashcards

1
Q

EKS

A
  • open source
  • ec2 and fargate support
  • nodes can be managed by ASG
    • managed node groups
      • creates ec2 instances for you, supports spot instances
    • self managed nodes
      • nodes created by you and registered to the EKS cluster and managed by ASG
      • can use prebuilt AMIs
    • AWS fargate - no management of nodes by you 🙂
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

EKS data volumes

A
  • specify storage class manifest in cluster definition
  • leverages CSI container storage interface
  • support for EBS, EFS (fargate only),
How well did you know this?
1
Not at all
2
3
4
5
Perfectly