Дамп всех подов в YAML kubectl

Резервная копия/инспекция всех подов неймспейса в YAML

kubectl get pods -n <ns> -o yaml > pods-dump.yaml
more kubectl all 73 commands →