Binaries
Install Kustomize by downloading precompiled binaries.
Binaries at various versions for linux, MacOs and Windows are published on the [release page].
The following script detects your OS and downloads the appropriate kustomize binary to your current working directory.
curl -s "https://raw.githubusercontent.com/\
kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" | bash
Last modified June 22, 2020: fix typo (94101fb7)