Skip to content

Commit d2dd5e3

Browse files
committed
chore: add inspiration & acknowledgements section to README
1 parent 2bfcce7 commit d2dd5e3

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

README.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ complexity of Kubernetes.
4747
## 🎬 Quick demo
4848

4949
The screenshot below demonstrates how I use Uncloud to deploy the [Uncloud Documentation](https://docs.uncloud.run)
50-
website to 2 remote machines (for better availability) from a Docker Compose file on my local machine. It exposes the
50+
website to 2 remote machines (why not?) from a Docker Compose file on my local machine. It exposes the
5151
container port `8000/tcp` as HTTPS on the domain `docs.uncloud.run`, served by the Caddy reverse proxy on the remote
5252
machines.
5353

@@ -280,6 +280,29 @@ We'd love your input! Here's how you can contribute:
280280
* 💡 Have ideas or need help? [Join our Discord community](https://discord.gg/eR35KQJhPu) where we discuss features,
281281
roadmap, implementation details, and help each other out.
282282

283+
## 🙏 Inspiration & Acknowledgements
284+
285+
I'm grateful to the following projects that inspired Uncloud's design and implementation:
286+
287+
* [Kamal](https://kamal-deploy.org/) — for proving that even in the declarative era of Kubernetes there is a place for
288+
simple deployment tools that use imperative commands without any complex orchestration. Kamal powers a multi-billion
289+
dollar company [37signals](https://37signals.com/) where it was invented and this is just wonderful!
290+
* [Fly.io](https://fly.io/) — for inspiring my vision for what self-hosted infrastructure should feel like, proving that
291+
developer experience and powerful infrastructure can coexist beautifully.
292+
* [Tailscale](https://tailscale.com/) — for pioneering the vision of decentralised flat mesh networking with an
293+
amazing user experience that feels like magic.
294+
* [Talos Linux](https://github.com/siderolabs/talos)
295+
and [KubeSpan](https://www.talos.dev/v1.10/talos-guides/network/kubespan/) — for the machine API design using
296+
[grpc-proxy](https://github.com/siderolabs/grpc-proxy) and for its elegant approach to secure WireGuard-based overlay
297+
networking with zero configuration.
298+
* [Docker Swarm Classic](https://github.com/docker-archive/classicswarm) and
299+
[Rancher 1.x](http://rancher-com-website-main-elb-elb-1798790864.us-west-2.elb.amazonaws.com/docs/rancher/v1.6/en/)
300+
— for showing the power of simplicity and pragmatism in container orchestration and that not every problem needs the
301+
complexity of Kubernetes.
302+
303+
Special thanks to the [Corrosion](https://github.com/superfly/corrosion) project by Fly.io for providing the distributed
304+
SQLite database used to share Uncloud's cluster state.
305+
283306
## 📫 Stay updated
284307

285308
* Join our [Discord server](https://discord.gg/eR35KQJhPu) for real-time discussions, support, and updates.

0 commit comments

Comments
 (0)