Concepts
How it works
Learn how the Operator establishes secure connections and routes traffic.
Architecture
Understand the Operator’s control loops and design.
Load Balancing
Distribute traffic across multiple Kubernetes services.
Features
- Local cluster options - Set up a local Kubernetes cluster for development and testing.
- Helm configuration - Reference for Helm config values when installing the Operator.
- Observability - Monitor and observe your Operator deployment.
Use cases
Secure endpoints with OAuth
Configure OAuth authentication in Kubernetes to secure your endpoints by requiring valid OAuth tokens before forwarding requests.
Route traffic to backends
Configure request routing to direct incoming traffic to the appropriate backend services based on rules.
Handle TLS traffic
Configure TLS routing in Kubernetes to handle encrypted traffic using SNI-based routing with optional TLS termination.
Protect services with rate limiting
Configure rate limiting in Kubernetes to protect your services from excessive traffic and ensure fair usage across clients.
What’s next?
- Get started with Ingress, Gateway API, Custom Resources, or Endpoints.
- Explore the guides for common use cases and configurations.