Options (1)
-f, --filenamebooleanBuild a kustomization file and deploy it with `kubectl`
Example:
kustomize build . | kubectl apply {{[-f|--filename]}} -Examples (4)
Create a kustomization file with resources and namespace
kustomize create --resources deployment.yaml,service.yaml --namespace stagingBuild a kustomization file and deploy it with `kubectl`
kustomize build . | kubectl apply [-f|--filename] -Search for Kubernetes resources in the current directory to be added to the kustomization file
kustomize create --autodetectmade by @shridhargupta | data from tldr-pages