I'm trying to run .NET Core 2 Docker images in Kubernetes using Azure Container Service and Azure Container Registry.
I have successfully created a pod & is running perfectly. Later I deployed a service using command kubectl expose deployment depl-name --type=LoadBalancer --port=8086 --target-port=8086
& I checked service details using command kubectl get services
but the external IP exposed by Azure is not working at all. I tried to ping that IP as well but it says request timeout. I can see, application/port everything is up & okay.
Please check snaps following:
I do not follow why the public IP exposed by Azure container service does not work even when an application is running without errors on kubernetes cluster. Please let me know if anything has gone wrong.
Thanks,