Skip to main content
When to pick it — You’re on Azure and want managed Kubernetes with autoscaling and GPU node pools.

Prerequisites

  • An AKS cluster, and kubectl pointed at it (az aks get-credentials …).
  • Helm 3.x.
  • Your Client ID and password from the clients page.

Install

Set your credentials in values.yaml (see Configuration → Authentication).

Verify

Pods Running, your workspace Online on the clients page.

Environment-specific config

Use Azure Files for shared storage:
  • NetworkPolicy: create the AKS cluster with --network-policy azure (Azure NPM) or Calico — otherwise the training-pod egress lockdown won’t enforce.
  • metrics-server is bundled on AKS.

Production notes

  • Use GPU node pools for training workloads; size requests/limits per job.
  • Day-2 upgrades and rollbacks: see Operations.