How to map pod external ip address into url in aks

Firoj 1 Reputation point
2022-12-14T12:28:10.747+00:00

Hi,

How to mapping external ip address into url in aks cluster. kinldy help me the process

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,447 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. KarishmaTiwari-MSFT 20,772 Reputation points Microsoft Employee Moderator
    2022-12-15T02:09:08.737+00:00

    @Firoj Thanks for posting your query on Microsoft Q&A.

    You can consider using HTTP application routing but that comes with some limitations as described in the liked document.
    The HTTP application routing solution makes it easy to access applications that are deployed to your Azure Kubernetes Service (AKS) cluster. When the solution is enabled, it configures an Ingress controller in your AKS cluster. As applications are deployed, the solution also creates publicly accessible DNS names for application endpoints.

    You can also create a service of type LoadBalancer in AKS with the static public IP address. Use 'kubectl get services' command to get the external IP address of the service and map the external IP address of the service to a URL by using a DNS provider like Azure DNS.
    Refer to this document for guidance - Use a static public IP address and DNS label with the Azure Kubernetes Service (AKS) load balancer

    Let me know if you have further questions. Thanks.

    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.