Skip to content

Infrastructure overview

This page describes the infrastructure principles behind Balyze.


Current state

The infrastructure is intentionally simple and focused on:

  • containerized services
  • relational database (PostgreSQL)
  • documentation container
  • reverse proxy routing

Infrastructure is optimized for clarity and maintainability rather than scalability.


Non-goals at ALPHA stage

  • horizontal scaling
  • high-availability clusters
  • automated failover strategies
  • infrastructure-as-code standardization

These topics will be addressed when product validation justifies them.