https://github.com/metio/jaas
Jsonnet-as-a-Service
https://github.com/metio/jaas
fluxcd gitops jsonnet kubernetes
Last synced: about 9 hours ago
JSON representation
Jsonnet-as-a-Service
- Host: GitHub
- URL: https://github.com/metio/jaas
- Owner: metio
- License: 0bsd
- Created: 2025-06-08T11:45:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-06-28T17:58:07.000Z (1 day ago)
- Last Synced: 2026-06-29T00:05:39.852Z (1 day ago)
- Topics: fluxcd, gitops, jsonnet, kubernetes
- Language: Go
- Homepage: https://jaas.projects.metio.wtf/
- Size: 2.93 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Jsonnet-as-a-Service (JaaS)
**JaaS** evaluates [Jsonnet](https://jsonnet.org/) and returns JSON. Run it as a
stateless HTTP renderer (`GET /jsonnet/`), or enable operator mode to
watch `JsonnetSnippet` and `JsonnetLibrary` resources and publish the rendered
output as a Flux
[`ExternalArtifact`](https://fluxcd.io/flux/components/source/externalartifacts/)
that any consumer can deploy — the two flagship pairings are
[grafana-operator](https://grafana.github.io/grafana-operator/) for dashboards and
[stageset-controller](https://stageset.projects.metio.wtf/) for manifest delivery.
📖 Documentation — installation, usage, API reference, tutorials, and
contributing — lives at .
📦 The Helm chart is published at `oci://ghcr.io/metio/helm-charts/jaas` and
listed on [ArtifactHub](https://artifacthub.io/packages/helm/jaas/jaas).
Licensed under [0BSD](LICENSE); the repository is [REUSE](https://reuse.software/)
compliant.