The recent retirement of Ingress NGINX led a lot of people (including myself) to consider alternatives. Since we need to migrate anyway, it makes sense to migrate to the newer Gateway API, the replacement for the older Ingress API. This post focuses specifically on migrating TLS certificate management with cert-manager when moving from Ingress NGINX to Envoy Gateway using the Kubernetes Gateway API. The Ingress API's limited expressiveness led to...