←back to thread

261 points david927 | 2 comments | | HN request time: 0.452s | 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. redrove ◴[] No.43159629[source]
Why docker and not podman?
replies(1): >>43165453 #
2. psviderski ◴[] No.43165453[source]
Honestly, I went with Docker simply because I'm much more familiar with it and its networking stack made integrating with WireGuard overlay straightforward. Podman support could come later but Docker's popularity and API stability made it the practical choice for the initial implementation.