CookieMonster
CookieMonster
WWindmill
Created by CookieMonster on 8/10/2023 in #general
Monorepo workspaces
We are still very much in the process of migrating our existing servless cloud functions over to Windmill. Infrastructure wise it fits in really well with our existing architecture using Google Cloud Kubernete's Engine with Autopilot. You don't have to use k8s but for us it makes sense because of scaling needs. We are explicting using Windmill for our non technical employees, to have secure access to traditionally developer only scripts. Windmill is great for workload orcastration, access control to runtime scripts, and overall helps democratize our data for the rest of the company in a secure way.
7 replies
WWindmill
Created by CookieMonster on 8/10/2023 in #general
Monorepo workspaces
using something like pulumi / terraform make transforming the official helm chart to suit our needs trival.
7 replies
WWindmill
Created by CookieMonster on 8/10/2023 in #general
Monorepo workspaces
We use Pulumi for IAC to manage deployments for each package. Each package has an infrastructure directory which contains our CI/CD code. so package/windmill has an infrastructure directory to manage our deployments in K8 using helm
7 replies