kind load docker-image myapp:latest

Category: Kubernetes & Containers

kind load docker-image myapp:latest

Load a local image into the cluster

Copies the myapp:latest image from your local Docker daemon into every node of the cluster, making it available to pods without a registry. kind nodes do not share your Docker images, so loading is required for local builds. Reference the image as myapp:latest in your manifests.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.