YAML Diff
Compare two YAML files side by side
Clear
Compare
Export
Original YAML
apiVersion: apps/v1 kind: Deployment metadata: name: my-app spec: replicas: 3 template: spec: containers: - name: app image: nginx:1.19
Modified YAML
apiVersion: apps/v1 kind: Deployment metadata: name: my-app spec: replicas: 5 template: spec: containers: - name: app image: nginx:1.21 - name: sidecar image: busybox
Click "Compare" to see the differences