<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Tailwind on Zwindler's Reflection</title><link>https://blog.zwindler.fr/en/tags/tailwind/</link><description>Recent content in Tailwind on Zwindler's Reflection</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>Licensed under CC BY-SA 4.0</copyright><lastBuildDate>Mon, 09 Feb 2026 18:00:00 +0200</lastBuildDate><atom:link href="https://blog.zwindler.fr/en/tags/tailwind/index.xml" rel="self" type="application/rss+xml"/><item><title>101 ways to deploy Kubernetes: a brand new UI to explore 118+ solutions</title><link>https://blog.zwindler.fr/en/2026/02/09/101-ways-to-deploy-kubernetes-a-brand-new-ui-to-explore-118-solutions/</link><pubDate>Mon, 09 Feb 2026 18:00:00 +0200</pubDate><guid>https://blog.zwindler.fr/en/2026/02/09/101-ways-to-deploy-kubernetes-a-brand-new-ui-to-explore-118-solutions/</guid><description>&lt;img src="https://blog.zwindler.fr/2026/02/101-kubernetes-ui-screenshot.webp" alt="Featured image of post 101 ways to deploy Kubernetes: a brand new UI to explore 118+ solutions" /&gt;&lt;h2 id="from-google-sheet-to-a-real-web-application"&gt;From Google Sheet to a real web application
&lt;/h2&gt;&lt;p&gt;You might remember my previous posts about this project: first a &lt;a class="link" href="https://blog.zwindler.fr/en/2025/11/02/93-ways-to-deploy-kubernetes-ive-cataloged-almost-all-existing-methods/" target="_blank" rel="noopener"
&gt;simple Google Sheet with 93 methods&lt;/a&gt;, then a &lt;a class="link" href="https://blog.zwindler.fr/en/2026/01/04/101-ways-to-deploy-kubernetes-v2/" target="_blank" rel="noopener"
&gt;GitHub repository with over 100 entries&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Today, I can present the latest iteration of this project: &lt;strong&gt;a real web interface&lt;/strong&gt; to explore all these solutions!&lt;/p&gt;
&lt;p&gt;👉 &lt;a class="link" href="https://zwindler.github.io/101-ways-to-deploy-kubernetes/" target="_blank" rel="noopener"
&gt;101-ways-to-deploy-kubernetes&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://blog.zwindler.fr/2026/02/101-kubernetes-ui-screenshot.avif"
loading="lazy"
alt="Web interface for the 101 ways to deploy Kubernetes project"
&gt;&lt;/p&gt;
&lt;h2 id="why-a-ui"&gt;Why a UI?
&lt;/h2&gt;&lt;p&gt;The Markdown table on GitHub was already better than the Google Sheet for collaboration, but barely. Hard to parse, hard to add columns without it becoming a mess (it already was, haha), and above all, incredibly UGLY.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://blog.zwindler.fr/2026/01/101-kubernetes-v2-screenshot.avif"
loading="lazy"
alt="Old Markdown table on GitHub, hard to read"
&gt;&lt;/p&gt;
&lt;p&gt;I therefore decided to turn all of this into a modern and intuitive interface, with the help of an LLM.&lt;/p&gt;
&lt;h2 id="tech-stack-astro--tailwind"&gt;Tech stack: Astro + Tailwind
&lt;/h2&gt;&lt;p&gt;For this project, I chose a simple but effective stack:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class="link" href="https://astro.build/" target="_blank" rel="noopener"
&gt;Astro&lt;/a&gt;&lt;/strong&gt;: a modern framework that generates ultra-fast static sites&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a class="link" href="https://tailwindcss.com/" target="_blank" rel="noopener"
&gt;Tailwind CSS&lt;/a&gt;&lt;/strong&gt;: for hassle-free responsive design&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The result? A lightweight, fairly fast site that works on both &lt;strong&gt;desktop&lt;/strong&gt; and &lt;strong&gt;mobile&lt;/strong&gt; (though the desktop experience remains more comfortable given the amount of data).&lt;/p&gt;
&lt;h2 id="features"&gt;Features
&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;Cards for each solution&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;No more spreadsheet-style table worthy of a backend dev (no, worse, a kube engineer&amp;hellip;)! Each tool now has its own animated &amp;ldquo;card&amp;rdquo; with:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The project logo&lt;/li&gt;
&lt;li&gt;The license type (OSS or proprietary)&lt;/li&gt;
&lt;li&gt;The GitHub star count&lt;/li&gt;
&lt;li&gt;Direct links to the project and third-party resources (independent blogs, experience reports, tutorials&amp;hellip;)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img src="https://blog.zwindler.fr/2026/02/101-kubernetes-zoom.avif"
loading="lazy"
alt="Detailed view of a Kubernetes solution card with logo, license, and GitHub stars"
&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Powerful filters&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Looking only for open source solutions? Tools for local development? Management platforms?&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Category&lt;/strong&gt; filters make navigation easy:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Desktop (local development)&lt;/li&gt;
&lt;li&gt;Managed (cloud offerings)&lt;/li&gt;
&lt;li&gt;Self-hosted (on-premise automation)&lt;/li&gt;
&lt;li&gt;Infra As Code&lt;/li&gt;
&lt;li&gt;Kubernetes OS (specialized operating systems)&lt;/li&gt;
&lt;li&gt;Management Platform&lt;/li&gt;
&lt;li&gt;Kubernetes in Kubernetes&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;You can also filter by &lt;strong&gt;status&lt;/strong&gt; (active, abandoned) or show only &lt;strong&gt;open source&lt;/strong&gt; or &lt;strong&gt;production ready&lt;/strong&gt; solutions.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A search bar&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Know what you&amp;rsquo;re looking for? Just type the name in the search bar to find the solution instantly.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tags for refinement&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Beyond categories, tags help quickly identify underlying technologies (kubeadm, k3s, k0s&amp;hellip;).&lt;/p&gt;
&lt;h2 id="did-you-know-at-least-18-tools-use-kubeadm"&gt;Did you know? At least 18 tools use kubeadm!
&lt;/h2&gt;&lt;p&gt;While compiling all this data, I discovered something fascinating: &lt;strong&gt;at least 18 tools&lt;/strong&gt; use &lt;code&gt;kubeadm&lt;/code&gt; as a backend to deploy Kubernetes! 🤯&lt;/p&gt;
&lt;p&gt;And that&amp;rsquo;s not even counting the managed Kubernetes offerings from cloud providers!&lt;/p&gt;
&lt;p&gt;This is exactly the kind of information you can now visualize instantly thanks to this new interface.&lt;/p&gt;
&lt;h2 id="a-collaborative-project"&gt;A collaborative project
&lt;/h2&gt;&lt;p&gt;The project remains &lt;strong&gt;100% open source&lt;/strong&gt; and collaborative. The data is still stored in the GitHub repository, and the UI is automatically generated from that data (I even added PR previews).&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Is a tool or provider missing?&lt;/strong&gt; Spotted a bug? Feel free to &lt;a class="link" href="https://github.com/zwindler/101-ways-to-deploy-kubernetes/issues" target="_blank" rel="noopener"
&gt;open an issue&lt;/a&gt; or submit a Pull Request!&lt;/p&gt;
&lt;p&gt;The project now lists &lt;strong&gt;118 solutions&lt;/strong&gt; (and I know there are certainly more missing), each with:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Up-to-date links&lt;/li&gt;
&lt;li&gt;Project status&lt;/li&gt;
&lt;li&gt;External references (tutorials, experience reports&amp;hellip;)&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="try-it-comment-share"&gt;Try it, comment, share
&lt;/h2&gt;&lt;p&gt;Head over to &lt;a class="link" href="https://zwindler.github.io/101-ways-to-deploy-kubernetes/" target="_blank" rel="noopener"
&gt;zwindler.github.io/101-ways-to-deploy-kubernetes&lt;/a&gt; to explore all these solutions!&lt;/p&gt;
&lt;p&gt;OK, this is a shameless &amp;ldquo;call to action&amp;rdquo; like you see on every social network. Fair enough.&lt;/p&gt;
&lt;p&gt;However, I can&amp;rsquo;t know if this is useful (or not) if you don&amp;rsquo;t tell me. I can leave it as is (it&amp;rsquo;s not a big deal, I have plenty of other projects waiting for my spare time) or keep it alive, if you like it / find it useful.&lt;/p&gt;
&lt;p&gt;And if you do find this project useful, please:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Star&lt;/strong&gt; the project on &lt;a class="link" href="https://github.com/zwindler/101-ways-to-deploy-kubernetes" target="_blank" rel="noopener"
&gt;GitHub&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Share&lt;/strong&gt; it with your colleagues in the Cloud Native community&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Contribute&lt;/strong&gt; by adding missing tools or fixing errors&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Thanks in advance! 🙏&lt;/p&gt;</description></item></channel></rss>