Docker Images
Install Kustomize by pulling docker images.
Starting with Kustomize v3.8.7, docker images are available to run Kustomize. The images are hosted in kubernetes official GCR repositories.
See GCR page for available images.
The following commands are how to pull and run kustomize 3.8.7 docker image.
docker pull k8s.gcr.io/kustomize/kustomize:v3.8.7
docker run k8s.gcr.io/kustomize/kustomize:v3.8.7 version
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified November 17, 2020: add kustomize docker (8ce51fb)