Kong
Key Features
Installation
kubectl apply -f https://raw.githubusercontent.com/Kong/kubernetes-ingress-controller/latest/deploy/single/all-in-one-dbless.yamlReal-Life Example: Exposing a Microservice with Kong
1. Set the Kong Proxy IP
2. Test Kong Gateway Connectivity
3. Deploy an Upstream HTTP Application
4. Create an IngressClass (if needed)
5. Add Routing Configuration
Real-Life Example: Securing and Rate-Limiting with Plugins
1. Enable a Plugin (e.g., Correlation ID)
2. Enable Rate Limiting on a Service
Best Practices
References
Last updated