> ## Documentation Index
> Fetch the complete documentation index at: https://docs.domino.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Kubernetes infrastructure

Domino runs in your [Kubernetes](https://kubernetes.io/) cluster, and the infrastructure can be managed with Kubernetes tools like [kubectl](https://kubernetes.io/docs/reference/kubectl/overview/).

The following are the types of [Kubernetes nodes](https://kubernetes.io/docs/concepts/architecture/nodes/) used by Domino:

Platform nodes\
Platform nodes, [labeled](https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/) with `dominodatalab.com/platform-node: true`, host the always-on components of the Domino application, including the frontends, API server, authentication service, and supporting metadata services. These nodes host a fixed collection of persistent pods.

Compute nodes\
Compute nodes, [labeled](https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/) with `dominodatalab.com/node-pool:<node name>`, host user jobs and published Domino Models and Apps. The workload hosted by these nodes will change with user demand, and using an elastic cloud cluster will allow for automatic scaling of this pool to meet the needs of active users.

Domino recommends that you have a separate Node Pool for Platform and Compute nodes. This is not always possible, but is preferred. Domino does set resource limits and requests, so they can’t overwhelm individual nodes.

See [Domino architecture](/6.3/admin/architecture-and-deployment/architecture) to learn more.

## Next steps

* [Kubernetes compatibility](/6.3/admin/architecture-and-deployment/kubernetes-infrastructure/kubernetes-compatibility).

* [Compatibility with clusters](/6.3/admin/architecture-and-deployment/kubernetes-infrastructure/cluster-compatibility).

* [Cluster requirements](/6.3/admin/architecture-and-deployment/kubernetes-infrastructure/cluster-requirements).

* [NVIDIA DGX in Domino](/6.3/admin/architecture-and-deployment/kubernetes-infrastructure/nvidia-dgx-in-domino).
