ZSoftly Cloud Platform
All posts

Blog

Engineering

Architecture decisions, performance, and how we build ZCP.

Engineering

Two Lessons From Running OPNsense in Production

We ran OPNsense as a VM on network-defined storage and watched a single switch fault cascade into a cluster-wide outage. Two lessons we will not relearn: put your firewall on bare metal, and if you must virtualize it, keep the disk local.

Engineering

Full AWS Observability With Open Source Tools

CloudWatch gives you metrics. It does not give you actionable dashboards, historical trends, or alerts. We built a four-container open source stack that turns raw AWS data into full observability — no agents on app servers, no licensing costs, auto-discovery via AWS tags.

Engineering

Why We Moved From SigNoz to the Grafana Stack

We picked SigNoz for its OpenTelemetry-native approach. A few months in, we moved to Prometheus, Loki, Alertmanager, and Grafana, with Grafana Alloy as the single collection agent. Here is the honest breakdown.

Engineering

How We Cut EKS Costs 62% by Rethinking Node Architecture

Our sandbox cluster ran 8 EC2 instances 24/7 costing $260/month. Most were idle overnight. By separating platform services from time-based workloads and recognizing CI/CD managers as 24/7 services, we consolidated to 3 nodes saving $160/month while improving reliability.