
Ultimate access to all questions.
A company is planning to deploy an Amazon Elastic Kubernetes Service (Amazon EKS) cluster for a workload that is expected to support an unpredictable number of stateless pods. The workload will automatically scale the number of replicas during a short, high-demand period. Which solution will maximize the resilience of the nodes in this scenario?
A
Deploy the EKS control plane using a separate launch template into a second cluster that is distinct from the workload node groups.
B
Modify the workload node groups to include fewer, larger instances within each node group.
C
Set up the Kubernetes Cluster Autoscaler to maintain underprovisioned compute capacity for the workload node groups.
D
Implement topology spread constraints for the workload based on Availability Zones.