Install Kong Gateway Operator (KGO)
How do I install Kong Gateway Operator?
helm upgrade --install kgo kong/gateway-operator -n kong-system --create-namespace \
--set image.tag=1.6.1 \
--set kubernetes-configuration-crds.enabled=true \
--set env.ENABLE_CONTROLLER_KONNECT=true
Can Kong Gateway Operator be installed with Kustomize or any other tools?
Helm is the only officially supported installation method.
How to I customize which controllers I want to run?
Create a values.yaml
file and set a enable_controller_*
value under env
e.g. env.enable_controller_dataplane_bluegreen: false