From dce1ce87f51adfa115049aa71b4ecc510993479f Mon Sep 17 00:00:00 2001 From: JOduMonT Date: Wed, 6 Jun 2018 13:39:49 +0200 Subject: [PATCH] I add zerotier as network solution (#172) to building a zerotier network it's very simple but not necessary decentralize also; for now, zerotier don't manage NS but for communication over IP; it kick some ass ;) --- ROADMAP.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ROADMAP.md b/ROADMAP.md index 737e838..734bcd6 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -48,7 +48,8 @@ There are already some work done on it like the [ceph-docker](https://github.com Another big challenge is network. k8s is strongly opiniated on what should be the network configuration. Ideally, we would use some IPsec to secure the links between machine in a context we can't trust the network (like at hetzner). -There are 2 options: +There are 3 options: + - zerotier - tinc vpn - flannel that might implement IPsec in a near future -- GitLab