Blog
Engineering deep dives, architecture decisions, and updates from the devopsellence team.
Solo mode: deploy with nothing but SSH
No control plane, no registry, no cloud services. Solo mode deploys your app to any server over SSH using docker save/load and a file-based desired state. Same zero-downtime rollouts, same reconciliation loop.
Architecture
How the system is designed and why
Standalone mode: from GCP-only to run-anywhere
devopsellence vs. Kubernetes: a structural comparison
Why we built VM-native deployment tooling on GCP primitives
One app per server: the power of a deliberate constraint
Why Docker and not Kubernetes
What's next: standalone mode and multi-provider support
Deploy pipeline
From git push to running containers
Security
Secrets, identity, and TLS
Operations
Resilience, scheduling, and day-2 concerns
Read end to end
These articles also form two multi-part series, designed to be read in order.
Building VM-native deployment tooling on GCP primitives 7 parts
- Why we built VM-native deployment tooling on GCP primitives
- Tamper-proof deploy delivery with GCS, Cloud KMS, and Artifact Registry
- Secrets that never touch the database
- Zero-credential nodes with Workload Identity Federation
- TLS private keys that never leave your servers
- What breaks and what doesn't
- What's next: standalone mode and multi-provider support