Answers for "change cluster id kubernetes"

3

kubectl delete all pods

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

kubernetes get services

# Get pods in default namespace
kubectl get services

#Get Pods in my-namespace
kubectl get services -n my-namespace

#Get Pods in all namespaces
kubectl get services --all-namespaces
Posted by: Guest on October-20-2020

Browse Popular Code Answers by Language