Comparisons
Where JaaS fits next to other tools that evaluate Jsonnet or render Kubernetes objects. These pages compare the rendering approaches; for how the rendered output is deployed, see the consuming controller’s own documentation — for ordered, gated rollouts that is stageset-controller .
- JaaS and grafana-operator
How JaaS renders Grafana dashboard JSON from Jsonnet while grafana-operator reconciles it into Grafana.
- JaaS vs jsonnet-controller
How JaaS separates rendering from deployment, where jsonnet-controller builds and applies Jsonnet in one controller.
- JaaS vs Tanka
How JaaS replaces a client-side `tk apply` workflow with server-side rendering and a Flux pull loop.
- JaaS vs the jsonnet CLI
What the JaaS service adds over running the jsonnet and jb command-line tools yourself.