Details
A cluster is a collection of nodes that runs containerized workloads. Portainer lets you keep track of your cluster and its individual nodes, including resource usage and configuration.
From the menu expand the Cluster section and select Details.

The following information is provided:
Memory reservation
The amount of memory available to the cluster.
Memory used
The amount of memory used by the cluster. This is only visible if you have enabled using the metrics API.
CPU reservation
The amount of CPU that has been reserved in the cluster.
CPU used
The amount of CPU used by the cluster. This is only visible if you have enabled using the metrics API.

Omni cluster management
This section only appears when the environment is a Talos Kubernetes cluster provisioned by Portainer through Omni.
In this section you can see and update the versions of Kubernetes and Talos on your Talos Kubernetes cluster provisioned by Portainer.
This functionality is in beta and only tested with some configurations.

Nodes
This section lists the nodes in your cluster with information about each node. To view details of a specific node, click the name of the node in the list.

The Conditions column shows any conditions that are currently active on the node. If no conditions are displayed, this indicates the node is healthy. Any active conditions (DiskPressure, MemoryPressure, PIDPressure, NetworkUnavailable) will be displayed for the particular node.
The Cached images column shows the number of cached images on each node. Click the displayed number to view a list of those images, including details of the image size and alias count.

To view usage stats for a node, click the stats icon to the right of the node.
Node stats are only available when you have enabled using the metrics API.

On Talos Kubernetes or MicroK8s environments provisioned with the Create a Kubernetes cluster feature, you will also see buttons to add and remove nodes as well as additional action icons on MicroK8s environments to view the MicroK8s status (for control plane nodes) and to connect to the environment via SSH console.
If you need to adjust elements of your Kubernetes configuration you can do so by selecting Setup in the left menu.
SetupIf you would like to define security constraints on the pods in your environment, select Security constraints.
Security constraintsWas this helpful?