DaemonSets
Last updated
Last updated
Daemon Sets are used for a mechanism in Kubernetes that ensures that all (or some) nodes have copies of a running pod. Whenever there is an addition of a new node in the cluster, DaemonSet ensures that the specified pod runs on that node automatically. On the Workload page select the DaemonSets tab.
The DaemonSets tab displays information.
Name
Used to uniquely identify the DaemonSet in the namespace.
Desired
Displays the number of pod replicas that DaemonSet wants to run on nodes in the cluster.
Current
Displays the number of pods currently running by DaemonSet on nodes in the cluster.
Ready
Indicates the number of pods that are currently in the ready state to service the request.
Up-to-date
Displays the number of pods that have been updated to the latest version desired by DaemonSet.
Available
Displays the number of pods available to service user requests.
Node-Selector
Displays the label used by DaemonSet to determine which nodes should run the pod.
Age
Displays the duration of time since the DaemonSet was created.
Containers
Displays a list of container names that are part of the DaemonSet pod template. This list of container names provides information about the components that DaemonSet runs.
Images
Displays the image of the container used in the DaemonSet.