I want to test the Pod Disruption Budget for my applictaion. One way I see is to use kubectl drain <node>
command but that is something I do not want to do because of some sharing issue. Are there any other ways to test if PDB
working as expected ?
Asked
Active
Viewed 673 times
1

Nish
- 922
- 13
- 31
-
You might consider a local multi-node cluster setup like [kind](https://kind.sigs.k8s.io) which would let you manipulate a local, temporary cluster. – David Maze Aug 17 '22 at 10:47
-
Did @DavidMaze comment help you to resolve the issue? – Sai Chandini Routhu Aug 29 '22 at 09:43