What are Kubernetes Endpoints?
Kubernetes endpoints are secure, private endpoints that are only addressable inside of Kubernetes clusters where you install the Kubernetes Operator. They enable you to connect to ngrok endpoints without making them publicly addressable.
Kubernetes endpoints have a binding of kubernetes
.
Type and Pooling
- Kubernetes endpoints support all Endpoint
Types (
agent
andcloud
). - Kubernetes endpoints support Endpoint Pooling.
How do I enable or disable Kubernetes endpoints on an existing installation?
By default, if you don't change the default endpoint selector, all endpoints with a Kubernetes binding will be bound to the cluster the Operator is installed on. Changing the binding allows you to restrict which endpoints that operator will handle.
See the docs on enabling bindings to learn more.
API
Kubernetes endpoints can be created programatically. Consult the documentation on Endpoint APIs.
Pricing
Kubernetes endpoints are available on the Pay-as-you-go plan. Consult the Endpoints Pricing documentation for billing details.