Kubediff aims to pinpoint differences between your Kubernetes cluster's live resources and their definitions stored in version control.
Kubediff helps you identify configuration drift in Kubernetes by comparing local YAML files, often found in a `k8s` directory, against the cluster's running state. You can execute it via the command line using `./kubediff` to highlight differences like changes in container arguments. This project is marked as DEPRECATED, though it also supports deployment as a Kubernetes service for continuous monitoring and Prometheus integration.
Kubediff aims to pinpoint differences between your Kubernetes cluster's live resources and their definitions stored in version control.
DevOps engineers and SREs who manage Kubernetes configurations and use GitOps will find Kubediff useful for detecting configuration drift.