DaemonSet

DaemonSet Management #

DaemonSet Overview #

DaemonSet is used to deploy background programs residing in the cluster,such as node log collection.DaemonSet guarantees that the specified Pod runs on all or some nodes.When a new node is added to the cluster,there is also an automatic deployment Pod;After a node is removed from the cluster,the Pod is automatically reclaimed.

Check DaemonSet List #

Operating steps:

  1. Log in the MSP Platform

  2. In the MSP Platform “All Products” navigation bar,click the Workload under the Container Cloud Platform module

  3. Click select “Deployments"and enter Deployments list page,as shown in the following figure:

image_20220730185821_daemonset

Check DaemonSet Monitoring #

The container cloud platform can view the monitoring of all Pods under DaemonSet in the cluster,including CPU usage, memory usage, network outflow rate, and network inflow rate.

Operating steps:

  1. Log in the MSP Platform

  2. In the MSP Platform “All Products” navigation bar,click the Workload under the Container Cloud Platform module

  3. Click select “Deployments"and enter Deployments list page,select the desired DaemonSet,as shown in the following figure:

image_20220730185836_daemonset

Check DaemonSet Event #

The container cloud platform supports viewing events at DaemonSet in the cluster.

Operating steps:

  1. Log in the MSP Platform

  2. In the MSP Platform “All Products” navigation bar,click the Workload under the Container Cloud Platform module

  3. Click select “Deployments"and enter Deployments list page,select the desired DaemonSet,click Name to access the Pod management page

  4. On the Pod management page, click “Event” in the left navigation to enter the event page,as shown in the following figure:

image_20220730185843_daemonset

Check DaemonSet YAML #

The container cloud platform supports viewing the YAML files of DaemonSet in cluster.

Operating steps:

  1. Log in the MSP Platform

  2. In the MSP Platform “All Products” navigation bar,click the Workload under the Container Cloud Platform module

  3. Click select “Deployments"and enter Deployments list page,select the desired DaemonSet,click Name to access the Pod management page

  4. On the Pod management page, click “YAML” in the left navigation to enter the YAML page,as shown in the following figure:

image_20220730185847_daemonset

Delete DaemonSet #

The container cloud platform can delete a DaemonSet from a cluster,which will display other resources in the cluster associated with the resource,such as Service and ConfigMap.

Operating steps:

  1. Log in the MSP Platform

  2. In the MSP Platform “All Products” navigation bar,click the Workload under the Container Cloud Platform module

  3. Click select “Deployments"and enter Deployments list page,select the desired DaemonSet,click Delete

image_20220730185853_daemonset