DaemonSet in kubernetes
Reading Time: 4 minutes A Kubernetes DaemonSet is a container tool that ensures that all nodes are running exactly one copy of a pod. DaemonSets will even create pods on new nodes that are added to your cluster! This essentially runs a copy of the desired pod across all nodes. When a new node is add to a Kubernetes cluster, a new pod will be add to that newly Continue Reading