Skip to content
Neutree Documentation

Managing clusters

Clusters are responsible for AI model inference, compute resource management, and other functions. They are divided into the following two types:

  • Static node cluster: Suitable for grouping servers or virtual machines as static nodes into a cluster. The control plane accesses static nodes via IP + SSH information.

  • Kubernetes cluster: Suitable for creating an AI cluster on an existing Kubernetes cluster. Neutree only deploys the system services required for models and inference, while compute resources are managed by native Kubernetes. The control plane accesses the Kubernetes cluster via Kubeconfig.