Kong Gateway - yibinericxia/documents GitHub Wiki
Introduction
Kong Gateway is a lightweight, fast, and flexible cloud-native API gateway. It is built on top of Nginx and uses Lua to implement its API functionality, so it supports most of Nginx features. Its ingress controller supports ConfigMaps and Custom Resource Definitions (CRDs).
Configuration
Configuration via Ingress Spec (yaml) allows you separate namespaces and create Ingress resources independently for different teams in k8s.