Herman
Herman

Reputation: 2968

Kubernetes: AKS unable to view the site

From the kubernetes dashboard, I can see all my deployment, pod & replication is Green successfully deploy from the Continuous Deployment pipeline VSTS.

My issue is unable to view the site. enter image description here

Can anyone help me how to start troubleshooting

Upvotes: 1

Views: 828

Answers (1)

Charles Xu
Charles Xu

Reputation: 31384

You can access the identityapi with the public IP through a browser. If you cannot access the web, you should check the configuration of the identityapi. And then ssh into the Kubernets node to check if the identityapi service work well. Check the configuration of the service if it is the same as the Kubernets dashboard shows.

Upvotes: 1

Related Questions