I used 'helm chart' before, and started to learn ksonnet recently. After reading https://ksonnet.io/docs/cli-reference#overview, I am confused that there is no "helm list" function in ksonnet. Please correct me if I misunderstand. And if my understanding is correct, please let me know why.
Asked
Active
Viewed 65 times
1 Answers
0
Yes, there is
ks registry list
to list configured registries and
ks pkg list
which will list known packages.
-
But how to list the `running` deployment? – che yang Jun 21 '18 at 03:14
-
You can use `ks diff default` to diff the local configuration against the cluster's configuration. ksonnet can only report what the server says is running. – Bryan Liles Jun 24 '18 at 01:07