This message was deleted.
# kubernetes
s
This message was deleted.
g
The Helm implementation uses the YAML support under the hood, so I wouldn’t expect that to improve performance if you’re still deploying the resources with Pulumi. That said, if you have particular charts that seem to perform poorly, you can file an issue so we can investigate further.
r
@busy-umbrella-36067 I filed an issue to cache helm chart rendering work. This should make things more efficient under the hood. See https://github.com/pulumi/pulumi-kubernetes/issues/935
b
That looks promising. For us it's
traefik
,
cert-manager
,
kiam
,
external-dns
,
datadog
,
cluster-autoscaler
templated for 5 clusters (30 charts total in the stack). It takes around 2m30s to run to completion making the whole process take 5mins per iteration.