kubectl kustomize
all
Build a set of Kubernetes resources using a `kustomization.yaml` file.
More info →Examples (5)
Build resources from the current directory
Build resources from a specific directory
kubectl kustomize path/to/directoryBuild resources from a remote URL
kubectl kustomize https://github.com/user/repo/pathBuild resources and save to a file
kubectl kustomize path/to/directory > output.yamlBuild resources with load restrictor disabled
kubectl kustomize --load-restrictor LoadRestrictionsNone path/to/directorymade by @shridhargupta | data from tldr-pages