<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Valerio Uberti</title>
    <description>The latest articles on DEV Community by Valerio Uberti (@valeriouberti).</description>
    <link>https://dev.to/valeriouberti</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4048301%2Fbf20151d-9945-4e08-bc0e-e298f2350c8b.jpg</url>
      <title>DEV Community: Valerio Uberti</title>
      <link>https://dev.to/valeriouberti</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/valeriouberti"/>
    <language>en</language>
    <item>
      <title>Removing kubectl from CI Pipelines: A Slower, More Honest Deployment Model</title>
      <dc:creator>Valerio Uberti</dc:creator>
      <pubDate>Mon, 27 Jul 2026 13:11:30 +0000</pubDate>
      <link>https://dev.to/valeriouberti/removing-kubectl-from-ci-pipelines-a-slower-more-honest-deployment-model-2pn1</link>
      <guid>https://dev.to/valeriouberti/removing-kubectl-from-ci-pipelines-a-slower-more-honest-deployment-model-2pn1</guid>
      <description>&lt;p&gt;Most teams adopt ArgoCD to speed up Kubernetes deployments. &lt;strong&gt;The real value is that it slows them down.&lt;/strong&gt; The shift from push-based CI/CD to pull-based GitOps introduces a 45–60 second reconciliation lag — and eliminates an entire category of incidents.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The full breakdown&lt;/strong&gt; (with code, benchmarks, and the culture gap every platform team hits) is on my blog:&lt;br&gt;&lt;br&gt;
👉 &lt;a href="https://www.valeriouberti.dev/articles/removing-kubectl-from-CI-pipelines" rel="noopener noreferrer"&gt;Read the complete article here&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Here is the thesis: a CI pipeline should not touch the cluster. It should touch Git. ArgoCD, running inside the cluster, should be the only component that applies manifests.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The counter-intuitive part:&lt;/strong&gt; this adds latency. A 50-second sync lag feels like a regression. But what teams lose in speed, they gain in &lt;em&gt;honesty&lt;/em&gt; automatic drift detection, rollbacks as &lt;code&gt;git revert&lt;/code&gt;, and zero cluster credentials in CI.&lt;/p&gt;

&lt;p&gt;Consider an internal platform serving ~80 engineers. Before GitOps, the platform team fields ~8 support tickets per month just answering "what is actually running?" After the move, that number drops to zero. The trade-off is correct.&lt;/p&gt;

&lt;p&gt;If a platform team is still running &lt;code&gt;kubectl apply&lt;/code&gt; from GitHub Actions, this is worth reading.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Tags:&lt;/strong&gt; #kubernetes #gitops #argocd #devops #platform-engineering&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
