mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-03-05 03:00:37 +00:00
3.1 KiB
3.1 KiB
Argo CD Declarative GitOps for Kubernetes
Introduction
- Argo CD - Declarative GitOps for Kubernetes
- youtube: GitOps with Argo-CD & Kubernetes
- Cloud Native Computing Foundation Accepts Argo as an Incubator Project
- openshift.com: OpenShift Authentication Integration with ArgoCD
- developers.redhat.com: OpenShift joins the Argo CD community (KubeCon Europe 2020)
- thenewstack.io: Applied GitOps with ArgoCD
- thenewstack.io: Why ArgoCD Is the Lifeline of GitOps
- openshift.com: Getting Started with ApplicationSets "App of Apps" pattern.
- gspann.com: Significance of Using Spinnaker When Adopting a Kubernetes Environment 🌟 Spinnaker acts as a multi-cloud deployment tool to support continuous workflows in a Kubernetes nvironment. Understand the Spinnaker architecture and learn about the best practices that can help you better deploy applications on Kubernetes clusters.
- medium: Argo CD: A Tool for Kubernetes DevOps
- itnext.io: ArgoCD: users, access, and RBAC
- opensource.com: Automatically create multiple applications in Argo CD
Argo CD Tools
- argoproj-labs/argocd-autopilot: Argo-CD Autopilot The Argo-CD Autopilot is a tool which offers an opinionated way of installing Argo-CD and managing GitOps epositories. New users to GitOps and Argo CD are not often sure how they should structure their repos, add applications, promote apps across environments, and manage the Argo CD installation itself using GitOps. Argo Autopilot is a project that solves that
- argoproj-labs/applicationset: Argo CD ApplicationSet Controller The ApplicationSet controller is a Kubernetes controller that adds support for a new custom ApplicationSet CustomResourceDefinition (CRD). The ApplicationSet controller manages multiple Argo CD Applications as a single ApplicationSet unit, supporting deployments to large numbers of clusters, deployments of large monorepos, and enabling secure Application self-service.
- IBM/argocd-vault-plugin An ArgoCD plugin to retrieve secrets from Hashicorp Vault and inject them into Kubernetes secrets.