mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-03-04 10:40:48 +00:00
4.0 KiB
4.0 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.
- medium: Argo CD: A Tool for Kubernetes DevOps
- itnext.io: ArgoCD: users, access, and RBAC
- opensource.com: Automatically create multiple applications in Argo CD
- cloud.redhat.com: How to Use ArgoCD Deployments with GitHub Tokens
- blog.risingstack.com: Argo CD Kubernetes Tutorial
- wecloudpro.com: Deploying Helm Charts with ArgoCD
- ==thenewstack.io: GitOps on Kubernetes: Deciding Between Argo CD and Flux==
- medium.com/gumgum-tech: Streamlining your Kubernetes adoption with Helmfile / ArgoCD and GitOps
- levelup.gitconnected.com: Getting Started With ArgoCD on your Kubernetes Cluster A step-by-step guide to set up ArgoCD on your Kubernetes cluster and synchronize your resources with your GitHub repository.
- digitalocean.com: How to Deploy to Kubernetes using Argo CD and GitOps
- aws.amazon.com: Cloud Native CI/CD with Tekton and ArgoCD on AWS
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.