Prerequisites
- A running Kubernetes cluster and
kubectlaccess. - Helm 3.x.
metrics-serverinstalled (the resource monitor needs it).- Your Client ID and password from the clients page.
Install
values.yaml (see Configuration → Authentication).
Verify
Running, your workspace Online on the clients page.
Environment-specific config
Use hostPath-backed volumes:- NetworkPolicy (training-pod egress lockdown) only enforces if your CNI supports it — Calico, Cilium, or kube-router. Flannel alone does not enforce.
Production notes
- Schedule MySQL and storage on reliable nodes; back up the data PVCs.
- Size training compute per job via
RESOURCE_REQUESTS/RESOURCE_LIMITS(Configuration). - Day-2 upgrades and rollbacks: see Operations.