<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Deployments on Nerdsid.com</title><link>https://nerdsid.com/tags/deployments/</link><description>Recent content in Deployments on Nerdsid.com</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Wed, 06 May 2026 15:06:12 +0000</lastBuildDate><atom:link href="https://nerdsid.com/tags/deployments/index.xml" rel="self" type="application/rss+xml"/><item><title>Deployments in Kubernetes</title><link>https://nerdsid.com/posts/deployments-in-kubernetes/</link><pubDate>Wed, 06 May 2026 15:06:12 +0000</pubDate><guid>https://nerdsid.com/posts/deployments-in-kubernetes/</guid><description>&lt;h2 id="tasks">Tasks&lt;/h2>
&lt;h3 id="task-1">Task 1&lt;/h3>
&lt;p>How many PODs exist on the system?&lt;/p>

&lt;figure class="terminal no-copy">
 &lt;header class="terminal-header">
 &lt;div class="terminal-controls">
 &lt;span class="dot dot--red">&lt;/span>
 &lt;span class="dot dot--yellow">&lt;/span>
 &lt;span class="dot dot--green">&lt;/span>
 &lt;/div>
 
 &lt;/header>
 &lt;pre>&lt;code>$ k get po
No resources found in default namespace.&lt;/code>&lt;/pre>
&lt;/figure>

&lt;p>Ans: 0&lt;/p>
&lt;h3 id="task-2">Task 2&lt;/h3>
&lt;p>How many ReplicaSets exist on the system?&lt;/p>

&lt;figure class="terminal no-copy">
 &lt;header class="terminal-header">
 &lt;div class="terminal-controls">
 &lt;span class="dot dot--red">&lt;/span>
 &lt;span class="dot dot--yellow">&lt;/span>
 &lt;span class="dot dot--green">&lt;/span>
 &lt;/div>
 
 &lt;/header>
 &lt;pre>&lt;code>$ k get rs
No resources found in default namespace.&lt;/code>&lt;/pre>
&lt;/figure>

&lt;h3 id="task-3">Task 3&lt;/h3>
&lt;p>How many Deployments exist on the system?&lt;/p>

&lt;figure class="terminal no-copy">
 &lt;header class="terminal-header">
 &lt;div class="terminal-controls">
 &lt;span class="dot dot--red">&lt;/span>
 &lt;span class="dot dot--yellow">&lt;/span>
 &lt;span class="dot dot--green">&lt;/span>
 &lt;/div>
 
 &lt;/header>
 &lt;pre>&lt;code>$ k get deploy
No resources found in default namespace.&lt;/code>&lt;/pre>
&lt;/figure>

&lt;h3 id="task-4">Task 4&lt;/h3>
&lt;p>How many Deployments exist on the system &lt;em>now&lt;/em>?&lt;/p></description></item></channel></rss>