Overview of Kong Ingress Controller features
mainThe Kong Ingress Controller (KIC) provides several key capabilities for managing traffic in Kubernetes:
- Gateway API Support: Native support for TCP, UDP, TLS, gRPC, and HTTP/HTTPS traffic using the official successor to Ingress resources.
- Ingress Support: Traditional Kubernetes Ingress resource support.
- Declarative Configuration: Use Kubernetes-native CRDs to configure all Kong features.
- Automated Scaling: Automatically manage and scale multiple replicas of Kong Gateway for high availability.
- Health Checking and Load Balancing: Supports both active and passive health-checks to load balance requests across pods.
- Plugin Management: Enhanced API management via plugins for authentication, request/response transformations, rate-limiting, and more.