ingress-nginx to Envoy Gateway migration on CNCF internal services cluster
… Separate the listeners We initially had one listener for all our hosts, but they need to be separated unless you use DNS solver for a wildcard certificate . apiVersion: gateway.networking.k8s.io/v1 kind: Gateway metadata: name: shared-gateway namespace: envoy-gateway annotations: cert-manager.io/cl… …