I've been playing with pulumi the past couple of weeks on stream, still got a long list of things I want to add to this service, but thought I'd share it now it's in a working state.
https://github.com/trelore/pulumi
Current features:
• Deploys GKE
• Deploys Argo w/ declarative setup to point to another open source repo I have
• Deploys loki-stack (loki/grafana works out the box, need a tracing/metrics solution)
Future features:
•
Hook up prometheus to scrape above service Done
• Add an API gateway w/ basic auth to remove the need for port forwarding to the services
• Suggestions???
Feedback very welcome, I've winged a lot of this.