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.
# pull the image
docker pull registry.k8s.io/kustomize/kustomize:v5.0.0
# run 'kustomize version'
docker run registry.k8s.io/kustomize/kustomize:v5.0.0 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 February 22, 2023: Updated references from k8s.gcr.io to registry.k8s.io (0a67bc9)