Hi, is there any recommended way of creating pulumi scheduled deployments?
For example, I want a pulumi stack that every night its destroyed and recreated again.
if you're using the open source implementation, you could do this using your CICD tool. for example, you can run github actions on a cron
b
bland-pharmacist-96854
11/25/2024, 12:44 PM
yes, or is it just a k8s cronjob (taking advantage of our k8s cluster), this is what I thought. Just wanted to hear some opinions/approaches for inspiration