Not access from manager to node application Kubernetes cluster

9/20/2017

Before ask my question I have to say that I am very new to Kubernetes :)

I have a created a cluster in a Bare metal cloud with two Centos machines (the manager and one worker) and I used Calico pod network. Both nodes are ready and I have deployed the helloworld application of kubernetes (I have followed this tutorial step by step): https://kubernetes.io/docs/tutorials/stateless-application/expose-external-ip-address/

I can't access from my manager machine to this application, because is deployed on the worker. How could I do it?

Thanks!

-- David Manzano
kubernetes

1 Answer

9/20/2017

Have you tried accessing the master using the NodePort? It should forward the traffic to the worker.

-- Javier Salmeron
Source: StackOverflow