The deployment of a containerized App is done, but App is not avaliable via external IP

Nadia Afanaseva 1 Reputation point
2022-07-19T12:38:46.267+00:00

I followed all the steps shown in video https://youtu.be/E9YWmbUb9Ps

222323-image.png

The deployment was successfully done, but I am not able to reach the new “react-clock-basic-loadbalancer” service by external-IP 20.208.51.87 in browser.

What may I be missing?

Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,999 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Sam Cogan 10,347 Reputation points MVP
    2022-07-19T16:19:29.29+00:00

    If you deployed AKS using Azure CNI networking (rather than Kubenet) you will need to update the NSG to allow traffic inbound over port 87, this is not open by default. If you are using Kubenet it should do this for you, but worth checking.

    0 comments No comments