Argo CD
Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes that continuously syncs the state of applications running in a cluster with the desired state defined in a Git repository.
17 resources across 3 libraries
Glossary Terms(12)
Flux
Flux is a GitOps toolkit for Kubernetes that continuously synchronizes cluster state with configuration stored in a Git repository, using Git as the single sou…
Helm
Helm is the package manager for Kubernetes, letting teams define, install, and upgrade even the most complex Kubernetes applications using reusable, versioned…
Argo CD
Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes that continuously syncs the state of applications running in a cluster with the desire…
Argo Rollouts
Argo Rollouts is a Kubernetes controller that provides advanced deployment strategies such as canary and blue-green releases, going beyond the basic rolling up…
Argo Workflows
Argo Workflows is a container-native workflow engine for Kubernetes that lets teams define and orchestrate multi-step, parallel jobs — such as CI pipelines or…
Kustomize
Kustomize is a template-free configuration tool for customizing raw, declarative Kubernetes YAML manifests through layered overlays rather than variable substi…
Spinnaker
Spinnaker is an open-source, multi-cloud continuous delivery platform originally created by Netflix for releasing software changes with high velocity and confi…
Codefresh
Codefresh is a CI/CD and GitOps platform built primarily around containerized and Kubernetes-native workflows, providing pipelines, image building, and progres…
GitOps
GitOps is an operational model in which a Git repository serves as the single source of truth for the desired state of infrastructure and applications, with au…
Karpenter
Karpenter is an open-source, Kubernetes-native node autoscaler that provisions and terminates compute nodes directly in response to unschedulable pod demand, c…
ArgoCD
Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes that continuously monitors a Git repository containing the desired state of an applica…
Flux CD
Flux CD (Flux) is an open-source, CNCF-graduated GitOps toolkit for Kubernetes that continuously reconciles cluster state with configuration stored in Git repo…
Cheat Sheets(1)
Interview Questions(4)
What is GitOps?
GitOps is an operational practice where a Git repository is the single source of truth for declarative infrastructure and application configuration, and an aut…
What is Argo CD and How Does GitOps Deployment Work?
Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes that continuously compares the live cluster state against manifests stored in a Git re…
GitOps vs Traditional CI/CD: What Is the Difference?
Traditional CI/CD pushes changes into an environment by having the pipeline itself run `kubectl apply` or similar deploy commands against the cluster, while Gi…
What Is Argo Rollouts?
Argo Rollouts is a Kubernetes controller and CRD (`Rollout`) that replaces the native `Deployment` object to enable advanced progressive delivery strategies —…