Konubinix' opinionated web of thoughts

Kind Configure Local Registry With Kube-Public Local-Registry-Hosting

Fleeting

kind configure local registry with kube-public local-registry-hosting

Step 4: Update cluster about new registry

cat <<EOF | kubectl apply -f - apiVersion: v1 kind: ConfigMap metadata: name: local-registry-hosting namespace: kube-public data: localRegistryHosting.v1: | host: “localhost:5000” EOF

https://itnext.io/kubernetes-kind-cheat-shee-2605da77984