A company is designing a new application that will run on Amazon EKS. The development team wants to deploy containers in a way that minimizes operational overhead. Which compute option should the company choose?
Fargate is serverless and eliminates node management.
Why this answer
Option A is correct because Fargate is serverless and minimizes operational overhead. Option B is wrong because managed node groups still require node management. Option C is wrong because self-managed nodes have high overhead.
Option D is wrong because EC2 instances require full management.