local k = import "k.libsonnet";
{ grafana: k.apps.v1.deployment.new( name="grafana", replicas=1, containers=[k.core.v1.container.new( name="grafana", image="grafana/grafana", )] )}
Kubernetes Deployment. That's all it takes.
Define. Reuse. Override.
Grafana Tanka is the robust configuration utility for your Kubernetes cluster, powered by the unique Jsonnet language