kind
kind copied to clipboard
deploy local registry with ssl
Due to kubernetes not allowing plain http image registry,
i modify the script to generate a self signed certificate and deploy the registry with it. The script also configure kubernetes to use the registry with ssl enabled.
the registry is still available from the host using the same address localhost:5001 to push images.