K8s Walkthrough
Check Namespaces
kubectl get namespaces
Check Nodes
kubectl get nodes -o wide
Check Pods
kubectl get pods -o wide
Check Services
kubectl get services -o wide
Check Deployments
kubectl get deployments -o wide
Check ConfigMaps
kubectl get configmaps
Check Secrets
kubectl get secrets
Check Jobs
kubectl get jobs
Last updated