Kubernetes Useful Commands

I have been using kubernetes over 3 years and would like to write a blog to provide useful commands How to get currently running pods? kubectl get pods (default namespace) kubectl get pods –all-namespaces kubectl get pods -o wide , kubectl get pods -all-namespaces -o wide  (This will display more details of the pods) HowContinue reading “Kubernetes Useful Commands”