<?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: Mikhail Dorokhovich</title>
    <description>The latest articles on DEV Community by Mikhail Dorokhovich (@mikhail_dorokhovich_0c532).</description>
    <link>https://dev.to/mikhail_dorokhovich_0c532</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%2F2184540%2F2a57f0ad-7d85-44d7-8b50-05d9dff396e4.png</url>
      <title>DEV Community: Mikhail Dorokhovich</title>
      <link>https://dev.to/mikhail_dorokhovich_0c532</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mikhail_dorokhovich_0c532"/>
    <language>en</language>
    <item>
      <title>Local Kubernetes Dev — Part 1: The inner dev loop and why run a cluster locally</title>
      <dc:creator>Mikhail Dorokhovich</dc:creator>
      <pubDate>Mon, 20 Jul 2026 20:25:34 +0000</pubDate>
      <link>https://dev.to/mikhail_dorokhovich_0c532/local-kubernetes-dev-part-1-the-inner-dev-loop-and-why-run-a-cluster-locally-3go8</link>
      <guid>https://dev.to/mikhail_dorokhovich_0c532/local-kubernetes-dev-part-1-the-inner-dev-loop-and-why-run-a-cluster-locally-3go8</guid>
      <description>&lt;p&gt;A second ago your dev loop was instant — now every code change costs you 2–5 minutes.&lt;/p&gt;

&lt;p&gt;Sound familiar? You finished a service, it runs great on your laptop, all that's left is to "build the container and deploy." And then it begins: docker build → docker push → kubectl apply → wait for the Pod to come up → check the logs. Instead of &lt;code&gt;uvicorn --reload&lt;/code&gt; in a fraction of a second, you wait minutes for every little tweak. And on top of that, bugs you literally cannot see on a laptop: OOMKilled, CPU throttling, a NetworkPolicy cutting your traffic, a failing readiness probe, RBAC denying access. Code that "worked locally" — and dies in the cluster for reasons you never even considered.&lt;/p&gt;

&lt;p&gt;This is the first article in a new series on local development for Kubernetes. I dig into where TWO distinct pains come from — the slow loop AND the low-fidelity environment — and why shift-left isn't "test earlier," it's "test in a real cluster." Using the end-to-end example myapp (FastAPI + PostgreSQL), I show what we'll build by the end of the series: a local k3d cluster, real manifests, and Tilt with live-update that brings iteration back down to seconds.&lt;/p&gt;

&lt;p&gt;If you're getting your first service ready to deploy to Kubernetes — start here. &lt;a href="https://dorokhovich.com/blog/local-k8s-inner-dev-loop?utm_source=devto&amp;amp;utm_medium=syndication&amp;amp;utm_campaign=local-k8s-inner-dev-loop" rel="noopener noreferrer"&gt;https://dorokhovich.com/blog/local-k8s-inner-dev-loop?utm_source=devto&amp;amp;utm_medium=syndication&amp;amp;utm_campaign=local-k8s-inner-dev-loop&lt;/a&gt;&lt;/p&gt;

</description>
      <category>devops</category>
      <category>docker</category>
      <category>kubernetes</category>
      <category>tutorial</category>
    </item>
  </channel>
</rss>
