Neurox Control plane standalone
Neurox Control can be installed anywhere that has ingress and persistent disk and does not require GPU nodes (those can be joined as Workload clusters with GPU nodes). A common approach is to deploy Neurox Control onto vanilla EKS, GKE, AKS or IKS cluster.
Cluster requirements
Kubernetes and CLI 1.29+
Helm CLI 3.8+
4 CPUs
8 GB of RAM
120 GB Persistent Volume Storage
Ingress reachable from Internet
Cert Manager
Ingress Controller
Credentials
Your Neurox subdomain
Your Neurox install key
Your Neurox registry username and password
Install
Once you have all of the above information, set the environment variables accordingly in the script below, then copy the script into your shell and run it. The install may take up to 5 minutes to complete.
Configure IdP
By default, Neurox supports local users and groups. If you want to configure Google as your IdP, follow those instructions, set the secret, then include this argument at the end of the Helm install command above:
Last updated