<?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 evilroot's blog</title><link>https://evilroot.eu.org/tags/kubernetes/</link><description>Recent content in Kubernetes on evilroot's blog</description><generator>Hugo</generator><language>en-gb</language><lastBuildDate>Fri, 17 Jul 2026 10:30:00 +0000</lastBuildDate><atom:link href="https://evilroot.eu.org/tags/kubernetes/index.xml" rel="self" type="application/rss+xml"/><item><title>Quick kubectl tip</title><link>https://evilroot.eu.org/2026/07/17/sample-note/</link><pubDate>Fri, 17 Jul 2026 10:30:00 +0000</pubDate><guid>https://evilroot.eu.org/2026/07/17/sample-note/</guid><description>&lt;p&gt;Found a neat way to watch pod status changes:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;kubectl get pods -w
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;The &lt;code&gt;-w&lt;/code&gt; flag streams updates live. Useful for deployments.&lt;/p&gt;</description></item></channel></rss>