Daemonsets

Challenge

Use kubectl to

  • Create a daemonset called dset
    • image quay.io/fluentd_elasticsearch/fluentd:v2.5.2

Expand here to see the solution

Bonus Challenge

Add a new node to your cluster

what happens with the daemonset?


Expand here to see the solution