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.

  1. docker pull k8s.gcr.io/kustomize/kustomize:v3.8.7
  2. docker run k8s.gcr.io/kustomize/kustomize:v3.8.7 version