SAP-C02 第 405 题
题目
A company is preparing to deploy an Amazon Elastic Kubernetes Service (Amazon EKS) cluster for a workload. The company expects the cluster to support an unpredictable number of stateless pods. Many of the pods will be created during a short time period as the workload automatically scales the number of replicas that the workload uses. Which solution will MAXIMIZE node resilience?
中文翻译:
一家公司正准备为工作负载部署 Amazon Elastic Kubernetes Service (Amazon EKS) 集群。该公司预计该集群将支持数量不可预测的无状态 Pod。许多 Pod 将在短时间内创建,因为工作负载会自动扩展工作负载使用的副本数量。哪种解决方案将最大限度地提高节点弹性?
选项
A. Use a separate launch template to deploy the EKS control plane into a second cluster that is separate from the workload node groups.
中文翻译:
使用单独的启动模板将 EKS 控制平面部署到与工作负载节点组分开的第二个集群中。
B. Update the workload node groups. Use a smaller number of node groups and larger instances in the node groups.
中文翻译:
更新工作负载节点组。使用较少数量的节点组和节点组中较大的实例。
C. Configure the Kubernetes Cluster Autoscaler to ensure that the compute capacity of the workload node groups stays underprovisioned.
中文翻译:
配置 Kubernetes Cluster Autoscaler 以确保工作负载节点组的计算容量保持配置不足。
D. Configure the workload to use topology spread constraints that are based on Availability Zone.
中文翻译:
配置工作负载以使用基于可用区的拓扑分布约束。
答案
D
解析
正确答案:D 解析: 本题应选择 D。 正确选项: D. 配置工作负载以使用基于可用区的拓扑分布约束。 选择理由: 该选项最直接地满足题干中的关键约束。做 SAP-C02 题目时,需要同时对照题干里的限定词,例如最高性能、最低运维开销、成本效益、可靠性、可扩展性、安全性、RTO/RPO、合规要求等。本题相关考点主要包括:Config、EKS。 排除思路: A、B、C 通常会在协议或服务适配、单点故障、跨区域/高可用设计、运维复杂度、成本...