Skip to content
CNPA
Platform APIs and Provisioning Infrastructure
hard
Question 6 of 24

A platform team builds a Kubernetes Operator to manage a stateful distributed database. During testing the operator reconcile function is called repeatedly even when no changes have been made to the custom resource. What is the most likely cause?

AThe CRD schema validation is rejecting all resource update requests silently
BThe operator is not updating the resource status subresource after reconciliation, causing the controller manager to requeue the resource indefinitely
CThe Kubernetes scheduler is evicting the operator Pod repeatedly due to resource pressure
DThe operator is missing a RoleBinding and cannot read the custom resource from the API server

Educational Content — CertQnA practice questions are written against official exam objectives, covering the same domains tested on the real exam. All content is original and independent — not actual exam questions, not affiliated with any certification vendor. Learn more about our content policy

Discussion

Be the first to share your understanding of this concept

⚠️ Discussion is for concept clarification only. Do not share or request actual exam questions or answers.

Sign in to join the discussion