notification-controller
notification-controller copied to clipboard
Diff notification about k8s status and git status
Can notification-controller alert the difference between the actual state in k8s and the expected state in git?
For example, due to some special circumstances or misoperation, others have changed the replicas of the pod, so that it does not meet the expected state of git, and helm-controller will not automatically correct it, then can we cooperate with something similar to kubediff? Project to do some state inconsistent alarms
why should i do this I think this is a gitops-related alarm. It is not related to the basic information alarm of k8s metrics. The basic information alarm is that the service status is unavailable, such as pod not running, node not ready, and so on. The alarm here is related to gitops. It needs to be consistent with the expected state of git, but not all of them affect the use of the service,like the replica I mentioned earlier.