Skip to content

Managing Clusters

Clusters handle AI model inference and compute resource management. There are two cluster types:

  • Static Node Cluster: Used to create clusters from servers or virtual machines as static nodes. The control plane accesses static nodes via IP and SSH credentials.

  • Kubernetes Cluster: Used to create AI clusters on existing Kubernetes clusters. Neutree only deploys models and inference-related system services, while compute resources are managed by native Kubernetes. The control plane accesses the Kubernetes cluster via Kubeconfig.