Is it okay okay to delete the pods using below command while attempting exam ? . . .

vikas mahajan:
Is it okay okay to delete the pods using below command while attempting exam ??? kubectl delete po nginx --grace-period=0 --force

Vijin Palazhi:
yes that should be fine. As long as you are sure the pod is not needed any more, you can use it.

vikas mahajan:
Thanks :blush: