<?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: Asha Francis</title>
    <description>The latest articles on Debug School by Asha Francis (@ashafrancis25_59).</description>
    <link>https://www.debug.school/ashafrancis25_59</link>
    <image>
      <url>https://www.debug.school/images/KKGPqa_yDCFLlO9qtB1MchdTNST9CaMUl_uL_YFhYNw/rs:fill:90:90/g:sm/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvdXNl/ci9wcm9maWxlX2lt/YWdlLzE1MS82NDQ2/YTVkNC00YWM5LTRi/MjQtYWMxYS0yZWVj/YzQ0YjIwN2MucG5n</url>
      <title>Debug School: Asha Francis</title>
      <link>https://www.debug.school/ashafrancis25_59</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.debug.school/feed/ashafrancis25_59"/>
    <language>en</language>
    <item>
      <title>What is Kubernetes? by Asha</title>
      <dc:creator>Asha Francis</dc:creator>
      <pubDate>Thu, 20 Oct 2022 06:18:49 +0000</pubDate>
      <link>https://www.debug.school/ashafrancis25_59/what-is-kubernetes-by-asha-322n</link>
      <guid>https://www.debug.school/ashafrancis25_59/what-is-kubernetes-by-asha-322n</guid>
      <description>&lt;p&gt;Write a notes on &lt;a href="http://www.debug.school"&gt;www.debug.school&lt;/a&gt; which contains following topics in your own words.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;What is Kubernetes?&lt;br&gt;
Ans: Kubernetes is a container orchestration which can do auto scaling, load balancing ,auto healing etc.&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;br&gt;
Ans:&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Auto healing&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Scalability&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Load balancing&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Security&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Architecture of Kubernetes and few lines for each component&lt;br&gt;
Ans: Kubernetes architecture contains master and worker nodes.&lt;br&gt;
Master is the main component which manages and gives instructions to worker nodes.&lt;br&gt;
Master node should be in linux and worker can be linux / windows depends on the OS version.&lt;br&gt;
Master node has 4 main components. api server, controller, scheduler&lt;br&gt;
api server - API server is the front end of the master node. it has etcd which is the storage part and has stores all information related to the cluster.&lt;br&gt;
controller - controller controlles all the activities inside the cluster and give instructions to api server&lt;br&gt;
scheduler - schedules if any node is not expected number as per the desitred state.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;What is POD, write a 10 lines explaination on POD&lt;br&gt;
Ans: Pod is running inside worker nodes and can have one /many containers.&lt;br&gt;
pods are getting instantiated by the nodes.&lt;br&gt;
pod has only 3 states, pending, running, succeded , failed.&lt;br&gt;
As long as the containers are running inside the pod, then pod also runs.&lt;br&gt;
pod cannot be started. &lt;br&gt;
same pod cannot be instantiated , but similar pods can be.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

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