<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Debug School: moumita das</title>
    <description>The latest articles on Debug School by moumita das (@nansyirene_706).</description>
    <link>https://www.debug.school/nansyirene_706</link>
    <image>
      <url>https://www.debug.school/images/_J4VuzsY0S5GAhMPe9Imit3rEx1wAVqUvcICIVQbw4U/rs:fill:90:90/g:sm/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvdXNl/ci9wcm9maWxlX2lt/YWdlLzY5Ni9mNGYy/NjY3My00ZDNmLTRk/YjgtOWY2MS1mYTdj/MmFiYjNiMDAucG5n</url>
      <title>Debug School: moumita das</title>
      <link>https://www.debug.school/nansyirene_706</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.debug.school/feed/nansyirene_706"/>
    <language>en</language>
    <item>
      <title>Answers from MOumita</title>
      <dc:creator>moumita das</dc:creator>
      <pubDate>Fri, 22 Sep 2023 11:55:21 +0000</pubDate>
      <link>https://www.debug.school/nansyirene_706/answers-from-moumita-5cj</link>
      <guid>https://www.debug.school/nansyirene_706/answers-from-moumita-5cj</guid>
      <description>&lt;p&gt;What is Namespaces? Explain with Image&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A logical separation of different pods running across multiple nodes , that will avoid unwanted access / un controllable resource usage by multiple developer groups who are using the cluster&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;What is Pod? Explain with Image&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The unit of scheduler . A pod can run multiple docker container inside it . User cant login inside , but login inside contaner of a pod . Pods can be scaled up &amp;amp; scaled down based on need basis &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;What is Replica Sets? Explain with Image&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt; The overriden feature of Replica Controller . If user wants to scale up / scale down pods . then a object of replica set needs to be created , &amp;amp; scalling can be applied to the corresponding pod mapped to the replica set . If user wants to scale uo multiple pod doing multiple functionaly , individual replica set needs to be created for each pod&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;What is Deployment? Explain with Image&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Deployment is wrapper of replicaset + pod . versioning of softwares  can be managed by roll out / rollback / versioning feature of deployment cmd . 90% user across the industry uses deployment feature rather individually creating pod &amp;amp; replicaset &lt;/li&gt;
&lt;/ul&gt;

</description>
    </item>
    <item>
      <title>Moumita</title>
      <dc:creator>moumita das</dc:creator>
      <pubDate>Thu, 21 Sep 2023 09:06:23 +0000</pubDate>
      <link>https://www.debug.school/nansyirene_706/moumita-448n</link>
      <guid>https://www.debug.school/nansyirene_706/moumita-448n</guid>
      <description>&lt;h3&gt;
  
  
  What is Kubernetes
&lt;/h3&gt;

&lt;p&gt;Big Enterprise level load balancing service providing architecture &lt;/p&gt;

&lt;h4&gt;
  
  
  Why do we need it?
&lt;/h4&gt;

&lt;p&gt;same as above + uninterrupted end user experience&lt;/p&gt;

&lt;h4&gt;
  
  
  How it works?
&lt;/h4&gt;

&lt;p&gt;Workstation will execute kubectl , request will reach to api server , api server will  check the storage etcdl db  for healthy worker node , if available submit it to scheduler queue , if not available let controller manager figure out a healthy worker node &lt;/p&gt;

&lt;h4&gt;
  
  
  What are the components of Master?
&lt;/h4&gt;

&lt;p&gt;api server , scheduler , controller manger , storage - etcdtl&lt;/p&gt;

&lt;h4&gt;
  
  
  What are the components of Worker?
&lt;/h4&gt;

&lt;p&gt;an application called kubelet , proxy finder (dont remember the key word now ???)&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
