The three most prevalent themes in the Hacker News discussion about Uncloud are:
-
Kubernetes Overkill for Simpler Needs: Many users agree with the creator's premise that Kubernetes (K8s) is often overly complex for small-to-medium deployments spanning a few machines, making simpler alternatives appealing.
- Quotation: "I keep seeing teams reach for K8s when they really just need to run a bunch of containers across a few machines with decent networking, rollouts, and HTTPS." ("psviderski")
- Quotation: "Weβre saying that the _excess_ of K8s can sometimes get in the way of simpler deployments. Even streamlined Kubernetes (microk8s, k3s, etc) still ultimately bring _all of Kubernetes_ to the table, and that invites complexity when the goal is simplicity." ("stego-tech")
-
Security Concerns Over Installation Method: A significant portion of the feedback focused negatively on the initial machine setup process involving an insecure remote script execution.
- Quotation: "Lots of
curl | bashrun as root. While I would love to test this tool, this is not something I would run on any machine :/" ("tex0") - Quotation: "I wanted to try it out but was put off by this[0]. Itβs just straight up curl | bash as root from raw.githubusercontent.com." ("redrove")
- Quotation: "Lots of
-
Comparisons to Existing Simpler Orchestrators (e.g., Docker Swarm/Nomad): Users frequently compared Uncloud to existing multi-machine container tools that also attempt to avoid the full complexity of K8s, notably Docker Swarm.
- Quotation: "How's this similar to and different from Kamal? https://kamal-deploy.org/" ("olegp")
- Quotation: "Iβm a docker swarm user, and this is the first alternative that looks interesting to me!" ("raphinou")
- Quotation: "You can't really do anything with it except work for Hashicorp for free, or create a fork that nobody is allowed to use unless they self-host it." (Referring to Nomad's license, "weitendorf")