stefanprodan / timoni

Timoni is a package manager for Kubernetes, powered by CUE and inspired by Helm.
https://timoni.sh
Apache License 2.0
1.45k stars 66 forks source link

[docs] Improve comparisson with helm #341

Open woile opened 5 months ago

woile commented 5 months ago

timoni looks like a very promising tool. From reading the docs, specially this: https://timoni.sh/comparison/ I was not able to map the ideas from helm to timoni. And in the concepts section, they are different than helm, which also didn't give me a clear picture.

I think it would help adopting timoni having a very clear mapping of concepts.

Reading the analogy commands would help me create a mental model much faster. Thanks!

Nalum commented 5 months ago

Agree on making thing clearer, if I have time I might be able to take a look.

Each module has a values.cue file, this can also be provided as a yaml or JSON (if I recall correctly) file.

You should use timoni mod init in this case, see here

This can be done with timoni list. See here

timoni apply works for module install and upgrade, see here, or timoni bundle apply, see here