<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>5. GitOps on OpenShift Operations Training</title><link>/docs/05/</link><description>Recent content in 5. GitOps on OpenShift Operations Training</description><generator>Hugo</generator><language>en-us</language><atom:link href="/docs/05/index.xml" rel="self" type="application/rss+xml"/><item><title>5.1 Setup</title><link>/docs/05/01_setup/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/docs/05/01_setup/</guid><description>&lt;p&gt;In order to explore GitOps processes, we are going to need appropriate tools: Gitea and ArgoCD.&lt;/p&gt;
&lt;h2 id="task-511-gitea"&gt;Task 5.1.1: Gitea&lt;/h2&gt;
&lt;p&gt;Gitea is a lightweight Git server written in Go.
It allows us to easily host a Git repository which we can use as our single source of truth.&lt;/p&gt;
&lt;p&gt;Unfortunately, the default Operator catalog sources don&amp;rsquo;t contain a Gitea operator, but let&amp;rsquo;s change that.&lt;/p&gt;
&lt;p&gt;Create the Gitea Operator by applying the YAML files from the Github repository:&lt;/p&gt;</description></item><item><title>5.2 Argo CD</title><link>/docs/05/02_argocd/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/docs/05/02_argocd/</guid><description>&lt;h2 id="task-521-argo-cd"&gt;Task 5.2.1: Argo CD&lt;/h2&gt;
&lt;p&gt;Go out into the new world of GitOps and explore Argo CD.&lt;/p&gt;
&lt;p&gt;Find out how to access Argo CD&amp;rsquo;s web interface (which is very handy).&lt;/p&gt;
&lt;details data-mode="normalexpertmode" class="normalexpertmode"&gt;
 &lt;summary&gt;Hints&lt;/summary&gt;
&lt;p&gt;As usual, there are multiple ways to find out what Argo CD&amp;rsquo;s dashboard URL is:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;OpenShift exposes the link via its web console:&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img src="../argocd_ocpwebconsole.png" alt="Argo CD link in OpenShift’s web console"&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Or get it via route from the &lt;code&gt;openshift-gitops&lt;/code&gt; namespace:&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;oc -n openshift-gitops get routes
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/details&gt;
&lt;h2 id="task-522-gitea-repository"&gt;Task 5.2.2: Gitea repository&lt;/h2&gt;
&lt;p&gt;Create a new Git repository on your Gitea instance.&lt;/p&gt;</description></item></channel></rss>