Kubernetes - Production Best Practices
Which of the following is the correct way to specify a Pod Disruption Budget that allows at most 1 pod disruption at a time for pods with label
app=web?app=web?policy/v1 and kind is PodDisruptionBudget.maxUnavailable: 1 and a selector matching label app: web. Other options either use wrong API version, extra unsupported fields, or wrong spec keys.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions