lets-learn-KIC
lets-learn-KIC copied to clipboard
We're here to learn kong ingress controller together.
kong-ingress-controller (KIC)

Description
Kong Ingress Controller allows you to run Kong Gateway as a Kubernetes Ingress to handle inbound requests for a Kubernetes cluster.
Kong Ingress Controller takes Kubernetes resources such as Ingress and HTTPRoute and converts them into a valid Kong Gateway configuration. It enables you to use all the features of Kong Gateway.
Table of Contents
- Kong Ingress Setting-up README
- Basic HTTP Route Using Gateway API README
- host and path rewrites README
- HTTPRoute Multiple Backends README
- TLS README
- Expose a service located outside the Kubernetes cluster README
- Create TCP routing configuration for Kong Gateway in Kubernetes using TCPRoute README
- Authentication kong plugin README
- basic-auth authentication method README
- key-auth authentication method README
- using multiple authentication methods simultaneously README
- Rate Limiting kong plugin README
- ACL kong plugin README