Build kustomization file and deploy it with kubectl

kustomize

  • Kustomize is a tool to easily deploy resources for Kubernetes.
    More information: <https://github.com/kubernetes-sigs/kustomize>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

kustomize build . | kubectl apply -f -

click the source code to copy install kustomize on any operating system with command-not-found.com