Replies: 2 comments
-
Starting to get my head around it.
Don't forget to import k8s-alpha. One thing overall, I think the tanka.dev tutorial is deprecated. |
Beta Was this translation helpful? Give feedback.
-
You are right that the tanka.dev tutorial needs updating. In fact we need to complete the process of migrating from ksonnet-lib to k8s-alpha (which involves renaming this to something without 'alpha' in its name). Some progress was made here just recently. I believe you no longer need the kausal-shim in k8s-alpha as of yesterday. We're reluctant to update the docs until this migration work has been done. However, a PR against the docs in this repo could really help. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I am trying to use tanka to organize/manage the Kubernetes setup.
I tried to follow: https://tanka.dev/ and https://grafana.com/docs/loki/latest/installation/tanka/
My goal is to have a setup for Grafana, Prometheus, and Loki that I can use to deploy on different clusters.
But I am a bit confused with all the resources and different libraries.
What is the difference between https://github.com/ksonnet/ksonnet-lib and https://github.com/jsonnet-libs/k8s-alpha
My understanding is the ksonnet-lib is discontinued and only cover until Kubernetes 1.14, and jsonnet-libs/k8s-alpha is the attempt to replace it.
In my case I am importing:
and for grafana doing:
getting the error:
Any help would be much appreciated.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions