Content
@
0 reply
0 recast
0 reaction
Samuel
@samuellhuber.eth
Whats the best Vercel like deployment experience using your own servers? vServers or something like Hetzner Cloud I want to quickly have PoC's up and updated via CI/CD including previews for different branches easy view of console.log() / console.error() output would be a lovely bonus
5 replies
0 recast
6 reactions
Leeward Bound
@leewardbound
K8s deployment makes ci/cd and PR deploys really pretty easy. Some custom glues required (gotta write the CI scripts yourself) but I do it like this in 10+ active codebases right now. Lotta lift to build your own k8s cluster tho (ansible libs are avail), way easier to rent k8s clusters from Linode ($20) or AWS/GKE.
2 replies
0 recast
0 reaction
Samuel
@samuellhuber.eth
To bootstrap the K8s and manage it do you use any ansible scripts? Need to spend a weekend I guess and try it
3 replies
0 recast
1 reaction
Ian L.
@fyi
K3s with Ansible or k3sup. Both works well with Hetzner Cloud. Configure to run Tailscale Operator or run Tailscale as the CNI. Then, kubectl access managed with Tailscale, securely. You can also skip the need for cloud LB, and simply access services via Tailscale, privately.
2 replies
0 recast
0 reaction
Samuel
@samuellhuber.eth
lovely! k3sup looks like what I wanted to build lol that is incredible. then once clusters are k3sup's I assume I can join cluster nodes easily (looking at docs) tailscale is interesting using istio so far
0 reply
0 recast
0 reaction