DaemonSets
DaemonSets ensure that a specific pod runs on all (or selected) nodes in a cluster. They are primarily used for deploying system-level services that require a presence on every node, such as log collection, monitoring, or networking agents. DaemonSets simplifies cluster management by automating pod scheduling across nodes.
User can see the list of DaemonSets from the DaemonSets Tab

Once user click on any DaemonSets a details of that DaemonSets shown as below

The user will be able to Edit/Delete the DaemonSets if required

Use Case of DaemonSets -
- Node Monitoring
- Log Collection
- Networking
- Storage Management
- Security Monitoring
More Details: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
Next Page
Config Maps