k8s-alerts icon indicating copy to clipboard operation
k8s-alerts copied to clipboard

Lightweight and simple alerting tool for Kubernetes

k8s-alerts

it show all failure kubernetes status that we got from kubectl

"ErrImagePull", "Error", "CrashLoopBackOff", "ImagePullBackOff"

How to use:

  • python3.x

  • Make sure you have kubectl

  • Just run python3 app.py

  • Also you can set a duration time in sec python3 app.py --d=1

We still working on it to be more efficient..