Azure gateway for containers integration with Kubernetes external DNS service and lets-encrypt.

Boban Mitevski 20 Reputation points
2024-05-26T15:25:09.5466667+00:00

Hello Team,

I would like to ask if Azure application gateway for containers can be integrated with Kubernetes external DNS service for automatic FQDN records registration as well as if it supports lets-encrypt certificates via cert-manager?

I was not able to find relevant information on this topic unfortunately.Thank you in advance.

Azure Kubernetes Service
Azure Kubernetes Service
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
2,456 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Anveshreddy Nimmala 3,550 Reputation points Microsoft External Staff Moderator
    2024-05-29T04:34:49.5866667+00:00

    Hello Boban Mitevski,

    External DNS with Kubernetes can be possible is possible to setup, which can work with AGFC in a similar manner to Application Gateway setups.

    This integration allows you to automatically create DNS records in your DNS provider like Azure DNS, based on Kubernetes resources like Ingress objects.

    https://learn.microsoft.com/en-us/azure/aks/ingress-basic?tabs=azure-cli

    For AGFC, you can try utilizing cert-manager to obtain and renew certificates from Let's Encrypt, just as you would with the traditional Azure Application Gateway Ingress Controller

    https://learn.microsoft.com/en-us/azure/application-gateway/ingress-controller-letsencrypt-certificate-application-gateway

    Hope this helps you.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.