argo.md styling

This commit is contained in:
franz.germann1 2024-12-19 15:00:40 +01:00
parent 6f0ac1777a
commit 401aefe420

View file

@ -6,13 +6,16 @@
## Main features
1. **Declarative Configuration Management**
- **📝 Declarative Configuration Management**
Argo CD uses declarative YAML or JSON files stored in Git repositories to manage application infrastructure. These files define the desired state, ensuring that applications are consistently deployed to Kubernetes clusters with every deployment.
2. **Kubernetes-Native Integration**
- **☸️ Kubernetes-Native Integration**
Designed specifically for Kubernetes, Argo CD integrates seamlessly within the Kubernetes ecosystem. It leverages Kubernetes native capabilities for managing deployments and cluster resources, aligning with GitOps principles to handle changes automatically based on the declarative configurations in Git.
3. **Self-Healing and Automatic Rollbacks**
- **♻️ Self-Healing and Automatic Rollbacks**
Argo CD detects drift (when the actual state of a cluster deviates from the desired state) and automatically reconciles changes to restore the desired state. It also supports automatic rollbacks in the event of deployment failures, provided policies are defined in Git configurations.
---