<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Argocd on Daniel Cardozo</title><link>/tags/argocd/</link><description>Recent content in Argocd on Daniel Cardozo</description><generator>Hugo</generator><language>en-us</language><copyright>&lt;a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener"&gt;cc by-nc 4.0&lt;/a&gt;</copyright><lastBuildDate>Mon, 15 Jan 2024 10:00:00 +0100</lastBuildDate><atom:link href="/tags/argocd/index.xml" rel="self" type="application/rss+xml"/><item><title>Getting Started with ArgoCD</title><link>/posts/argocd-getting-started/</link><pubDate>Mon, 15 Jan 2024 10:00:00 +0100</pubDate><guid>/posts/argocd-getting-started/</guid><description>&lt;h2 id="what-is-argocd"&gt;What is ArgoCD?&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;ArgoCD&lt;/strong&gt; is a declarative, GitOps-based continuous delivery tool for Kubernetes. It automates application deployment by continuously syncing the desired state defined in a Git repository to your Kubernetes cluster — your Git repository becomes the single source of truth.&lt;/p&gt;
&lt;h2 id="prerequisites"&gt;Prerequisites&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;A running Kubernetes cluster (or &lt;a href="https://kind.sigs.k8s.io/"&gt;kind&lt;/a&gt; for local testing)&lt;/li&gt;
&lt;li&gt;&lt;code&gt;kubectl&lt;/code&gt; configured to access your cluster&lt;/li&gt;
&lt;li&gt;A Git repository containing Kubernetes manifests&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="installing-argocd"&gt;Installing ArgoCD&lt;/h2&gt;
&lt;p&gt;Create the ArgoCD namespace and apply the official installation manifest:&lt;/p&gt;</description></item></channel></rss>