Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 456 Bytes

k8s.md

File metadata and controls

31 lines (25 loc) · 456 Bytes

kubectl commands

kubectl current context

kubectl config current-context

kubectl contexts

kubectl config get-contexts

kubectl contexts

kubectl config use-context <context-name>

kubectl list pods

kubectl get pods

kubectl list pods

kubectl get pods

kubectl port-forward

kubectl port-forward -n <namespace> svc/<servicename> <port-forwarded>:<port-origin>