Stefan Genov

Home

❯

Pathways

❯

Forest

❯

DevOps Index

❯

Kubernetes

❯

kind

❯

kind - Load Docker Image

kind - Load Docker Image

Feb 01, 20261 min read

description
How to load a docker image in the kind cluster
parent
kind
state
  • tree
date
2026-01-28
relates
  • Docker
  • ContainerD
title
kind - Load Docker Image
kind load docker-image IMAGENAME --name KIND_CLUSTER_NAME

(you can omit name if you are using the default cluster)

kind_load

Is a script: https://github.com/Michaelpalacce/.dotfiles/blob/master/zsh/.zsh-config/kind that enables you to pull from docker and load the image.

kind_load alpine myClusterNameOrEmpty

Graph View

Backlinks

  • kind
  • GitHub
  • sgenov.dev