Kubernetes
Revision as of 17:04, 21 January 2026 by Xbl (talk | contribs) (Created page with "=== Kubernetes === == kubectl == <code>kubectl get pods</code> Show all pods</br> </br> <code>kubectl run <pod-name> --image=nginx</code> Run new nginx pod</br> </br> <code>kubectl describe pod <pod-name></code> Describe pod</br> <code>kubectl edit pod <pod-name></code> Edit pod with editor</br> <code>kubectl delete pod <pod-name></code> Delete pod from default namespace</br>")
Kubernetes
kubectl
kubectl get pods Show all pods
kubectl run <pod-name> --image=nginx Run new nginx pod
kubectl describe pod <pod-name> Describe pod
kubectl edit pod <pod-name> Edit pod with editor
kubectl delete pod <pod-name> Delete pod from default namespace