Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,8 @@ weight: 5

DaemonSets have many use cases – one frequent pattern is to use DaemonSets to install or configure each host node. DaemonSets provide a way to ensure that a Pod copy is running on every node in the cluster. As a cluster grows and shrinks, the DaemonSet spreads these specially labelled Pods across all nodes.

![deamonset](deamonset.png)
<!--![deamonset](deamonset.png)-->
{{< meshery-design-embed
id="embedded-design-7191dfdd-2c44-4235-acb7-688f5e99750d"
src="daemonset.js"
>}}

Large diffs are not rendered by default.

Loading
Loading