Case Study - Compare Kubernetes YAMLs
Archived 2 months ago
D
direct_x_34
Copy Paster!
- K8s-Aware Diff: Field-level comparison for Deployments/Services/ConfigMaps (beyond plain line diffs)
- Actionable Report: Clear added / removed / changed stats with per-line details
- Noise Reduction: Optionally ignore metadata.*, timestamps, and order-only changes
- REST API: POST your YAMLs and get a clean JSON diff—perfect for CI/CD pull-request checks
- Docker & K8s: Ship and run with a ready-to-use container image and sample manifests
- OpenAPI: Explore endpoints interactively via Swagger UI
- Tests: JUnit unit tests & broad integration tests
- Prometheus: Scrape & store metrics
- Grafana: Visualize with dashboards
- SonarQube: Code quality & static analysis (coverage trends, code smells, vulnerabilities)
If you’d like to explore more details and review the code, check out the GitHub repository via the link below.
Link: https://github.com/Rapter1990/kubernetesymlcompare
