General question not really related to pulumi but ...
# kubernetes
k
General question not really related to pulumi but I have to build images periodically at runtime to be deployed via k8s in Azure This has to be optimized for speed I could a) spin up virtual machine(s) and run the build there (costly, slow to start up, hard to maintain, hard to scale) b) build (using buildah?) in a container possibly using KEDA or just a scaleset or similar Has anyone else faced this problem, any thoughts? Sorry for OT, I can remove this if needed :)