Hi Team, I'm planning to conduct a POC for the fol...
# getting-started
h
Hi Team, I'm planning to conduct a POC for the following use case and would appreciate your assistance in providing related links, GitHub repositories, documentation, and examples. Use Case: 1. Utilize Pulumi for infrastructure automation. 2. Establish a CI/CD pipeline. 3. Create a GKE cluster using Go lang. 4. Deploy a sample containerized application in the created GKE. 5. Roll out the infrastructure and application containers to the next environment (for example, if the initial setup is for Dev, roll out the same setup to the QA environment). Your support in gathering the necessary resources for this POC would be highly valued. Thank you.
q
Hey, this example here should showcase points 3/4 in your list of usecases: https://github.com/pulumi/examples/tree/master/gcp-go-gke What's your pipeline tool of choice? If you're using GitHub actions this doc here gives a nice overview: https://www.pulumi.com/docs/using-pulumi/continuous-delivery/github-actions/
In case you're using other CI/CD providers you can have a look at the overview here and drill down into what's most interesting to you: https://www.pulumi.com/docs/using-pulumi/continuous-delivery/
h
Hi Florian*,* Thanks a lot for your info