kustomize

Kustomize is a tool to easily deploy resources for Kubernetes.…

kustomize

Kustomize is a tool to easily deploy resources for Kubernetes. More information: https://github.com/kubernetes-sigs/kustomize.

kustomize create --resources {{deployment.yaml,service.yaml}} --namespace {{staging}}

kustomize build . | kubectl apply -f -

kustomize edit set image {{busybox=alpine:3.6}}

kustomize create --autodetect

Также может быть вам интересно:
КодТрюки BashНастройкиТерминал/Консоль
← kubetail lambo →