Clearing the complexity : From Kubernetes to GCP Cloud Run
I’m working in an IT service company, where I’ve been introduced to a new project last year. The stack is not so boring, every services use Typescript with Hasura as a GraphQL API and PostgreSQL as a PaaS on GCP. All of the services were deployed across two environments on two different GKE clusters and a dedicated PostgreSQL instance. These clusters had each two nodes. With the costs of the Kubernetes Engine, Compute Engine (with a total of 4 VMs where the nodes are installed), and Cloud SQL (2 PostgreSQL instances). The monthly billing was averaging 600 euros. ...