k8s-alerts
k8s-alerts copied to clipboard
Lightweight and simple alerting tool for Kubernetes
we need to create a main configurations file to be loaded in the start of the script we can create it as json structured file and then load it Also...
We can use the `/api/v1/watch/pods` endpoint to get and watch the status events for the pods instead of using `kubectl` tool
It would be great to add a contribution guide Add issue template and automate the review part of PRs
What do think, keep it as a terminal base tool and keep streaming events in the terminal, or we should also stream the events to the web, desktop app base...