Skip to main content

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.com

You’ll need to add an ngrok API key and Authtoken in the next step. for a free account and follow the instructions to get your endpoint online.

export NGROK_AUTHTOKEN=YOUR_NGROK_AUTHTOKEN_HERE
1helm 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_AUTHTOKEN

Verify the operator is running and healthy.

kubectl get pods -n ngrok-operator