← all work
Architect
Multi-Tenant Static-Hosting Service
Shared nginx, NFS-mounted doc roots, dev/uat/prod overlays. Onboard a new client site in under an hour.
summary
A platform-level service that replaced the per-image-rebuild anti-pattern with a generalized multi-tenant static-hosting approach. New sites onboard in five steps with no per-site CI infrastructure.
highlights
- Iteration loop: PR push → dev rsync → uat → prod, no image rebuilds for content changes.
- Server-side and content-side gating are independent: server changes flow through their own dev/uat/prod, content flows through PR/test/release.
- First tenant is this site. Future client sites inherit the pattern without paying the construction cost.
stack
nginxNFSKustomize overlaysArgo CDCI runners