<?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: Nisanth</title>
    <description>The latest articles on Debug School by Nisanth (@cnisanth_725).</description>
    <link>https://www.debug.school/cnisanth_725</link>
    <image>
      <url>https://www.debug.school/images/KB1iF-hKeY8VKr-opl6t8p0jh2ScQ7yQ1vIkVcrKoeA/rs:fill:90:90/g:sm/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvdXNl/ci9wcm9maWxlX2lt/YWdlLzE0OC9kOGJh/NDU0YS1jODFjLTRm/YTItYWNjYy1mYjk4/NDMzNWU3YzkucG5n</url>
      <title>Debug School: Nisanth</title>
      <link>https://www.debug.school/cnisanth_725</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.debug.school/feed/cnisanth_725"/>
    <language>en</language>
    <item>
      <title>What is POD, write a 10 lines explaination on POD by Nisanth</title>
      <dc:creator>Nisanth</dc:creator>
      <pubDate>Thu, 20 Oct 2022 06:14:24 +0000</pubDate>
      <link>https://www.debug.school/cnisanth_725/what-is-pod-write-a-10-lines-explaination-on-pod-by-nisanth-3pai</link>
      <guid>https://www.debug.school/cnisanth_725/what-is-pod-write-a-10-lines-explaination-on-pod-by-nisanth-3pai</guid>
      <description>&lt;p&gt;Pods is small atomic unit that kubernetes instantiate. The container is created inside. Each pod can have single container or multiple container of different application. The stage of pods are&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Pending - Start deploying phase&lt;/li&gt;
&lt;li&gt;Running - Container running&lt;/li&gt;
&lt;li&gt;Success / Failed status - Container success/failure stage&lt;/li&gt;
&lt;/ol&gt;

</description>
    </item>
    <item>
      <title>Architecture of Kubernetes and few lines for each component by Nisanth</title>
      <dc:creator>Nisanth</dc:creator>
      <pubDate>Thu, 20 Oct 2022 06:08:28 +0000</pubDate>
      <link>https://www.debug.school/cnisanth_725/architecture-of-kubernetes-and-few-lines-for-each-component-by-nisanth-3olm</link>
      <guid>https://www.debug.school/cnisanth_725/architecture-of-kubernetes-and-few-lines-for-each-component-by-nisanth-3olm</guid>
      <description>&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Master Node&lt;br&gt;
Controller - Controls the worker node by checking the health&lt;br&gt;
Scheduler  - Used to schedule pods to worker nodes&lt;br&gt;
etcd - Key/Value storage that stores the meta info of all nodes&lt;br&gt;
Api server - Gets comments from user and pass to controller &amp;amp; scheduler&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Worker node&lt;br&gt;
Pods - Container runs inside the pod&lt;br&gt;
Kubelet - Manage the worker node&lt;br&gt;
Proxy - Proxy to the nodes&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

</description>
    </item>
    <item>
      <title>What are the 10 feature which we need at prod level, Kubernetes has it? By Nisanth</title>
      <dc:creator>Nisanth</dc:creator>
      <pubDate>Thu, 20 Oct 2022 06:02:45 +0000</pubDate>
      <link>https://www.debug.school/cnisanth_725/what-are-the-10-feature-which-we-need-at-prod-level-kubernetes-has-it-by-nisanth-3gma</link>
      <guid>https://www.debug.school/cnisanth_725/what-are-the-10-feature-which-we-need-at-prod-level-kubernetes-has-it-by-nisanth-3gma</guid>
      <description>&lt;ol&gt;
&lt;li&gt;Container management&lt;/li&gt;
&lt;li&gt;Load balancing&lt;/li&gt;
&lt;li&gt;Multi port support in single host&lt;/li&gt;
&lt;li&gt;Scale-in&lt;/li&gt;
&lt;li&gt;Scale-out&lt;/li&gt;
&lt;li&gt;Deploy million of object in few minutes&lt;/li&gt;
&lt;li&gt;Security &lt;/li&gt;
&lt;li&gt;Auto healing&lt;/li&gt;
&lt;li&gt;Workload placement based on the available resource cpu, ram&lt;/li&gt;
&lt;li&gt;Storage &amp;amp; Application orchestration&lt;/li&gt;
&lt;/ol&gt;

</description>
    </item>
    <item>
      <title>What is Kubernetes? By Nisanth</title>
      <dc:creator>Nisanth</dc:creator>
      <pubDate>Thu, 20 Oct 2022 05:58:08 +0000</pubDate>
      <link>https://www.debug.school/cnisanth_725/what-is-kubernetes-by-nisanth-53hj</link>
      <guid>https://www.debug.school/cnisanth_725/what-is-kubernetes-by-nisanth-53hj</guid>
      <description>&lt;p&gt;Kubernetes is a orchestration tool that manage million of containers. It is ease the software deployment, auto scaling in/out of application based on the number of requests.&lt;/p&gt;

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