How to compare 2 k8s yaml files?

This page summarizes the projects mentioned and recommended in the original post on /r/kubernetes

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • dyff

    /ˈdʏf/ - diff tool for YAML files, and sometimes JSON

  • I use dyff (https://github.com/homeport/dyff) as the output is easy to read.

  • cue

    Discontinued CUE has moved to https://github.com/cue-lang/cue (by cuelang)

  • For manual visual inspection try: https://cuelang.org

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • yaml

    YAML support for the Go language.

  • If you need to do it in Go, then you could deserialize YAML in a GO-like-structure, compare objects using go-cmp:     - this is to generate the GO structure for your YAML: https://zhwt.github.io/yaml-to-go/  - deserialize the above object using: https://github.com/go-yaml/yaml

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • A tool to sort/rearrange yaml files - or bring them close enough in alignment to allow a decent diff between them.

    1 project | /r/kubernetes | 27 Oct 2022
  • How to compare 2 yaml files in go?

    2 projects | /r/golang | 3 Aug 2021
  • Dyff: Diff tool for YAML files, and sometimes JSON

    1 project | news.ycombinator.com | 23 Mar 2021
  • No YAML

    6 projects | news.ycombinator.com | 27 Oct 2021
  • The File Filesystem

    7 projects | news.ycombinator.com | 30 Apr 2024