How to run Solo Enterprise for agentgateway as a 3-node HA fleet on GCE
pjausovec · x · 2026-09-12
A hands-on walkthrough (verified with a real apply on Sep 10, 2026) of deploying Solo Enterprise for agentgateway as a 3-node HA fleet on GCE — no Kubernetes cluster needed.
Key points:
- 3 private Debian GCE VMs via a regional MIG spread across us-central1-a/b/c, each running the enterprise standalone Docker image (2026.8.2; pin the tag, never float :latest)
- A regional HTTPS load balancer is the only public entry; config lives in a versioned GCS object
- Shared state (UI overlay, request log) in Cloud SQL, rate-limit counters in Memorystore, license kept out of git
- Gotchas: data port 3000, readiness check must be /healthz/ready on port 15021 (not /readyz), admin port 127.0.0.1:15000 is local-only
A fully reproducible deployment manual with real console facts.
More from coding & agent
- Tuned Opus-style AGENTS.md makes DeepSeek v4.1 actually finish coding tasks — teortaxesTex · 2026-09-12
- 8 Hermes agent skills worth installing now from Nous Research's hub of hundreds — Teknium · 2026-09-12
- AI coding is creating a new class of developer — hybrid product-engineering skillsets win — bendee983 · 2026-09-12
- Wafer launches comprehensive AI performance engineering repo, starting with deep dive on Transformer inference — garrytan · 2026-09-12
- Hermes Agent wins over users: managing server updates and automations from bed — Teknium · 2026-09-12
- Building an MCP server for KNX/ETS projects: provenance tiers and fail-closed design — No-Recording-8313 · 2026-09-12