Getting Started with Vyntech Cloud
Deploy containerized workloads, serverless Knative functions, and managed databases to Australian enterprise Kubernetes clusters in under 3 minutes.
Create a Project
Organize workloads into isolated tenant namespaces with CPU and RAM quotas.
Deploy a Workload
Specify container image, replicas, ports, and health check probes.
Attach Ingress & TLS
Bind custom domain with automatic Let's Encrypt SSL/TLS certificates and Anycast routing.
1. Authentication & Base URL
All Cloud platform endpoints are mounted under /v1/cloud. Include your Vyntech ID JWT token in the Authorization header:
Authorization: Bearer <VYNTECH_CLOUD_JWT>
2. Deploy Your First Container Workload
Deploy an NGINX container workload with 2 replicas across multi-zone Kubernetes nodes:
POST /v1/cloud/workloadsAuth
3. Stream Real-Time Logs via WebSocket
Open a live WebSocket connection to receive real-time stdout and stderr log streams directly from container pods:
wss://api.vyntech.com.au/v1/cloud/workloads/wld_7f2b1a9c/logs/stream?token=$CLOUD_TOKEN