Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 269 Bytes

kubectl.md

File metadata and controls

9 lines (9 loc) · 269 Bytes

Apply yaml file (Service, deployment, configmap, secrets, etc.). kubectl apply -f <path-to-file>
Kubectl getting info on all kubectl get all
kubectl get service
kubectl get deployment
kubectl get secret
kubectl get configmap
kubectl get node