wjam / registry-with-kind

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

registry-with-kind

Terraform that creates a kind Kubernetes cluster that has access to a local Docker registry to pull locally built images from. The images need to be tagged with localhost:5000 as the registry.

Note that this requires Docker running, so you may need to add yourself to the Docker group

sudo usermod -aG docker $(whoami)

Inspired by https://kind.sigs.k8s.io/docs/user/local-registry/ - note the comment about eventually being superseded by kubernetes-sigs/kind#1213.

About

License:Apache License 2.0


Languages

Language:Go 55.7%Language:HCL 44.3%