Kubernetes Operator Custom Resources (CRDs)
Kubernetes has the concept of Custom Resource Definitions (CRDs) which allow you to define your own custom resources. This document will cover the CRDs you might use to achieve your goals with the ngrok Kubernetes Operator.
ngrok Kubernetes Custom Resources
CloudEndpoint
Centrally managed endpoints in the cloud that can be used to route traffic to agent endpoints.
AgentEndpoint
Public or internal Endpoints created by Secure Tunnel agents.
NgrokTrafficPolicy
Configuration language that offers you the flexibility to filter, match, manage and orchestrate traffic to your endpoints.
BoundEndpoint
Project ngrok endpoints into one or more Kubernetes clusters as Services to enable secure cluster to cluster networking without exposing them to public traffic.