←back to thread

261 points david927 | 3 comments | | HN request time: 0.657s | source

What are you working on? Any new ideas that you're thinking about?
Show context
psviderski ◴[] No.43158798[source]
Working on Uncloud[1][2] — think Fly.io but self-hosted. A lightweight Docker clustering tool for running web apps on your own servers (from cloud VMs to bare metal) with no control plane to maintain. Perfect for teams who want cloud-like deployments without Kubernetes complexity. Early days but seeing promising results with eventually consistent state sync, zero-config mesh networking, and automatic HTTPS ingress.

[1]: https://github.com/psviderski/uncloud

[2]: https://uncloud.run

replies(3): >>43159319 #>>43159629 #>>43191959 #
1. mardel ◴[] No.43191959[source]
That is super useful, especially for small stuff in home labs. I was thinking to go ProxMox + Gardener + Kubevirt route, but never have time to work on it.
replies(1): >>43191981 #
2. psviderski ◴[] No.43191981[source]
Oh this is going to be a beast. It depends on what you're trying to achieve though. If you're doing this primarily to learn the kube landscape then it's a great way to play around with these tools in a homelab.
replies(1): >>43197643 #
3. mardel ◴[] No.43197643[source]
Yes, exactly - wanted to learn by doing.