内容目录
github 地址
https://github.com/Kong/kubernetes-ingress-controller
Install the Gateway API CRDs before installing Kong Ingress Controller.
kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.0.0/standard-install.yaml
# Install the Kong Ingress Controller with Helm.
helm install kong --namespace kong --create-namespace --repo https://charts.konghq.com ingress