kylegato / kube-entropy-monitor

Monitor available entropy in a k8s cluster

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kube-entropy-monitor

Docker Repository on Quay

Basic docker image that outputs available entropy to stdout

Usage

Run it as a daemonset in the kube-system namespace.

If you'd like to change the default sleep from 5 seconds to something else, modify monitor.sh and build.

kubectl create -f ./kube-entropy-monitor-ds.yaml

Monitoring

Use your favorite log aggregator (Splunk/LogDNA/Papertrail) to setup alerts on the output from the script

Sample outputs:

1584545334 - Wed Mar 18 15:28:54 UTC 2020 -  - available_entropy=3166

About

Monitor available entropy in a k8s cluster


Languages

Language:Shell 69.0%Language:Dockerfile 31.0%