https://github.com/cuongnb14/k8swatch
This module is designed to check the state of all pods every minute and send a notification via a specified channel (e.g., Discord) for every detected restart of a pod.
https://github.com/cuongnb14/k8swatch
Last synced: 8 months ago
JSON representation
This module is designed to check the state of all pods every minute and send a notification via a specified channel (e.g., Discord) for every detected restart of a pod.
- Host: GitHub
- URL: https://github.com/cuongnb14/k8swatch
- Owner: cuongnb14
- License: mit
- Created: 2024-09-10T09:18:58.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-13T04:24:12.000Z (about 1 year ago)
- Last Synced: 2025-01-13T10:51:53.022Z (10 months ago)
- Language: Go
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# K8swatch
This module is designed to check the state of all pods every minute and send a notification via a specified channel (e.g., Discord) for every detected restart of a pod.
# Setup
- update `DISCORD_WEBHOOK_URL` in deployment.yaml
- Apply
```
kubectl apply -f deployment.yaml
```