Answers for "kubectl delete service"

1

how to delete services in kubernetes

kubectl delete services yourServiceNameHere
Posted by: Guest on May-11-2020
3

kubectl delete all pods

kubectl delete --all pods
Posted by: Guest on May-10-2020
0

kubectl describe to yaml

kubectl describe <type> <name> -o yaml
Posted by: Guest on August-25-2020

Browse Popular Code Answers by Language