<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Kubernetes on Lead DevOps</title><link>https://lead-devops.blackdevhub.online/en/tags/kubernetes/</link><description>Recent content in Kubernetes on Lead DevOps</description><generator>Hugo</generator><language>en</language><lastBuildDate>Mon, 31 Aug 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://lead-devops.blackdevhub.online/en/tags/kubernetes/index.xml" rel="self" type="application/rss+xml"/><item><title>kind: Local Kubernetes in Docker</title><link>https://lead-devops.blackdevhub.online/en/posts/kind-local-kubernetes-in-docker/</link><pubDate>Mon, 31 Aug 2026 00:00:00 +0000</pubDate><guid>https://lead-devops.blackdevhub.online/en/posts/kind-local-kubernetes-in-docker/</guid><description>&lt;p&gt;kind creates a Kubernetes cluster from Docker containers: control-plane and worker nodes are &lt;code&gt;kindest/node&lt;/code&gt; images. Primary use cases are local development and CI. GitHub Actions has an official &lt;code&gt;create-kind&lt;/code&gt; action that makes pipelines with K8s tests straightforward.&lt;/p&gt;
&lt;p&gt;Compared to minikube, kind has no hypervisor dependency and natively supports multi-node topologies. Compared to k3d, it requires no Rancher and talks to CRI/containerd directly.&lt;/p&gt;
&lt;h2 id="installation"&gt;Installation&lt;/h2&gt;
&lt;p&gt;macOS, Linux, and Windows (via WSL2) — download the binary from GitHub Releases.&lt;/p&gt;</description></item></channel></rss>