Kubernetes - Persistent Storage
You want to deploy a StatefulSet with 3 replicas but require pods to start in parallel instead of sequentially. Which field should you modify to achieve this?
podManagementPolicy to Parallel allows parallel pod creation.podManagementPolicy to Parallel in the spec enables parallel pod startup.podManagementPolicy: Parallel in the StatefulSet spec. -> Option C15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions