udacity / cd0157-Server-Deployment-and-Containerization

Server Deployment and Configuration project. This was formerly the nd0044 course 4 project.
74 stars 2.88k forks source link

Load Balancer IP doesn't work #3

Closed SteveWooding closed 5 years ago

SteveWooding commented 5 years ago

I got as far as trying to test the deployed application (build went through successfully), but I get nothing from the load balance IP address that is given by the command kubectl get services simple-jwt-api -o wide.

What is the next best step to debug this?

SteveWooding commented 5 years ago

OK so the command kubectl get services simple-jwt-api -o wide is returning a private address 10.100.181.70 rather than a public address. So how do I find the public address?

SteveWooding commented 5 years ago

Never mind. I now see the external IP was written as a host name. Whoops. Will try everything again tomorrow and hopefully this time with success.