/k8s-alerts

lightweight and simple alerting tool for Kubernetes

Primary LanguagePythonApache License 2.0Apache-2.0

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..