<?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: Yogansh</title>
    <description>The latest articles on Debug School by Yogansh (@ykesharwaniutr_548).</description>
    <link>https://www.debug.school/ykesharwaniutr_548</link>
    <image>
      <url>https://www.debug.school/images/or4SIQGD2aycFIFrQPU7AJsOzM1xBjScQrdGqyOIa8E/rs:fill:90:90/g:sm/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvdXNl/ci9wcm9maWxlX2lt/YWdlLzcwMS9mZTMz/NThlNC02ZGI0LTRl/ODUtYjI2Ny0zMjkw/NzAyMjkxYTQucG5n</url>
      <title>Debug School: Yogansh</title>
      <link>https://www.debug.school/ykesharwaniutr_548</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.debug.school/feed/ykesharwaniutr_548"/>
    <language>en</language>
    <item>
      <title>Question Day 3 -SVC</title>
      <dc:creator>Yogansh</dc:creator>
      <pubDate>Mon, 25 Sep 2023 07:29:08 +0000</pubDate>
      <link>https://www.debug.school/ykesharwaniutr_548/question-day-3-svc-cd9</link>
      <guid>https://www.debug.school/ykesharwaniutr_548/question-day-3-svc-cd9</guid>
      <description>&lt;ol&gt;
&lt;li&gt;What is service&lt;/li&gt;
&lt;li&gt;Why do we need it &lt;/li&gt;
&lt;li&gt;How does it works&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Ans1 :- Service is a kuberentes resource which can help us to connect to through the endpoints of the other resources(for eg PODS). It's basically used to load Balance between the kubernetes resources&lt;/p&gt;

&lt;p&gt;Ans2:- We need services for eg if we deploy some pods in a cluster every time we re deploy it will change IP's so to communicate between two will become an issue plus Transferring data from one pod to another can also get difficult this is where Service Helps&lt;/p&gt;

&lt;p&gt;Ans3:- Services works when label of pods matches the selector label of the service the transfer of data will start&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Questions for DAY 2</title>
      <dc:creator>Yogansh</dc:creator>
      <pubDate>Fri, 22 Sep 2023 11:57:51 +0000</pubDate>
      <link>https://www.debug.school/ykesharwaniutr_548/questions-for-day-2-1bmj</link>
      <guid>https://www.debug.school/ykesharwaniutr_548/questions-for-day-2-1bmj</guid>
      <description>&lt;p&gt;1-What is a NameSpace?&lt;br&gt;
Name Space is Logical cluster division in which we divide the resources constraint of a cluster in a logical way such that changes done for one Utility doesn't affect others&lt;/p&gt;

&lt;p&gt;2- What is Pod?&lt;br&gt;
Pod is the smallest atomic unit of a kubernetes cluster which is instantiated by kubelet. Its a logical unit to merge a container . It cannot be accesed as its never created . There can be more than one container in a Pod&lt;/p&gt;

&lt;p&gt;3- What is replicaset?&lt;br&gt;
Replicaset is a Kubernetes object which are capable of creating replicas of the pods to n number of times if by chance any of the pod goes down then they can Auto-Heal it by adding new pods in place of the pods which have gone down.&lt;/p&gt;

&lt;p&gt;4- What is Deployment?&lt;br&gt;
Deployment is a Kubernetes object where we can Control Replicas of a pod similar to replicasets but it gives an additional advantage of switching between the versions that is we can Rollout a new version but at same time if needed we can Rollback to the previous version.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.debug.school/images/5y1iOk6bKzsZx9bTkKaEeXAPUyGXuShcbpPYiA4ChyY/rt:fit/w:800/g:sm/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvYXJ0/aWNsZXMvbGhiZjZz/dGNjdjJub3M5MmEz/dWkuSlBH" class="article-body-image-wrapper"&gt;&lt;img src="https://www.debug.school/images/5y1iOk6bKzsZx9bTkKaEeXAPUyGXuShcbpPYiA4ChyY/rt:fit/w:800/g:sm/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvYXJ0/aWNsZXMvbGhiZjZz/dGNjdjJub3M5MmEz/dWkuSlBH" alt="Image description" width="800" height="385"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.debug.school/images/d1YSR_qqSmAbNa2ptDbMKT0Zu7ZoO3eWNNG4KpSU_Us/rt:fit/w:800/g:sm/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvYXJ0/aWNsZXMveXF0cHJi/YW1jM3I0bXpoYnl1/Y2suSlBH" class="article-body-image-wrapper"&gt;&lt;img src="https://www.debug.school/images/d1YSR_qqSmAbNa2ptDbMKT0Zu7ZoO3eWNNG4KpSU_Us/rt:fit/w:800/g:sm/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvYXJ0/aWNsZXMveXF0cHJi/YW1jM3I0bXpoYnl1/Y2suSlBH" alt="Image description" width="800" height="381"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.debug.school/images/trbeqXNgl9BBsLfzc14qC0FHYkrEtzDdisfxO_JSiXs/rt:fit/w:800/g:sm/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvYXJ0/aWNsZXMvczdvMWw2/bWsxenQzMzV6N2Ex/NmYuSlBH" class="article-body-image-wrapper"&gt;&lt;img src="https://www.debug.school/images/trbeqXNgl9BBsLfzc14qC0FHYkrEtzDdisfxO_JSiXs/rt:fit/w:800/g:sm/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvYXJ0/aWNsZXMvczdvMWw2/bWsxenQzMzV6N2Ex/NmYuSlBH" alt="Image description" width="800" height="294"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.debug.school/images/BM4ELxQ7sD0NHp0OPLDL8yuxBSzdzAoG7GRsDXRsqC8/rt:fit/w:800/g:sm/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvYXJ0/aWNsZXMvODE3bXJ0/aDF6bWFkeXlqeWZ0/NjQuSlBH" class="article-body-image-wrapper"&gt;&lt;img src="https://www.debug.school/images/BM4ELxQ7sD0NHp0OPLDL8yuxBSzdzAoG7GRsDXRsqC8/rt:fit/w:800/g:sm/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvYXJ0/aWNsZXMvODE3bXJ0/aDF6bWFkeXlqeWZ0/NjQuSlBH" alt="Image description" width="800" height="378"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>What are the components of Worker</title>
      <dc:creator>Yogansh</dc:creator>
      <pubDate>Thu, 21 Sep 2023 09:21:20 +0000</pubDate>
      <link>https://www.debug.school/ykesharwaniutr_548/what-are-the-components-of-worker-2ml3</link>
      <guid>https://www.debug.school/ykesharwaniutr_548/what-are-the-components-of-worker-2ml3</guid>
      <description>&lt;p&gt;KUBELET &lt;br&gt;
KUBEPROXY&lt;/p&gt;

</description>
    </item>
    <item>
      <title>What are the components of Master?</title>
      <dc:creator>Yogansh</dc:creator>
      <pubDate>Thu, 21 Sep 2023 09:18:30 +0000</pubDate>
      <link>https://www.debug.school/ykesharwaniutr_548/what-are-the-components-of-master-2l2a</link>
      <guid>https://www.debug.school/ykesharwaniutr_548/what-are-the-components-of-master-2l2a</guid>
      <description>&lt;p&gt;API SERVER &lt;br&gt;
ETCD&lt;br&gt;
CONTROL MANAGER &lt;br&gt;
SCHEDULER&lt;/p&gt;

</description>
    </item>
    <item>
      <title>How it works?</title>
      <dc:creator>Yogansh</dc:creator>
      <pubDate>Thu, 21 Sep 2023 09:15:00 +0000</pubDate>
      <link>https://www.debug.school/ykesharwaniutr_548/how-it-works-1a8p</link>
      <guid>https://www.debug.school/ykesharwaniutr_548/how-it-works-1a8p</guid>
      <description>&lt;p&gt;Kubernetes works on the concept of Master node and worker Node &lt;br&gt;
Kubernetes Cluster is the top most layer under which nodes are created under nodes we have pods which have containers running in it&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Why do we need it?</title>
      <dc:creator>Yogansh</dc:creator>
      <pubDate>Thu, 21 Sep 2023 09:13:23 +0000</pubDate>
      <link>https://www.debug.school/ykesharwaniutr_548/why-do-we-need-it-1fo7</link>
      <guid>https://www.debug.school/ykesharwaniutr_548/why-do-we-need-it-1fo7</guid>
      <description>&lt;p&gt;We need kubernetes for various issues which Container based Applications are not able to resolve or will take some dedicated time to get resolved like&lt;br&gt;
Auto Healing :-&lt;br&gt;
Kubernetes have a concept of Replica Sets where you can create multiple replicas of a pod incase one of the pod goes down other will pick up and will replace it&lt;br&gt;
SCALABILITY :- Container based application such as docker has Issues when we need to scale up the performance of the application by increasing the data This is where Kubernetes comes Handy&lt;br&gt;
Load balancing :- Load balancing is also an Important feature which we can achieve through Kubernetes between multiple pods to secure memory consumption &lt;/p&gt;

</description>
    </item>
    <item>
      <title>What is Kubernetes?</title>
      <dc:creator>Yogansh</dc:creator>
      <pubDate>Thu, 21 Sep 2023 09:02:55 +0000</pubDate>
      <link>https://www.debug.school/ykesharwaniutr_548/what-is-kubernetes-52jh</link>
      <guid>https://www.debug.school/ykesharwaniutr_548/what-is-kubernetes-52jh</guid>
      <description>&lt;p&gt;Kubernetes is a container orchestration system which was developed by Google and adopted by CNCF it helps us in to resolve issues in container based application like Scalability, Load balancing and Auto healing.&lt;/p&gt;

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