Company
Date Published
Author
Francisco Cocozza
Word count
590
Language
English
Hacker News points
None

Summary

Codefresh is a platform designed for GitOps deployments to Kubernetes, featuring robust integrations with Argo CD and Argo Rollouts, as well as observability dashboards. It facilitates progressive delivery workflows through its pipelines, which orchestrate testing, analysis, and rollback activities in sync with Argo CD. The document explains how to use Argo CD events to trigger pipelines in Codefresh, particularly during failed or error states, to perform actions like gathering logs or opening tickets. It provides a step-by-step guide on configuring Argo CD Notifications and setting up a webhook to communicate with Codefresh, ending with an example of triggering a pipeline based on a sync failure event, which demonstrates the value of accessing Argo CD sync information as variables within Codefresh pipelines.