Skip to content
Commits on Source (1)
  • JOduMonT's avatar
    I add zerotier as network solution · d15251af
    JOduMonT authored
    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 ;)
    d15251af
...@@ -48,7 +48,8 @@ There are already some work done on it like the [ceph-docker](https://github.com ...@@ -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. 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). 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 - tinc vpn
- flannel that might implement IPsec in a near future - flannel that might implement IPsec in a near future
......