<?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 Learning Journey of Alexander Allgäuer</title><link>https://bitlex.li/tags/kubernetes/</link><description>Recent content in Kubernetes on Learning Journey of Alexander Allgäuer</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Tue, 14 Apr 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://bitlex.li/tags/kubernetes/index.xml" rel="self" type="application/rss+xml"/><item><title>k9s</title><link>https://bitlex.li/posts/k9s/</link><pubDate>Tue, 14 Apr 2026 00:00:00 +0000</pubDate><guid>https://bitlex.li/posts/k9s/</guid><description>&lt;p&gt;I never quite understood how developers come up with product names. k8s is Kubernetes,
k0s is a quick and easy Kubernetes,
k3s is a minimal Kubernetes , minikube is yet another mini Kubernetes.&lt;/p&gt;
&lt;p&gt;Anyway, k9s is phenomenal&amp;hellip;&lt;/p&gt;
&lt;p&gt;Saves time while navigating the cluster.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://k9scli.io/"&gt;https://k9scli.io/&lt;/a&gt;&lt;/p&gt;</description></item><item><title>k0s</title><link>https://bitlex.li/posts/kubernetes/</link><pubDate>Mon, 13 Apr 2026 00:00:00 +0000</pubDate><guid>https://bitlex.li/posts/kubernetes/</guid><description>&lt;h2 id="k0s"&gt;k0s&lt;/h2&gt;
&lt;p&gt;K0s is my favourite method to quick and easy spin up a new cluster.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.k0sproject.io/stable/install/"&gt;https://docs.k0sproject.io/stable/install/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I usually export the admin kubeconfig to give access to the cluster for k9s, helm etc \&lt;/p&gt;
&lt;p&gt;mkdir -p ~/.kube &lt;br&gt;
k0s kubeconfig admin &amp;gt; &lt;del&gt;/.kube/config &lt;br&gt;
export KUBECONFIG=&lt;/del&gt;/.kube/config&lt;/p&gt;</description></item></channel></rss>