How have experiences been so far with the operator...
# pulumi-kubernetes-operator
a
How have experiences been so far with the operator? We are looking at adoption. Any big gotchas/caveats/things that didn't work quite the way you expected?
p
Mostly works as expected, the are some resource consumption issues with largish yarn workspace based monorepos. We have to limit our concurrency to one per instance of the operator.
Oh we also have to use a volume to mount into /tmp otherwise the pod gets evicted a lot. I think this is a consequence of our repo size though.