Kubernetes daemonsets

Compute deployments

job "kubernetes" "daemonSet" {
    namespace = "default"
     config {
        tag = "k8s-app:fluentd-logging"
        count = 1
        chaos = "terminate"
    }
}

chaos config:

  • terminate: Finds daemonSet with specified label and terminates those found.