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 ;)
This commit is contained in:
JOduMonT 2018-06-06 13:39:49 +02:00 committed by Pierre Ozoux
parent b41c8f33da
commit dce1ce87f5

View file

@ -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