@@ -63,28 +63,29 @@ <h2 id="integrating">Using Jsonnet With Kubernetes</h2>
63
63
example</ a > from the Jsonnet repo.
64
64
</ li >
65
65
< li >
66
- < a href ="https://github.com/bitnami /kubecfg "> Kubecfg</ a > (whose name may sound familiar to
66
+ < a href ="https://github.com/kubecfg /kubecfg "> Kubecfg</ a > (whose name may sound familiar to
67
67
current or ex-Googlers) is an unopiniated tool for evaluating Jsonnet and
68
68
pushing the results to Kubernetes. It comes with a < a
69
69
href ="https://github.com/bitnami-labs/kube-libsonnet "> useful template library</ a > . See
70
70
this < a href ="https://engineering.bitnami.com/articles/an-example-of-real-kubernetes-bitnami.html "> blog post</ a > .
71
71
</ li >
72
72
< li >
73
- < a href ="https://ksonnet.io "> Ksonnet</ a > , by < a href ="https://heptio.com "> Heptio</ a > is a
74
- fork of kubecfg which uses a Jsonnet library that is automatically generated from
75
- Kubernetes API specifications. This forms a framework in which Kubernetes objects can be
76
- built using high-level composable descriptions.
73
+ < a href ="https://tanka.dev "> Tanka</ a > , by < a href ="https://grafana.com "> Grafana Labs</ a >
74
+ is the spiritual successor of Ksonnet. It extends jsonnet with native functions
75
+ to import Kustomize manifests and Helm charts, making it an allround tool to
76
+ work with Kubernetes.
77
+ </ li >
78
+ < li >
79
+ < a href ="https://https://github.com/jsonnet-libs/k8s "> jsonnet-libs/k8s</ a >
80
+ generator produces over 30 Jsonnet Kubernetes libraries and counting, with most
81
+ notably the < a href ="https://jsonnet-libs.github.io/k8s-libsonnet/ "> k8s-libsonnet</ a > library
82
+ as the succesor of ksonnet-lib.
77
83
</ li >
78
84
< li >
79
85
< a href ="https://github.com/deepmind/kapitan "> Kapitan</ a > by < a
80
86
href ="https://deepmind.com "> Deepmind</ a > is another tool for driving Kubernetes with
81
87
Jsonnet and textual templating.
82
88
</ li >
83
- < li >
84
- < a href ="https://github.com/coreos/kpm "> Kpm</ a > is a similar deployment tool (now
85
- deprecated) by < a href ="https://coreos.com "> CoreOS</ a > that uses a mixture of Jsonnet and
86
- Jinja templating.
87
- </ li >
88
89
< li >
89
90
< a href ="https://www.box.com "> Box</ a > have < a
90
91
href ="https://blog.box.com/blog/kubernetes-box-microservices-maximum-velocity/ "> blogged</ a >
0 commit comments