Hello everyone, I’m a totally Pulumi newbie 🙂
I’d like to use Pulumi in my CICD pipeline. Each time I push a Pulumi yaml files in my GitHub config repo I’d like the Kubernetes cluster defined in this yaml to be created. Is there a reference setup for that purpose (folder structure, file names, …) ? I was thinking about having a single project and have different stack in that one (each stack having the name of the cluster to be created). Doing so, how can I have a main Pulumi.yaml file describing the k8s cluster’s base configuration and several file with each cluster’s specific details (name, ...)
Thanks a lot for your help 👍