Kubernetes Endpoints Quickstart
Create a Kubernetes endpoint by specifying binding of kubernetes
when you
create an endpoint.
Step 1: Install the ngrok Kubernetes Operator
Loading…
Step 2: Create an ngrok endpoint
Run the following command in the same ngrok account to create the kubernetes
bound endpoint. After the command completes, the ngrok operator will create
Service
objects in the kubernetes cluster matching the
endpoint's URL.
Loading…
Step 3: Connect to the endpoint
Other pods in the Kubernetes cluster where the ngrok operator is running can connect to the bound endpoint.
Loading…
Congraulations, you just connected to your application via a private kubernetes endpoint!