kubernetes API Server could not be accessed through public IP

8/27/2017

I have installed Kubernetes 1.7 single Node cluster on my Laptop. I could access the API Server at 127.0.0.1:8080 and localhost:8080 but not with my <publicIP>:8080..

How I could achieve this. Where I need to specify api server to map to my public IP. Please help me on this issue.

-- Chaitanya Kumar Suggu
kubernetes

1 Answer

8/29/2017

Check if --bind-address is set on the api server, see https://kubernetes.io/docs/admin/kube-apiserver/

-- slintes
Source: StackOverflow