<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>K8S on Institute of Ineptitude</title><link>https://ineptitude.ca/tags/k8s/</link><description>Recent content in K8S on Institute of Ineptitude</description><generator>Hugo -- 0.153.1</generator><language>en</language><lastBuildDate>Sat, 10 Jan 2026 23:07:02 -0700</lastBuildDate><atom:link href="https://ineptitude.ca/tags/k8s/index.xml" rel="self" type="application/rss+xml"/><item><title>Quick Pods</title><link>https://ineptitude.ca/writing/quick-pods/</link><pubDate>Sat, 10 Jan 2026 23:07:02 -0700</pubDate><guid>https://ineptitude.ca/writing/quick-pods/</guid><description>&lt;p&gt;Sometimes you just need a quick pod of a given Linux flavour to test a quick scenario:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-sh-session" data-lang="sh-session"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="go"&gt;kubectl run debian-container -n default --rm -it --image=debian:stable -- bash
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-sh-session" data-lang="sh-session"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="go"&gt;kubectl run circle-container -n default --rm -it --image=cimg/base:2026.01 -- bash
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-sh-session" data-lang="sh-session"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="go"&gt;kubectl run go-container -n default --rm -it --image=cimg/go:1.25.5 -- bash
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-sh-session" data-lang="sh-session"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="go"&gt;kubectl run ubuntu-container -n default --rm -it --image=ubuntu:26.04 -- bash
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Also, the CLI to get just load balancers is annoying:&lt;/p&gt;</description></item></channel></rss>