<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>GitOps on My devblog</title><link>https://dev.fabricesemti.com/tags/gitops/</link><description>Recent content in GitOps on My devblog</description><generator>Hugo</generator><language>en</language><copyright>Copyright &amp;copy; 2023 Fabrice Semti - All rights reserverd</copyright><lastBuildDate>Sat, 08 Aug 2026 10:00:00 +0000</lastBuildDate><atom:link href="https://dev.fabricesemti.com/tags/gitops/index.xml" rel="self" type="application/rss+xml"/><item><title>home-dc-kubernetes, Part 2: Talos as the Kubernetes OS</title><link>https://dev.fabricesemti.com/blog/08-08-2026-home-dc-kubernetes-part-2/</link><pubDate>Sat, 08 Aug 2026 10:00:00 +0000</pubDate><guid>https://dev.fabricesemti.com/blog/08-08-2026-home-dc-kubernetes-part-2/</guid><description>&lt;p&gt;Kubernetes has a dirty secret: it runs on top of a general-purpose Linux that was never meant to host it. SSH into most cluster nodes and you&amp;rsquo;ll find a full distro — package managers, cron daemons, a thousand ways for the node to drift from the image you intended.&lt;/p&gt;
&lt;p&gt;Talos takes the opposite bet: &lt;strong&gt;the OS is Kubernetes.&lt;/strong&gt; No SSH. No package manager. No shell. Every node is a minimal, immutable Linux that speaks the Kubernetes API and exposes exactly one management surface — &lt;code&gt;talosctl&lt;/code&gt;. If you can&amp;rsquo;t configure it via the API, you can&amp;rsquo;t configure it at all. That&amp;rsquo;s not a limitation; it&amp;rsquo;s the whole point.&lt;/p&gt;</description></item><item><title>home-dc-kubernetes, Part 1: The Rebuild Source of Truth</title><link>https://dev.fabricesemti.com/blog/07-08-2026-home-dc-kubernetes-part-1/</link><pubDate>Fri, 07 Aug 2026 10:00:00 +0000</pubDate><guid>https://dev.fabricesemti.com/blog/07-08-2026-home-dc-kubernetes-part-1/</guid><description>&lt;p&gt;Most homelabs are a pile of services held together by muscle memory. Mine used to be too — until I deleted it. Not by accident: deliberately, so I could prove the repo was telling the truth.&lt;/p&gt;
&lt;p&gt;This is &lt;a href="https://github.com/fabricesemti80/home-dc-kubernetes" target="_blank" rel="noreferrer"&gt;&lt;code&gt;home-dc-kubernetes&lt;/code&gt;&lt;/a&gt;: the repository that can rebuild my entire home data centre from a git clone plus a handful of secrets. Not &amp;ldquo;restore from backup&amp;rdquo; — &lt;strong&gt;rebuild from declarative source&lt;/strong&gt;. This series walks through how it works, layer by layer.&lt;/p&gt;</description></item></channel></rss>