Hello Everyone
We are a startup studio, and naturally, we wanted to build repeatable processes to jumpstart new products. Our reference platform architecture is a battle hardened best practices and technology components which work together like a charm for a majority of real world use cases. We have a lot of boilerplate which helps you start a new platform within days.
We are now putting our platform architecture out there for everyone to see. I’d love to hear comments and suggestions.
l
Li-Or Amir
06/26/2024, 1:22 PM
I see your infra is hybrid-multi cloud. Did you have anything in mind to centrally control costs/consumption that integrates with Terraform?
j
Jaffar Hussain
06/26/2024, 1:25 PM
You can estimate costs for public clouds with terraform. For private clouds, you cannot, but the costs are predictable for private ones anyways.
Well in our boilerplates for setting up this architecture, we do have cost optimization baked in at several points. Use of preemptive instances, balance of hpa/vertical node scaling, choice of network architecture etc.
Thanks for sharing the link though, it is very insightful.