Helm chart - long and boring deployment

1/30/2022

I have huge application with many many microservices, which developed by different teams. There is chart which includes tens of subcharts.

Deployment of this chart takes 10 min (only render all values) and start deployment. As I mentioned there are different teams which have different style when writing helm charts.

So my questions - are there any useful helm performance tools which could show "problematic" places? For example point out that charts have many tpl function calls, which leads to slowness...

-- liotur
deployment
helm3
kubernetes
kubernetes-helm
performance

0 Answers