ZSoftly Cloud Platform
All posts

Blog

Engineering

Architecture decisions, performance, and how we build ZCP.

Engineering

How We Consolidated 4 PostgreSQL Clusters into 1 with CloudNativePG

We ran 4 separate PostgreSQL clusters for 91MB of data. Each cluster had its own PodDisruptionBudget blocking node drains. This guide shows how we consolidated them into a single HA cluster with PgBouncer connection pooling using CloudNativePG and ArgoCD.

Engineering

Beyond GitHub Actions Quota Limits: Building Production-Grade CI/CD Artifact Storage

When GitHub Actions quota limits halted a startup's entire deployment pipeline for 24 hours, we helped them build a strategic solution. Learn the decision framework for evaluating artifact storage, why most teams make the wrong architectural choices, and how to build CI/CD infrastructure that scales with your business.