Atlas is an open-source deployment pipeline platform built for cloud-native applications.
Atlas allows users to:
- Create continuous pipelines across all their environments and clusters
- Add custom tasks/tests plugins (Python scripts, K8S manifests, Argo Workflows, environment setup, etc.)
- Automatically rollback applications in case of failure or degradation (Atlas watches the application past the scope of a pipeline run to ensure and enforce stability)
- Use all existing Argo features
Would love to hear all of your feedback and thoughts on this!
> To build deployment pipelines with Argo Workflows, users have to set up Argo Events and write custom scripts to trigger an ArgoCD deployment, which can be a complicated process.
It sounds to me like the major value-add, compared to Argo Workflows, is simplifying the implementation process – but then the first step in "Getting Started" is to setup Kafka…
I'll have to spend more time looking at this.