Run Nix Based Environments in Kubernetes
flox.dev·14h·
Discuss: Hacker News
Flag this post

No more image rebuilds. Run the same immutable declarative environment across local dev → CI → production Kubernetes clusters: on x86 and ARM. Get faster deployments, SBOMs-by-default, and atomic rollbacks.

Sign up for free →

You replace build-push-pull image pipelines with a declarative Flox environment, the dependencies of which resolve to hash-addressed packages that live in an immutable, node-local store. Organizations can run their own private, signed binary caches, enabling them to build or mirror packages inside their networks, generate SBOMs and attestations (see SBOMs, below), and point security scanners at that cache. At runtime, nodes fetch only hash-addressed artifacts, so existing provenance, approval, and CVE workflows carry over.

In s…

Similar Posts

Loading similar posts...