8 Commits

Author SHA1 Message Date
iwilltry42
2b2041f028
loadbalancer: use auto-reload for confd (file watcher) 2021-07-09 10:46:21 +02:00
iwilltry42
2a4c8910e8
proxy: use new confd release with fixed file watcher 2021-07-09 10:46:20 +02:00
iwilltry42
756a7d7b6e
proxy: add Makefile and remove test file from Dockerfile 2021-07-09 10:46:18 +02:00
iwilltry42
bf2e81ca34
init enhanced templating for the nginx config 2021-07-09 10:46:16 +02:00
Thorsten Klein
ecc025b35e
[Feature] Registry for v4 & Restructure Cluster Creation (#334) 2020-12-09 15:59:20 +01:00
iwilltry42
4ca19dbf9c
proxy: use confd fork to enable arm support 2020-06-18 15:51:26 +02:00
iwilltry42
920159aa11
proxy: enable ARCH switch in Dockerfile 2020-06-18 13:27:53 +02:00
iwilltry42
a24d6f864e
Proxy: deploy a configurable nginx proxy in front of the cluster
Up to now, we exposed ports on single master nodes, which is quite
inconvenient on user side and troublesome on development side.
Now, we're creating a proxy container which exposes a single port
and proxies traffic to all master nodes.
Currently, this only works with 'k3d create cluster' and won't
update the proxy when using 'k3d create node --role master'.
2020-04-08 17:45:27 +02:00