본문으로 건너뛰기

Cilium에서 Gateway API 사용하기

Gateway API CRD

Cilium Gateway API 설정

Cilium에서 Gateway API를 활성화하기 전에 Gateway API CRD가 먼저 설치되어 있어야합니다.

경고

Cilium v1.16.4 기준 Gateway API v1.1.0을 지원합니다.

cilium-values.yaml
gatewayAPI:
enabled: true

l7Proxy: true

nodePort:
enabled: true

kubeProxyReplacemen: "true"
k8sServiceHost: "auto"
k8sServicePort: "auto"

cilium-operator와 cilium(agent)을 재시작해야합니다.