Hacker News new | ask | show | jobs
by fons 2946 days ago
Nice, here is a project with very similar goals and which runs in other orchestrators other than Kubernetes: https://microservices-demo.github.io/
2 comments

Used to be a fan of weave as a CNI. But i've never actually heard anyone or team using them, it seems consensus is on calico or flannel?
Weaveworks’ focus has been on visualisation and observability for the last three years, and now deployment (GitOps).

BTW Weave Net has been “docker pull”ed 30 million times. _Somebody_ must be using it...

(I work for Weaveworks)

I am definitely using Weave Net for my trivial single-node cluster because it was the only CNI option that included a one-liner to install.

I have never had any reason to try a different one, the pods can talk to each other, "does what it says on the tin"... and on top of that but unrelated, their webinars tend to be star-studded and very informative.

Very cool. Eventually I'd like to turn Colossus into something more like what you have here, i.e. a "real" backend that does something meaningful. The good news is that the Bazel + gRPC plumbing was the hard part. Adding new, meaningful services will be pretty trivial going forward.