Project Icon

awesome-argo

Argo项目生态系统资源汇总 - 云原生应用部署与工作流管理指南

本列表汇集了Argo项目生态系统的核心资源,包括相关工具、书籍、博客文章和视频等。内容涵盖Argo Workflows、Argo CD、Argo Rollouts和Argo Events等官方项目,以及基于Argo构建的开源工具。开发者可通过这些精选资源深入了解Argo在云原生应用部署和工作流管理中的应用,获得全面的学习指南。

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

Ecosystem Projects

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-cd-mixin is a monitoring mixin for ArgoCD. A set of Grafana dashboards and Prometheus rules for ArgoCD.
  • 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.
  • argocd-nutshell is a set of scripts to set up repeatable, zero-conf demo and test environments for Argo CD using Vagrant, Ansible and VirtualBox
  • argocd-trivy-extension is Argo CD extension to enable visualization of Trivy generated vulnerability reports in Argo CD UI.
  • 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.
  • k8s-bootstrapper is a framework to set up production ready Kubernetes clusters using Terraform and Argo CD.
  • Kargo helps GitOps practitioners streamline continuous delivery for Kubernetes by automating the progression of changes from one environment to the next.
  • 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.
  • 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.
  • terraform-provider-argocd is the Terraform provider for Argo CD.

Books

  • 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.

Blog Posts

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

项目侧边栏1项目侧边栏2
推荐项目
Project Cover

豆包MarsCode

豆包 MarsCode 是一款革命性的编程助手,通过AI技术提供代码补全、单测生成、代码解释和智能问答等功能,支持100+编程语言,与主流编辑器无缝集成,显著提升开发效率和代码质量。

Project Cover

AI写歌

Suno AI是一个革命性的AI音乐创作平台,能在短短30秒内帮助用户创作出一首完整的歌曲。无论是寻找创作灵感还是需要快速制作音乐,Suno AI都是音乐爱好者和专业人士的理想选择。

Project Cover

白日梦AI

白日梦AI提供专注于AI视频生成的多样化功能,包括文生视频、动态画面和形象生成等,帮助用户快速上手,创造专业级内容。

Project Cover

有言AI

有言平台提供一站式AIGC视频创作解决方案,通过智能技术简化视频制作流程。无论是企业宣传还是个人分享,有言都能帮助用户快速、轻松地制作出专业级别的视频内容。

Project Cover

Kimi

Kimi AI助手提供多语言对话支持,能够阅读和理解用户上传的文件内容,解析网页信息,并结合搜索结果为用户提供详尽的答案。无论是日常咨询还是专业问题,Kimi都能以友好、专业的方式提供帮助。

Project Cover

讯飞绘镜

讯飞绘镜是一个支持从创意到完整视频创作的智能平台,用户可以快速生成视频素材并创作独特的音乐视频和故事。平台提供多样化的主题和精选作品,帮助用户探索创意灵感。

Project Cover

讯飞文书

讯飞文书依托讯飞星火大模型,为文书写作者提供从素材筹备到稿件撰写及审稿的全程支持。通过录音智记和以稿写稿等功能,满足事务性工作的高频需求,帮助撰稿人节省精力,提高效率,优化工作与生活。

Project Cover

阿里绘蛙

绘蛙是阿里巴巴集团推出的革命性AI电商营销平台。利用尖端人工智能技术,为商家提供一键生成商品图和营销文案的服务,显著提升内容创作效率和营销效果。适用于淘宝、天猫等电商平台,让商品第一时间被种草。

Project Cover

AIWritePaper论文写作

AIWritePaper论文写作是一站式AI论文写作辅助工具,简化了选题、文献检索至论文撰写的整个过程。通过简单设定,平台可快速生成高质量论文大纲和全文,配合图表、参考文献等一应俱全,同时提供开题报告和答辩PPT等增值服务,保障数据安全,有效提升写作效率和论文质量。

投诉举报邮箱: service@vectorlightyear.com
@2024 懂AI·鲁ICP备2024100362号-6·鲁公网安备37021002001498号