https://github.com/mohammadll/lets-learn-kic
We're here to learn kong ingress controller together.
https://github.com/mohammadll/lets-learn-kic
gateway-api ingress-controller kong-ingress kubernetes
Last synced: 4 months ago
JSON representation
We're here to learn kong ingress controller together.
- Host: GitHub
- URL: https://github.com/mohammadll/lets-learn-kic
- Owner: mohammadll
- Created: 2023-11-26T12:48:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-29T12:14:21.000Z (over 2 years ago)
- Last Synced: 2025-04-11T22:43:10.427Z (about 1 year ago)
- Topics: gateway-api, ingress-controller, kong-ingress, kubernetes
- Language: HTML
- Homepage:
- Size: 130 KB
- Stars: 18
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](00-kong-ingress-setting-up)
- Basic HTTP Route Using Gateway API [README](01-kong-ingress-basic)
- host and path rewrites [README](02-kong-ingress-req-manipulation)
- HTTPRoute Multiple Backends [README](03-kong-ingress-multiple-backends)
- TLS [README](04-kong-ingress-tls)
- Expose a service located outside the Kubernetes cluster [README](05-kong-ingress-external-service)
- Create TCP routing configuration for Kong Gateway in Kubernetes using TCPRoute [README](06-kong-ingress-tcp-route)
- Authentication kong plugin [README](07-kong-ingress-auth-plugin)
- basic-auth authentication method [README](07-kong-ingress-auth-plugin/basic-auth)
- key-auth authentication method [README](07-kong-ingress-auth-plugin/key-auth)
- using multiple authentication methods simultaneously [README](07-kong-ingress-auth-plugin/multiple-auth-options)
- Rate Limiting kong plugin [README](08-kong-ingress-rate-limiting-plugin)
- ACL kong plugin [README](09-kong-ingress-acl-plugin)