DEV Community

Cover image for What the Helm?!

What the Helm?!

Juraj on July 05, 2024

Kubernetes applications rarely (if ever) consist of a single resource. In a basic example, you have a deployment running your app and a service to ...
Collapse
 
scottrigby profile image
Scott Rigby

Hi Juraj, nice writeup. Two things:

  • you may want to consider opening a PR to add Cyclops to the list of community tools built on Helm, at helm.sh/docs/community/related/. Feel free to ping me in #helm-dev channel in kubernetes slack.
  • have you considered adding post-rendering functionality to Cyclops? I imagine this may be the opposite of what you want, since it's about opening up options not available in values.yaml, while Cyclops allows you to limit to only a subset of those. But I could also imagine some combo could be effective for certain use cases.
Collapse
 
karadza profile image
Juraj

Hey Scott, thanks for the comment. We will open the PR this week and link it in the k8s slack, as mentioned :)

As for post-rendering, we definitely want to implement something like this in Cyclops. We were thinking about adding it a while ago but decided to wait until we shipped a more stable release of Cyclops. Thanks for the nudge!
We will take some time to find the best way to integrate it.

Cheers!

Collapse
 
scottrigby profile image
Scott Rigby

Sounds great. Let me know if I can help with anything 🙂

Collapse
 
edrudo profile image
Edo Duras • Edited

Great explanation of Helm which is considered to be a little too complicated.

Collapse
 
karadza profile image
Juraj

Thanks!
Helm charts can sometimes really be overbearing 😅

Collapse
 
ayush2390 profile image
Ayush Thakur

Loved the explanation

Collapse
 
karadza profile image
Juraj

Thanks 🙏

Collapse
 
der_gopher profile image
Alex Pliutau

Great summary, check our newsletter, we also have a bunch of articles on k8s, packagemain.tech

Collapse
 
karadza profile image
Juraj

Thanks Alex!
Will check it out 👀

Collapse
 
devicbruno profile image
DevicBruno

Nice @karadza !

Collapse
 
karadza profile image
Juraj

🙏

Collapse
 
lmercep profile image
Luka

Cool combo between Cyclops and Helm

Collapse
 
karadza profile image
Juraj • Edited

I know, right? 🙌