Has anyone successfully set up RD with cilium + Ga...
# rancher-desktop
t
Has anyone successfully set up RD with cilium + Gateway API? I've disabled flannel and traefik, and installed cilium with the following, but I still can't reach the Hubble service using the Gateway API. It's running and I can access it with
cilium hubble ui
proxying. What other configurations changes have you made?
Copy code
kubeProxyReplacement: true
l7Proxy: true
bpf:
  masquerade: true
egressGateway:
  enabled: true
ingress:
  enabled: false
envoy:
  enabled: true
  rollOutPods: true
  securityContext:
    capabilities:
      keepCapNetBindService: true
      envoy:
      - NET_ADMIN
      - SYS_ADMIN
      - NET_BIND_SERVICE
gatewayAPI:
  enabled: true
  externalTrafficPolicy: Local
  enableProxyProtocol: false
  enableAppProtocol: true
hubble:
  enabled: true
  relay:
    enabled: true
  ui:
    enabled: true
ipv4:
  enabled: true
ipv6:
  enabled: false
loadBalancer:
  enabled: true