Skip to content
Discussion options

You must be logged in to vote

Hi @evakkuri

This is absolutely the best place to ask ;-).

However, the answer here is not easy, because things are complicated here. nodeport type listener exposes the service on a port on the Kubernetes worker node. However, on MacOS, there is no native support for Docker containers. So when you have Docker running on MacOS, it essentially runs a VM with Linux inside where it runs the containers. And then, when you run Minikube with the default docker driver, it is basically started only as a Docker container inside the VM for running the Docker containers. So out of the box, the node port is exposed on the Docker container, but not on the VM.

There are two general solutions:

  • Use your …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@evakkuri
Comment options

Answer selected by evakkuri
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants