Argo Project

Grow

The Argo Project is a collection of components that make up a GitOps platform that runs on top of Kubernetes and similar platforms. The project has a number of components that support different CI/CD type processes. The main ones are listed below: -

  • ArgoCD - Component responsible for deployments
  • Argo Workflows - Component responsible for CI/CD process flows
  • Argo Notifications - Component responsible for providing various notifications support - like email, MS Teams and Slack
  • Argo Dexx - Component responsible for SSO integrations and other IAM activities
  • Argo Rollouts - Component responsible for providing advance deployment capabilites like Canary, deployment priorities and Blue Green
  • Argo Events - Component responsible for providing event management and responses for many different sources

Argo is an open-source project supported by Google, Adobe, Redhat and other major IT vendors and is being rapidly adopted in the DevOps space.

Platform
CI

This information was updated as of 01 January 2022. Changes may have occured since then.

Please help us improve by sharing your feedback to techhorizon@and.digital. Thank you.

Similar Technologies

AWS Code Pipeline

AWS CodePipeline is a continuous integration and continuous delivery service for fast and reliable application and infrastructure updates.

A pipeline defines your release process workflow, and describes how a new code change progresses through your release process. A pipeline comprises a series of stages (e.g., build, test, and deploy), which act as logical divisions in your workflow. Each stage is made up of a sequence of actions, which are tasks such as building code or deploying to test environments. AWS CodePipeline provides you with a graphical user interface to create, configure, and manage your pipeline and its various stages and actions, allowing you to easily visualize and model your release process workflow.

You can use CodePipeline to model your build, test, and deployment actions to run in parallel in order to increase your workflow speeds.

https://aws.amazon.com/codepipeline/?nc=sn&loc=0

GitLab CI/CD

GitLab CI/CD is the part of GitLab that you use for all of the continuous methods (Continuous Integration, Delivery, and Deployment). With GitLab CI/CD, you can test, build, and publish your software with no third-party application or integration needed.

https://docs.gitlab.com/ee/ci/

Azure Pipelines

Codefresh
Drone CI
GitHub Actions
Pulumi
Spinnaker