I like it but I always miss features or defaults like:
- internal network only with edge nodes (i.e tail scale out the box, + some edge nodes)
- option to deploy on multiple servers to scale with super simple non k8s approach.
Like 10 nodes behind tailscale/wireguard in a private network, with only 2 nodes where you have a port open on 80/443, those are exposed to the public network. The rest of the nodes are all private like db, redis, etc etc.
hunvreus|4 months ago
Can you help me understand that?
> - option to deploy on multiple servers to scale with super simple non k8s approach.
I'm working on that, allowing you to manage remote nodes from a single /dev/push instance.
hhthrowaway1230|4 months ago
Like 10 nodes behind tailscale/wireguard in a private network, with only 2 nodes where you have a port open on 80/443, those are exposed to the public network. The rest of the nodes are all private like db, redis, etc etc.