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.
helm repo add kong https://charts.konghq.com
helm repo update
helm install kong kong/ingress -n kongIf 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.