Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 399 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 399 Bytes

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