<?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: Abhishaik Srivastava</title>
    <description>The latest articles on Debug School by Abhishaik Srivastava (@dynamicanshu_198).</description>
    <link>https://www.debug.school/dynamicanshu_198</link>
    <image>
      <url>https://www.debug.school/images/6c9OaHlm0Qhfms9NAdbiBJDjIYlC0w59ZsdYwIvj-SA/rs:fill:90:90/g:sm/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvdXNl/ci9wcm9maWxlX2lt/YWdlLzcwMy9mZGRk/Y2Y0Mi0yNGZkLTQx/ZjUtODFkNC0xZjE2/ZTE4MWRlM2EucG5n</url>
      <title>Debug School: Abhishaik Srivastava</title>
      <link>https://www.debug.school/dynamicanshu_198</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.debug.school/feed/dynamicanshu_198"/>
    <language>en</language>
    <item>
      <title>Abhishaik Srivastava</title>
      <dc:creator>Abhishaik Srivastava</dc:creator>
      <pubDate>Thu, 21 Sep 2023 09:21:56 +0000</pubDate>
      <link>https://www.debug.school/dynamicanshu_198/abhishaik-srivastava-1i8n</link>
      <guid>https://www.debug.school/dynamicanshu_198/abhishaik-srivastava-1i8n</guid>
      <description>&lt;h1&gt;
  
  
  What is Kubernetes?
&lt;/h1&gt;

&lt;p&gt;Kubernetes is a container orchestrator just like a helmsman of a ship. It ensures to keep the number of containers running all the time based on the requirement configured.&lt;/p&gt;

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

&lt;p&gt;Container technologies can't scale well. There are limitations to scale them.&lt;br&gt;
To ensure to maintain SRE level requirements and ensure no downtime of the applications.&lt;/p&gt;

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

&lt;p&gt;It works based on the concept of master and worker node, where everything is controlled by master or a control plane and actual jobs will be done by the worker nodes.&lt;/p&gt;

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

&lt;p&gt;1) apiserver&lt;br&gt;
2) Controller Manager&lt;br&gt;
3) Storage (key value pair etcd)&lt;br&gt;
4) Scheduler&lt;/p&gt;

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

&lt;p&gt;1) Kubelet&lt;br&gt;
2) Docker engine&lt;br&gt;
3) Container runtime&lt;/p&gt;

</description>
      <category>kubernetes</category>
      <category>basics</category>
      <category>gehc</category>
    </item>
  </channel>
</rss>
