gateway icon indicating copy to clipboard operation
gateway copied to clipboard

[Gateway API v1.2 ] GEP-1762: In Cluster Gateway Deployments

Open zhaohuabing opened this issue 4 months ago • 0 comments

To comply with GEP-1762: In Cluster Gateway Deployments , EG

  • MUST label all generated resources (Service, Deployment, etc) with gateway.networking.k8s.io/gateway-name: my-gateway (where my-gateway is the name of the Gateway resource).
  • MUST provision generated resources in the same namespace as the Gateway if they are namespace scoped resources. Cluster scoped resources are not recommended.
  • SHOULD name all generated resources my-gateway-example (<NAME>-<GATEWAY CLASS>). This is not simply NAME to reduce the chance of conflicts with existing resources. Where required, this can also serve as the prefix for the object.

Related:

  • https://github.com/kubernetes-sigs/gateway-api/issues/3365
  • https://github.com/envoyproxy/gateway/issues/2629

zhaohuabing avatar Sep 25 '24 07:09 zhaohuabing