Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 753 Bytes

File metadata and controls

19 lines (13 loc) · 753 Bytes

Kong Ingress Controller

Kong for Kubernetes is an open-source Ingress Controller for Kubernetes that offers API management capabilities with a plugin architecture.

This is a meta chart that deploys an opinionated Kong Ingress Controller with Kong Gateway using Helm package manager.

Usage

helm repo add kong https://charts.konghq.com
helm repo update

helm install kong kong/ingress -n kong

If you need more control over what is deployed, see the kong/kong chart. Any values.yaml setting can be specified in the controller or gateway section of your values.yaml using this chart.