<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>kubernetes | Nerdpress.org</title>
	<atom:link href="https://nerdpress.org/tag/kubernetes/feed/" rel="self" type="application/rss+xml" />
	<link>https://nerdpress.org</link>
	<description>...dev, tech problems and solutions.</description>
	<lastBuildDate>Fri, 14 Oct 2022 09:09:47 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>Show kubernetes secrets with k9s</title>
		<link>https://nerdpress.org/2022/10/14/show-kubernetes-secrets-with-k9s/</link>
		
		<dc:creator><![CDATA[Ivo Bathke]]></dc:creator>
		<pubDate>Fri, 14 Oct 2022 09:07:10 +0000</pubDate>
				<category><![CDATA[Kubernetes]]></category>
		<category><![CDATA[k9s]]></category>
		<category><![CDATA[kubernetes]]></category>
		<guid isPermaLink="false">https://nerdpress.org/?p=3176</guid>

					<description><![CDATA[<p>If you want to show decrypted secrets of your kubernetes (k8s) deployment with k9s try this: First choose the namespace you want to check the secrets in by typing a colon and namespace Then choose your namespace by navigating with your arrow down key and press return when on the desired namespace. Then type a &#8230; </p>
<p class="link-more"><a href="https://nerdpress.org/2022/10/14/show-kubernetes-secrets-with-k9s/" class="more-link">Continue reading<span class="screen-reader-text"> "Show kubernetes secrets with k9s"</span></a></p>
The post <a href="https://nerdpress.org/2022/10/14/show-kubernetes-secrets-with-k9s/">Show kubernetes secrets with k9s</a> first appeared on <a href="https://nerdpress.org">Nerdpress.org</a>.]]></description>
										<content:encoded><![CDATA[<p>If you want to show decrypted <a href="https://kubernetes.io/docs/concepts/configuration/secret/" target="_blank" rel="noreferrer noopener" title="https://kubernetes.io/docs/concepts/configuration/secret/">secrets</a> of your kubernetes (k8s) deployment with <a href="https://k9scli.io/" target="_blank" rel="noreferrer noopener">k9s</a> try this:</p>



<p>First choose the namespace you want to check the secrets in by typing a colon and  <em>namespace</em> </p>



<span id="more-3176"></span>


<pre class="wp-block-code"><span><code class="hljs language-shell">:namespace</code></span></pre>


<p>Then choose your namespace by navigating with your arrow down key and press return when on the desired namespace.</p>



<p>Then type a colon and type &#8216;secrets&#8217;:</p>


<pre class="wp-block-code"><span><code class="hljs language-shell">:secrets</code></span></pre>


<p>Then choose your secret by navigating with your arrow down key and press return when on the desired secret.</p>



<p>When secret is selected press <strong>x</strong> and k9s will display the decrypted secrets.</p>



<figure class="wp-block-image size-full"><a href="https://nerdpress.org/wp-content/uploads/2022/10/k9s-show-secrets-1.png"><img decoding="async" width="319" height="131" src="https://nerdpress.org/wp-content/uploads/2022/10/k9s-show-secrets-1.png" alt="" class="wp-image-3180" srcset="https://nerdpress.org/wp-content/uploads/2022/10/k9s-show-secrets-1.png 319w, https://nerdpress.org/wp-content/uploads/2022/10/k9s-show-secrets-1-300x123.png 300w" sizes="(max-width: 319px) 100vw, 319px" /></a><figcaption>k9s decode secrets with x</figcaption></figure>



<p>Leave the decrypted display again by pressing Escape key.</p>The post <a href="https://nerdpress.org/2022/10/14/show-kubernetes-secrets-with-k9s/">Show kubernetes secrets with k9s</a> first appeared on <a href="https://nerdpress.org">Nerdpress.org</a>.]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
