akuity / awesome-argo

A curated list of awesome projects and resources related to Argo (a CNCF graduated project)

Home Page:https://akuity.github.io/awesome-argo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Awesome Slack Twitter Follow LinkedIn

Awesome Argo

đź”” NEWS:

Links to recordings for talks from various conferences, such as ArgoCon and KubeCon, are added as soon as they become available!

A curated list of awesome projects and resources related to Argo, a Cloud Native Computing Foundation (CNCF) graduated project.

Argo Image

This list is maintained and sponsored by Akuity, the Enterprise Company for Argo Project.

akuity

What is Argo?

Argo consists of a set of open source tools for deploying and running applications and workloads on Kubernetes, including:

  • Argo Workflows: Kubernetes-native workflow engine supporting DAG and step-based workflows.
  • Argo CD: Declarative continuous delivery with a fully-loaded UI.
  • Argo Rollouts: Advanced Kubernetes deployment strategies such as Canary and Blue-Green made easy.
  • Argo Events: Event based dependency management for Kubernetes.

In addition, argoproj-labs is a separate GitHub org for community contributions related to the Argo ecosystem.

Table of Contents

Selected projects from argoproj (other than the four projects mentioned above) and argoproj-labs:

  • Argo CD Autopilot offers an opinionated way of installing Argo CD and managing GitOps repositories.
  • Argo CD Extensions enables extensions for Argo CD.
  • Argo CD Image Updater is a tool to automatically update the container images of Kubernetes workloads which are managed by Argo CD.
  • Argo CD Interlace is a Kubernetes controller to enable software supply chain security capabilities in Argo CD.
  • Argo CD Operator is a Kubernetes operator for managing Argo CD clusters.
  • Argo CD Vault Plugin is an Argo CD plugin to retrieve secrets from Secret Management tools and inject them into Kubernetes resources.
  • Argo Helm is a collection of community-maintained Helm charts for Argo projects.
  • Argo Rollout Extension contains the Argo Rollout dashboard that can be added into the Argo CD Web UI.
  • Argo Rollouts Manager is a Kubernetes operator that provides an easy way to install, upgrade and manage the lifecycle of Argo Rollouts.
  • Argo Workflows Catalog contains free reusable templates for Argo Workflows.
  • Argo Workflows Plugins contains reusable plugins that extend Argo Workflows with new capabilities.
  • GitOps Engine contains various GitOps operators that address different use-cases and provide different user experiences but all have a similar set of core features.
  • Hera is an Argo Python SDK. Hera aims to make construction and submission of various Argo Project resources easy and accessible to everyone.
  • Notifications Engine is a configuration-driven Golang library that provides notifications for cloud-native applications.

Other open source projects that use Argo:

  • active-monitor is a Kubernetes controller which enables deep cluster monitoring and self-healing using Argo Workflows.
  • Apache DolphinScheduler is a distributed and extensible workflow scheduler platform with powerful DAG UI, dedicated to solving complex job dependencies in the data pipeline and providing various types of jobs available out of the box.
  • applicationset-progressive-sync is a controller to allow a progressive sync of ArgoCD Applications generated by an ApplicationSet.
  • argo-cd-action is a GitHub Action for executing Argo CD.
  • argo-compare is a small CLI tool showing the difference in the resulting helm manifests rendered from Applications in different git branches.
  • argo-watcher is a small service that improves the visibility of deployments that are using Argo CD Image Updater.
  • argocd-commenter is a Kubernetes controller to notify a change of Argo CD Application status via comments on GitHub pull requests and GitHub Deployments.
  • argocd-lovely-plugin is a plugin that allows you to composite multiple things together into a single argocd application or applicationSet. Includes allowing Helm+Kustomize, addition other manifests trivially and running additional plugins in a pipe.
  • argopm is a package manager for Argo Workflows. It enables developers to distribute and consume argo workflow templates as reusable modules.
  • backstage-plugin-argo-cd is a Argo CD plugin for Backstage, an open platform for building developer portals.
  • Cello is a service for running infrastructure as code software tools including CDK, Terraform and Cloud Formation via GitOps.
  • ci-github-notifiter is a lightweight container to post Argo Workflow statuses back to GitHub as Status Checks.
  • Couler provides a unified interface for constructing and managing workflows on different workflow engines.
  • deployKF effortlessly integrates Kubeflow, and leading MLOps tools on Kubernetes into open ML platforms (uses Argo CD and Argo Workflows).
  • Devtron is a Web-Based CI/CD Platform for Kubernetes, powered by Argo.
  • Flowify Collaborative no code UI for Argo Workflows.
  • Kargo helps GitOps practitioners streamline continuous delivery for Kubernetes by automating the progression of changes from one environment to the next.
  • k8s-bootstrapper is a framework to set up production ready Kubernetes clusters using Terraform and Argo CD.
  • Kedro is an open-source Python framework for creating reproducible, maintainable and modular data science code.
  • kubechecks is a tool to check what changes a pull-request will make to your ArgoCD applications, with reporting directly in the PR.
  • kubefirst provides fully automated open source application delivery and infrastructure management GitOps platforms for Kubernetes.
  • Kubeflow Katib is a Kubernetes-native project for automated machine learning (AutoML).
  • Kubeflow Pipelines is dedicated to making deployments of machine learning workflows on Kubernetes simple, portable, and scalable with Kubeflow.
  • Metaflow is a Python library for building and managing real-life data science projects.
  • Onepanel is the open source, end-to-end computer vision platform.
  • Orchest is a tool for building data pipelines/workflows. It supports Jupyter notebooks and scripts in multiple languages and provides a user friendly UI/browser based editor.
  • Orkestra is a cloud-native release orchestration and lifecycle management (LCM) platform for the fine-grained orchestration of inter-dependent Helm charts and their dependencies.
  • Piper is a Kubernetes controller which enables managing multi-branch pipelines for Argo Workflows to shift left pipeline configuraiton.
  • Ploomber helps overcome the challenges of working with Jupyter notebooks and allows teams to develop collaborative, production-ready pipelines using JupyterLab or any text editor.
  • provider-argocd is the Crossplane infrastructure provider for Argo CD.
  • Reloader is a Kubernetes controller to watch changes in ConfigMap and Secrets and do rolling upgrades on associated Deployments/StatefulSets/Daemonsets and Argo Rollouts.
  • Seldon is an MLOps framework to package, deploy, monitor and manage thousands of production machine learning models.
  • SQLFlow extends SQL to support AI and compiles the SQL program to a workflow that runs on Kubernetes.
  • terraform-provider-argocd is the Terraform provider for Argo CD.
  • Tator is a web platform for analyzing large video and image datasets. Tator lets you rapidly deploy custom analytics workflows to gain insights from your raw imagery.
  • Distributed Machine Learning Patterns teaches you how to take machine learning models from your personal laptop to large distributed clusters. You’ll explore key concepts and patterns behind successful distributed machine learning systems, and learn technologies like TensorFlow, Kubernetes, Kubeflow, and Argo Workflows with real-world scenarios and hands-on projects.
  • GitOps and Kubernetes teaches you how to use Git and the GitOps methodology to manage a Kubernetes cluster. The book interleaves theory with practice, presenting core Ops concepts alongside easy-to-implement techniques so you can put GitOps into action. Learn to develop pipelines that trace changes, roll back mistakes, and audit container deployment.

Please check out the official Argo Project blog. Additional links:

Blogposts that provide comparisons:

Please check out the official Argo Project YouTube channel.

🔥 ArgoCon and KubeCon North America 2023 talks:

ArgoCon Europe 2023 talks:

Other talks:

Social media accounts:

Some blogposts and videos are selected from Argo's community blogs and presentations.

Thanks to the contributors who've submitted pull requests to add the original references to the following locations:

⬆ back to top