codihuston / kind-with-registry

A set of scripts for deploying a KinD with an image registry (Kubernetes-in-Docker)
0 stars 0 forks source link

Purpose

These scripts launch a specific kubernetes cluster version with an image registry.

Deploy KinD with Latest Image

./kind-with-registry

Deploy Kind with Specific Image

Run any of the provided scripts as such:

./kind-with-registry-v1.26.sh

References