I have installed a k8s cluster using conjure up on ubuntu 16.04 server. I can connect to the cluster from the ubuntu server but when I try and connect from my local machine it doesn't work (after copying the config file), all the ip addresses in the config are 10.x.x.x which are internal to the server.
How do I/Can I configure conjure Up/juju/kubernetes to expose something on the external ip address of the machine?
Ideally i would like to be able to connect to the cluster using kubectl from an external device.
Have you tried the kubectl proxy?
kubectl proxy --port=443 --address=0.0.0.0 --accept-hosts=10.x.x.x