小厂程序员

自由自在,无忧无虑

Kong Helm 安装

内容目录

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
Kong Helm 安装

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

Scroll to top