Awesome
<p align="center"> <img width="400" src="https://raw.githubusercontent.com/grafana/tanka/main/docs/img/logo.svg" alt="Grafana Tanka Logo" /> </p> <p align="center"> <a href="https://github.com/grafana/tanka/releases"> <img src="https://img.shields.io/github/release/grafana/tanka?style=flat-square" /> </a> <img src="https://img.shields.io/github/contributors/grafana/tanka?style=flat-square" /> <a href="https://grafana.slack.com"> <img src="https://img.shields.io/badge/Slack-GrafanaLabs-orange?logo=slack&style=flat-square" /> </a> </p> <p align="center"> <a href="https://tanka.dev">Website</a> · <a href="https://tanka.dev/install">Installation</a> · <a href="https://tanka.dev/tutorial/overview">Tutorial</a> </p>Grafana Tanka
<img src="https://raw.githubusercontent.com/grafana/tanka/main/docs/img/example.png" width="50%" align="right" />
The clean, concise and super flexible alternative to YAML for your Kubernetes cluster
- :boom: Clean: The Jsonnet language expresses your apps more obviously than YAML ever did
- :books: Reusable: Build libraries, import them anytime and even share them on GitHub!
- :pushpin: Concise: Using the Kubernetes library and abstraction, you will never see boilerplate again!
- :dart: Confidence: Stop guessing and use
tk diff
to see what exactly will happen - :telescope: Helm: Vendor in, modify, and export Helm charts reproducibly
- :rocket: Production ready: Tanka deploys Grafana Cloud and many more production setups
:rocket: Getting started
To get started, install Tanka first, and then follow the tutorial. This should get you on track quickly.
:busts_in_silhouette: Community
There are several places to connect with the Tanka community:
- GitHub Discussions: Primary support channel
#tanka
on Grafana Slack
Please don't ask individual project members or open GitHub issues for support requests. Use one of the above channels so everyone in the community can participate.
Furthermore, see LICENSE
and GOVERNANCE
.
:book: Additional resources
- https://jsonnet.org/, the official Jsonnet documentation provides lots of examples on how to use the language.
- https://github.com/grafana/jsonnet-libs: Grafana Labs' Jsonnet libraries are a rich set of configuration examples compatible with Tanka.
:pencil: License
Tanka is an open-source project :heart:. It is free as in beer and as in speech and this will never change.
Licensed under Apache 2.0, see LICENSE.