Exposing several services with Vagrant and Kubernetes on my own server Exposing several services with Vagrant and Kubernetes on my own server kubernetes kubernetes

Exposing several services with Vagrant and Kubernetes on my own server


The easiest thing for you to do at the moment is to make a service of type "nodePort", and to configure your HAproxy to point at minion-1:.

createExternalLoadBalancer is the old, less flexible, way to do this--it requires the cloud provider to do work. Type=nodePort doesn't require anything special from the cloud provider.