https://github.com/kubernetes-sigs/kustomize

[rancher@rmaster01 ~]$ kubectl kustomize -hPrint a set of API resources generated from instructions in a kustomization.yaml file.The argument must be the path to the directory containing the file, or a git repository URL with a path suffixspecifying same with respect to the repository root.kubectl kustomize somedirExamples:# Use the current working directorykubectl kustomize .# Use some shared configuration directorykubectl kustomize /home/configuration/production# Use a URLkubectl kustomize github.com/kubernetes-sigs/kustomize.git/examples/helloWorld?ref=v1.0.6Usage:kubectl kustomize <dir> [flags] [options]Use "kubectl options" for a list of global command-line options (applies to all commands).[rancher@rmaster01 ~]$
