Push code, run on VMs — no SSH, no open ports.
ZopDay deploys to VMs, alongside Kubernetes
ZopDay now deploys to VMs as a first-class target alongside Kubernetes: push code, the image builds, and the service runs behind a managed L4 load balancer with TLS ingress. VMs sit in private subnets with no open management ports, one VM can host many services, and the deployer now detects the environment variables a service needs during stack detection.
What's in this release
- New ZopDay: deploy services to VMs alongside Kubernetes — push code, it builds, and runs behind a managed L4 load balancer with TLS-terminated ingress
- New ZopDay: VMs run in private subnets with no external IP and no open management ports (control plane via Google IAP / AWS SSM / Azure Run-Command)
- New ZopDay: one VM can host many services, custom domains attach from the UI with automatic DNS, and TLS is issued via Let's Encrypt
- New ZopDay: a VM-pool detail page shows health, attached domains, live deployments, and provisioning history
- Improved ZopDay: stack detection now reads the environment variables a service needs from the codebase and
.envfiles and pre-fills the deploy wizard (Node.js, Python, Go, Java/Kotlin, Ruby, PHP)