hoeghh / kubernetes_the_easy_way

Automating Kubernetes the hard way with Vagrant and scripts
MIT License
20 stars 11 forks source link

Implement loadbalacer #10

Closed hoeghh closed 6 years ago

hoeghh commented 6 years ago

Let's start with traefik and give people a choice later on to use eg nginx.

hoeghh commented 6 years ago

Implemented LB with no HA in cf9faa146687a3a47ae4be09354f5d35f0861121

Now i need HA with CoroSync and Pacemaker.

hoeghh commented 6 years ago

The rest of HA will be covered by #17