Hello Everyone We are a startup studio, and natur...
# platform-blueprints
j
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
I see your infra is hybrid-multi cloud. Did you have anything in mind to centrally control costs/consumption that integrates with Terraform?
j
You can estimate costs for public clouds with terraform. For private clouds, you cannot, but the costs are predictable for private ones anyways.
l
@Jaffar Hussain Some food for thought based on the concept of "well-architected" https://tag-app-delivery.cncf.io/blog/enterprise-idp-maturity-hack/#well-architected-aws-azure-and-gcp
j
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.