K8 Telegraf Daemon
Deploy Telegraf as a daemonset into your Kubernetes environment to collect and forward performance metrics from your clusters
telegraf-daemonset/
├── kustomization.yaml
└── resources/
├── config.yaml
├── daemonset.yaml
├── namespace.yaml
├── role.yaml
├── role-binding.yaml
└── service_account.yaml
Last updated