Allow cross-namespace route with ReferenceGrant gateway-api

Permit HTTPRoute in edge ns to target Services in backend ns

kubectl apply -f - <<'EOF' apiVersion: gateway.networking.k8s.io/v1beta1 kind: ReferenceGrant metadata: {name: allow-routes, namespace: backend} spec: from: [{group: gateway.networking.k8s.io, kind: HTTPRoute, namespace: edge}] to: [{group: "", kind: Service}] EOF
more gateway-api all 5 commands →