Kong Ingress Controller supports both Kong Gateway OSS and Enterprise. If you install Kong Ingress Controller using the default Helm charts, Kong Gateway OSS will be installed.
You can customize the products used by setting gateway.image
and controller.image
in your values.yaml
, then upgrading your Helm deployment:
helm upgrade {release_name} kong/ingress -n {namespace} --values ./values.yaml
You can check which images are being used with the following query:
kubectl get pods -n kong -o jsonpath="{.items[*].spec.containers[*].image}"