<?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: Souveer Das</title>
    <description>The latest articles on Debug School by Souveer Das (@souveerdas123_15).</description>
    <link>https://www.debug.school/souveerdas123_15</link>
    <image>
      <url>https://www.debug.school/images/lG8kGPFoqeJ8caNey05qKVBIrixZ9STM6C1siGiW7TY/rs:fill:90:90/g:sm/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvdXNl/ci9wcm9maWxlX2lt/YWdlLzE2Mi8wMDA2/OWEzOC1iY2NjLTQ5/YTctYjdjYi0zMThm/ZTcwODE1ZjAucG5n</url>
      <title>Debug School: Souveer Das</title>
      <link>https://www.debug.school/souveerdas123_15</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.debug.school/feed/souveerdas123_15"/>
    <language>en</language>
    <item>
      <title>Day1-assignment</title>
      <dc:creator>Souveer Das</dc:creator>
      <pubDate>Thu, 20 Oct 2022 06:25:00 +0000</pubDate>
      <link>https://www.debug.school/souveerdas123_15/day1-assignment-2lnp</link>
      <guid>https://www.debug.school/souveerdas123_15/day1-assignment-2lnp</guid>
      <description>&lt;ul&gt;
&lt;li&gt;&lt;p&gt;What is Kubernetes?&lt;br&gt;
Kubernetes is an Orchestration tool managing multiple workloads running across a cluster of nodes.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;What are the 10 feature which we need at prod level, Kubernetes has it&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;ol&gt;
&lt;li&gt;Auto-scaling&lt;/li&gt;
&lt;li&gt;Persistent Storage&lt;/li&gt;
&lt;li&gt;Load Balancing&lt;/li&gt;
&lt;li&gt;Auto replication&lt;/li&gt;
&lt;li&gt;Automatic deployments&lt;/li&gt;
&lt;li&gt;Auto-restart of applications&lt;/li&gt;
&lt;li&gt;Security&lt;/li&gt;
&lt;li&gt;cluster logging&lt;/li&gt;
&lt;li&gt;storage orchestration&lt;/li&gt;
&lt;li&gt;patching quickly underlying applicaitons and k8s for regular updates&lt;/li&gt;
&lt;/ol&gt;

&lt;ul&gt;
&lt;li&gt;Architecture of Kubernetes and few lines for each component
The architecture contains of Master nodes and worker nodes.&lt;/li&gt;
&lt;li&gt;Master node comprises:
Controller Manager - manages controllers in cluster.
controllers - controls loops and watches state of cluster.
Scheduler - assigns pods to nodes
Api server - communicates to controller &amp;amp; scheduler
etcd - key value store used asfor all cluster data&lt;/li&gt;
&lt;/ul&gt;

&lt;ol&gt;
&lt;li&gt;Worker node comprises
Pods - smallest unit representing an instance . May contain 1 or more container.
Kubelet - creates, destroys, updates container nodes
Proxy - manages network across nodes.&lt;/li&gt;
&lt;/ol&gt;

&lt;ul&gt;
&lt;li&gt;What is POD, write a 10 lines explaination on POD&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;POD is the smallest deployable unit in K8s.&lt;br&gt;
Can contain 1 or more containers.&lt;br&gt;
single instance running process in a cluster.&lt;/p&gt;

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