
K8s Cheat sheet
Pods, Deployments and Services kubectl run nginx --image=nginx --port=80 kubectl run nginx --image=nginx --port=80 --expose=true kubectl run nginx --image=nginx --labels="app=web,tier=frontend" kubectl create deployment nginx --image=nginx kubectl c...





