Kubernetes Cheat Sheet
List all nodes:
kubectl get no
List all pods in the kube-system namespace:
kubectl -n kube-system get pods
Apply a YAML configuration file (No Last-Applied Configuration**)**
kubectl create -f ****.yaml
Apply a YAML configuration file: (with...
hassandevops.com5 min read