Container Workloads & Zero-Downtime Deployments
Deploy long-running containerized applications with automated multi-zone replica sets, rolling rollout strategies, live WebSocket logs, and interactive web terminals.
1. Workload Lifecycle & Health Checks
Workloads cycle through discrete statuses: PENDING → PROVISIONING → RUNNING. You can configure HTTP, TCP, or Exec readiness and liveness probes to prevent routing traffic to unhealthy pods.
POST /v1/cloud/workloads/{id}/rolloutAuth
Request
POST/v1/cloud/workloads/{id}/rollout
Response
2. Interactive Web Terminal (Exec)
Open a bi-directional WebSocket session to run debugging commands directly inside active containers:
wss://api.vyntech.com.au/v1/cloud/workloads/wld_7f2b1a9c/terminal?container=web&token=$CLOUD_TOKEN