Jump to content

Kubernetes: Difference between revisions

Line 132: Line 132:
kubectl get pods
kubectl get pods
kubectl describe pods
kubectl describe pods
# Access a port on a pod
kubectl port-forward <pod> <localport:podport>
</pre>
</pre>