<?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 Logan's Nest</title><link>https://blog.han.life/tags/kubernetes/</link><description>Recent content in Kubernetes on Logan's Nest</description><generator>Hugo</generator><language>en-au</language><lastBuildDate>Fri, 27 Oct 2023 00:00:00 +0000</lastBuildDate><atom:link href="https://blog.han.life/tags/kubernetes/index.xml" rel="self" type="application/rss+xml"/><item><title>Run a debug prob in a kubernetes cluster with gatekeeper</title><link>https://blog.han.life/posts/2023/2023-10-27-k8s-debug-probe/</link><pubDate>Fri, 27 Oct 2023 00:00:00 +0000</pubDate><guid>https://blog.han.life/posts/2023/2023-10-27-k8s-debug-probe/</guid><description>&lt;p&gt;When attempting to run &lt;code&gt;kubectl debug &amp;lt;node&amp;gt; -it --image=&amp;lt;image&amp;gt;&lt;/code&gt; blocked due to gatekeeper, you can do about the same with normal &lt;code&gt;kubectl run&lt;/code&gt; command like below:&lt;/p&gt;&#10;&lt;p&gt;&lt;code&gt;kubectl run logan-tmp-shell --rm -i --tty --image &amp;lt;image&amp;gt;&lt;/code&gt;&lt;/p&gt;</description></item></channel></rss>