Getting Started
Quick start guide to run your first GPU workload with Anex.
Anex selects the active provider via cloudProvider.active (vastai, runpod, or mock):
| Provider | Notes |
|---|---|
vastai | Full feature set: machine bans, hardware filters incl. DLPerf, GPU mapping. Wireguard over plain UDP. |
runpod | Wireguard tunneled over WebSocket (wstunnel) since RunPod blocks UDP. No machine bans; uses a hardcoded GPU price dictionary for filtering. |
mock | In-memory provider used in tests. |
kubectl logs / kubectl exec are not available in managed clusters without root CA accessService resources can’t reach virtual pods directly — use VirtualService (CRD) insteadLoadBalancer already partially via NodePort VirtualService)Quick start guide to run your first GPU workload with Anex.
Helm chart values and provider configuration
Deploying workloads on the Anex virtual node
Anex deployment examples