Rendering the TRUE Argo CD diff on your PRs

This page summarizes the projects mentioned and recommended in the original post on dev.to

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
  • argocd-diff-preview

  • TL;DR — The safest way to make changes to your Helm Charts and Kustomize Overlays is to let Argo CD render them for you. This can be done by spinning up an ephemeral cluster in your automated pipelines. This article presents a tool (argocd-diff-preview) for rendering manifest changes on pull requests. The rendered output is similar to what Atlantis creates for Terraform.

  • 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
  • argocd-diff-action

    This GitHub action generates an ArgoCD diff between the current PR and the current state of the cluster.

  • quizlet/argocd-diff-action generates an Argo CD diff between the current PR and the current state of the cluster using the argocd app diff command. Thus, this tool needs the Argo CD applications to already be in sync with Git to be helpful. Applications that are out-of-sync on the Argo CD instance will be rendered as a diff on every PR. Additionally, you need to provide your CI pipeline with credentials to your Argo CD server, which may not be possible or desirable.

  • kubechecks

    Check your Kubernetes changes before they hit the cluster

  • zapier/kubechecks is a system that you install on your cluster, which may not be desirable for organizations with strict security restrictions. The tool is complex but has many interesting features. Again, this tool requires access to your running Argo CD instance, which may not be possible or desirable.

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

  • Kubernetes - An Operator Overview

    2 projects | dev.to | 13 Jun 2024
  • MicroK8s – Zero-ops Kubernetes for developers, edge and IoT

    1 project | news.ycombinator.com | 8 Mar 2024
  • Kubernetes-Native Testing Framework – Testkube

    1 project | news.ycombinator.com | 25 Feb 2024
  • Running workloads at the edge with MicroK8s

    1 project | dev.to | 13 Feb 2024
  • Canonical Launches MicroCloud to Deploy Your Own "Fully Functional Cloud"

    1 project | news.ycombinator.com | 17 Nov 2023