Kubernetes - Production Best Practices
Given this PDB YAML snippet, what is the maximum number of pods that can be disrupted at once?
spec:
minAvailable: 3
selector:
matchLabels:
app: frontend