Join us

ContentUpdates and recent posts about Argo CD..
 Activity
@cmndrsp0ck started using tool Kubernetes , 3 days, 4 hours ago.
 Activity
@cmndrsp0ck started using tool Go , 3 days, 4 hours ago.
 Activity
@cmndrsp0ck started using tool GNU/Linux , 3 days, 4 hours ago.
 Activity
@cmndrsp0ck started using tool GitLab CI/CD , 3 days, 4 hours ago.
 Activity
@cmndrsp0ck started using tool Docker , 3 days, 4 hours ago.
Story
@laura_garcia shared a post, 3 days, 9 hours ago
Software Developer, RELIANOID

The UK raises the bar on digital security

With cyberattacks on the rise, the Product Security and Telecommunications Infrastructure (PSTI) Act marks a major step toward making connected technology secure by design. In our latest article, we explain: What the PSTI Act requires Why it matters beyond consumer IoT How it signals a global sh..

Story Palark Team
@shurup shared a post, 3 days, 10 hours ago
@palark

New CNCF Sandbox projects in 2025: From Podman to CloudNativePG

Kubernetes

Each year, 25-30 new Open Source projects related to the Cloud Native ecosystem are accepted to the CNCF Sandbox. In January 2025, there were 13 additions, with four of them donated by Red Hat. Here's the list of these newly added CNCF projects: - Podman Container Tools (security-focused Docker alte..

CNCF Sandbox projects in January 2025
Story
@sancharini shared a post, 3 days, 14 hours ago

CI Testing Best Practices for Reliable and Fast Builds

As software teams adopt continuous integration, build speed and reliability become critical success factors. CI testing plays a central role in ensuring that every code change is validated quickly and consistently before it moves further down the delivery pipeline. Without clear practices, however, ..

 Activity
@qballscholar started using tool WordPress , 4 days, 1 hour ago.
 Activity
@qballscholar started using tool Terraform , 4 days, 1 hour ago.
At its core, Argo CD treats Git as the single source of truth for application definitions. You declare the desired state of your Kubernetes applications in Git (manifests, Helm charts, Kustomize overlays), and Argo CD continuously compares that desired state with what is actually running in the cluster. When drift is detected, it can alert you or automatically reconcile the cluster back to the Git-defined state.

Argo CD runs inside Kubernetes and provides:

- Declarative application management
- Automated or manual sync from Git to cluster
- Continuous drift detection and health assessment
- Rollbacks by reverting Git commits
- Fine-grained RBAC and multi-cluster support

It integrates natively with common Kubernetes configuration formats:

- Plain YAML
- Helm
- Kustomize
- Jsonnet

Operationally, Argo CD exposes both a web UI and CLI, making it easy to visualize application state, deployment history, diffs, and sync status. It is commonly used in platform engineering and SRE teams to standardize deployments, reduce configuration drift, and enforce auditability.

Argo CD is part of the Argo Project, which is hosted by the Cloud Native Computing Foundation (CNCF), and is widely adopted in production Kubernetes environments ranging from startups to large enterprises.