Hacker News new | ask | show | jobs
by ianai 2056 days ago
Sounds like a good OS for a computer cluster.
2 comments

I think it’s interesting to compare it to Kubernetes. K8S has more functionality at the cluster level and a stronger ecosystem, but Nix has a much more well-founded “core”, IMO.

Both are declarative by default and easy to reproduce.

Hopefully we’ll see them converge in the future.

It's how they used it at my old job. You could deploy nix with the libs needed for the compute part.