An open API service indexing awesome lists of open source software.

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

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.