-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Splitting Telegraf MTR and Speedtest-cli in CronJobs
In order to avoid overload the original Telegraf DaemonSet, I splitted the MTR process and Speedtest in different CronJobs that runs a copy of the Telegraf process. Each one takes a key from the ConfigMap in order to load their own configuration and making use of the Telegraf's `--once` flag we're scheduling an execution every 10 minutes. Also we have improved Memory and CPU limits and SecurityContexts.
- Loading branch information
Showing
10 changed files
with
20,634 additions
and
7,002 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.