nerdexam
Google

PROFESSIONAL-CLOUD-ARCHITECT · Question #148

Your web application uses Google Kubernetes Engine to manage several workloads. One workload requires a consistent set of hostnames even after pod scaling and relaunches. Which feature of Kubernetes s

The correct answer is A. StatefulSets. tatefulSets is a feature of Kubernetes, which the question asks about. Yes, Persistent volumes are required by StatefulSets. https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/ https://cloud.google.com/kubernetes-engine/docs/concepts/statefulset

Submitted by omar99· Mar 30, 2026Managing implementation

Question

Your web application uses Google Kubernetes Engine to manage several workloads. One workload requires a consistent set of hostnames even after pod scaling and relaunches. Which feature of Kubernetes should you use to accomplish this?

Options

  • AStatefulSets
  • BRole-based access control
  • CContainer environment variables
  • DPersistent Volumes

How the community answered

(24 responses)
  • A
    96% (23)
  • B
    4% (1)

Explanation

tatefulSets is a feature of Kubernetes, which the question asks about. Yes, Persistent volumes are required by StatefulSets. https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/ https://cloud.google.com/kubernetes-engine/docs/concepts/statefulset

Topics

#StatefulSets#Kubernetes pod identity#stable hostnames#workload identity

Community Discussion

No community discussion yet for this question.

Full PROFESSIONAL-CLOUD-ARCHITECT Practice