Download & Install
The fastest way to put anything on the internet.
KubernetesInfrastructure
Add the ngrok Kubernetes Operator to Helm.
helm repo add ngrok https://charts.ngrok.comYou’ll need to add an ngrok API key and Authtoken in the next step. Sign up for a free account and follow the instructions to get your endpoint online.
export NGROK_AUTHTOKEN=YOUR_NGROK_AUTHTOKEN_HERE1helm install ngrok-operator ngrok/ngrok-operator \2 --namespace ngrok-operator \3 --create-namespace \4 --set credentials.apiKey=$NGROK_API_KEY \5 --set credentials.authtoken=$NGROK_AUTHTOKENVerify the operator is running and healthy.
kubectl get pods -n ngrok-operator