Running Pod with Daemonsets

# Introduction In Kubernetes, a DaemonSet is a type of controller that ensures a copy of a pod is running on every node in the cluster. This lab will guide you through the process of creating a DaemonSet to run replicas of a pod on every node in the cluster.

|60 : 00

Click the virtual machine below to start practicing