-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Description
Problem encountered on https://dotnet.microsoft.com/learn/aspnet/deploy-microservice-tutorial/deploy
Operating System: windows
Provide details about the problem you're experiencing. Include your operating system version, exact error message, code sample, and anything else that is relevant.
Hello, I went through the weatherforecast tutorial found on your Deploy a .Net Microservice page. I do the "kubectl get service mymicroservice --watch" command as instructed and I get back the Public IP address. the issue is that when I try to connect that Public IP I always get a timeout saying "The server is taking too long to respond." I have tried this twice and keep running into the same problem when I deploy my project. It is the standard WeatherForecast demo project, so it is not a complex solution at all. Any idea of why my publicIP would keep returning that?
UPDATE: Also, as an update my deploy PODS have status "Waiting" with a reason of "ImagePullBackOff"
Thanks for any help.