I'm following some useful tutorials on how to set https certificates for Minikube ingresses.
The thing I've noted are:
- they always use ngrok paid service and tunneling to have a public domain to be certificated by Let's Encrypt;
- else Let's Encrypt is not used and, as a matter of example for a local Minikube distribution, a self signed certificate is used instead.
My question is: is there a way to use Let's Encrypt with a local Minikube in a non-paid version? For example using Katacoda or other free session tools?