ark icon indicating copy to clipboard operation
ark copied to clipboard

Infrastructure as code for deploying on cloud and local

Open TimothyStiles opened this issue 1 year ago • 3 comments

It's extremely likely that cheapest way to keep this beast running will be to deploy via terraform so we can cycle through the free compute creds that most cloud providers give to qualified startups.

I'd prefer that the terraform module be defined in either pure Go or perhaps CUE which is a Go based DSL for devopsy tasks. There should absolutely be modules for local deployment and perhaps aws, microsofts, GCP (whichever is giving us credits).

TimothyStiles avatar Apr 04 '23 19:04 TimothyStiles

https://www.pulumi.com/product/ <- alternative

TimothyStiles avatar Apr 04 '23 21:04 TimothyStiles

It looks like Pulumi will be easier to work with so we'll be going with them.

TimothyStiles avatar Apr 05 '23 02:04 TimothyStiles

Like this blog post for a local dev sort of thing but it's in JS/TS.

https://blog.tilt.dev/2022/03/23/pulumi.html

TimothyStiles avatar Apr 05 '23 02:04 TimothyStiles