YAML Deployment, Service Pod, Kubernetes, ?
kubectl get deployment,service,pod yourapp -o yaml --export
@Sinaesthetic:
, ( )?
kubectl get deploy --all-namespaces -o yaml --export
, . , , :
kubectl get deploy,sts,svc,configmap,secret -n default -o yaml --export > default.yaml
, kubernetes - get all, , .
kubectl api-resources