K8s Walkthrough
Check Namespaces
kubectl get namespacesCheck Nodes
kubectl get nodes -o wideCheck Pods
kubectl get pods -o wideCheck Services
kubectl get services -o wideCheck Deployments
kubectl get deployments -o wideCheck ConfigMaps
kubectl get configmapsCheck Secrets
kubectl get secretsCheck Jobs
kubectl get jobsLast updated