nicoclau
(Nbarlatier)
January 24, 2020, 9:59am
1
Hello all, I deployed my app on Kubernetes started by Docker Desktop.
I made it reachable by a Service of NodePort.
But I can’t reach for the Node called “docker-desktop” because the EXTERNAL-IP is set to < none>.
How can we change that?
So I could test with :
http://EXTERNAL-IP :NodePort
Env:
Windows 10
Docker Desktop Community version 2.1.0.5 (40693)
Channel Stable
Kubernetes : v 1.14.8
Thank you for your help.
Nicolas
nicoclau
(Nbarlatier)
January 27, 2020, 8:55am
2
No answer?
How can we test our application with NodePort service with the Kubernetes cluster of Docker please??
Thanks
mrmarosis
(Bartłomiej Stachura)
May 4, 2020, 4:52pm
3
Maybe it’s a little bit late for an answer, but since this post is now the first google search result for this type of a question and I stumbled on it myself :
An IP address which you are looking for is the IP address of your machine
kuidev
(Kuidev)
February 18, 2022, 4:28pm
4
Hi Nicolas, you need to use service type “LoadBalancer” instead of “Nodeport” to get an EXTERNAL-IP
leeiitb
(Thomas Stephen Lee)
February 24, 2022, 1:53am
5
https://metallb.universe.tf/
The above also might be helpful.