mirror of
https://github.com/denisidoro/navi.git
synced 2024-11-09 23:38:08 +03:00
8 lines
103 B
Plaintext
8 lines
103 B
Plaintext
% kubernetes, k8s
|
|
|
|
# Edit deployment
|
|
kubectl edit deployment <deployment>
|
|
|
|
# Get pods
|
|
kubectl get pods
|