Week 50
There are multiple api versions of Kubernetes Gateway API resources. For
example, when using Azure Application Gateway for Containers with end-to-end
TLS, you’ll want to use the BackendTLSPolicy with apiVersion: alb.networking.azure.io/v1 instead of apiVersion: gateway.networking.k8s.io/v1. This makes sense, as the Gateway API spec
defines general-purpose resources, while cloud providers offer their own API
versions with provider-specific extensions and capabilities.