<?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: Sachin Pargi</title>
    <description>The latest articles on Debug School by Sachin Pargi (@sachinpargi_838).</description>
    <link>https://www.debug.school/sachinpargi_838</link>
    <image>
      <url>https://www.debug.school/images/Y-ixjFVqWLiLEsxB_Rt2US7_WjrC3m3_ScuRx1NqUww/rs:fill:90:90/g:sm/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvdXNl/ci9wcm9maWxlX2lt/YWdlLzE0OS9kOWQ3/NWRkNy01MDE0LTRk/ZDQtODFjMC00MTgz/NjkyYjc0MzAucG5n</url>
      <title>Debug School: Sachin Pargi</title>
      <link>https://www.debug.school/sachinpargi_838</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.debug.school/feed/sachinpargi_838"/>
    <language>en</language>
    <item>
      <title>What is POD, write a 10 lines explaination on POD by Sachin Pargi</title>
      <dc:creator>Sachin Pargi</dc:creator>
      <pubDate>Thu, 20 Oct 2022 06:09:21 +0000</pubDate>
      <link>https://www.debug.school/sachinpargi_838/what-is-pod-write-a-10-lines-explaination-on-pod-by-sachin-pargi-5al8</link>
      <guid>https://www.debug.school/sachinpargi_838/what-is-pod-write-a-10-lines-explaination-on-pod-by-sachin-pargi-5al8</guid>
      <description>&lt;p&gt;Pod is a unit of execution on kubernetes cluster&lt;br&gt;
Pod is a label assigned to group of containers&lt;br&gt;
Pod is instantiated by the kubelet.&lt;br&gt;
Pods communicate over pod network&lt;br&gt;
Pod consists of group of containers&lt;br&gt;
Pod has an ip address.&lt;br&gt;
Pod is a way to assign network and storage resources.&lt;br&gt;
All containers share the same ip in the pod. &lt;/p&gt;

</description>
    </item>
    <item>
      <title>Architecture of Kubernetes and few lines for each component by Sachin Pargi</title>
      <dc:creator>Sachin Pargi</dc:creator>
      <pubDate>Thu, 20 Oct 2022 06:05:58 +0000</pubDate>
      <link>https://www.debug.school/sachinpargi_838/architecture-of-kubernetes-and-few-lines-for-each-component-by-sachin-pargi-20gn</link>
      <guid>https://www.debug.school/sachinpargi_838/architecture-of-kubernetes-and-few-lines-for-each-component-by-sachin-pargi-20gn</guid>
      <description>&lt;p&gt;Kubernetes cluster consists of master nodes and worker nodes. Multiple master nodes are needed for high availability and there can be n number of nodes. It allows to run thousands of pods at scale&lt;br&gt;
Master node has 4 components&lt;br&gt;
1) API server - Exposes many APIs for each type of functionality and consumes json files.&lt;br&gt;
2) Cluster store -  stores the json manifest along with other data in persistent store. etcd is used for storing data. There are many instances of it for high availability.&lt;br&gt;
3) Controller - Controller runs in a loop. Think this like many scripts. Each script checks specific activity - like namespace checks, node checks, &lt;br&gt;
4) Scheduler - schedules and manages the pods on many worker nodes using kubelet on the worker nodes.&lt;/p&gt;

&lt;p&gt;Worker nodes consists of 3 components&lt;br&gt;
1) kubelet - responsible for instantiating the pod&lt;br&gt;
2) kube-proxy - responsible for reflecting the calls to the right pod/container&lt;br&gt;
3) container engine - docker or rocker&lt;/p&gt;

</description>
    </item>
    <item>
      <title>What are the 10 feature which we need at prod level, Kubernetes has by it by Sachin Pargi</title>
      <dc:creator>Sachin Pargi</dc:creator>
      <pubDate>Thu, 20 Oct 2022 05:59:34 +0000</pubDate>
      <link>https://www.debug.school/sachinpargi_838/what-are-the-10-feature-which-we-need-at-prod-level-kubernetes-has-by-it-by-sachin-pargi-319</link>
      <guid>https://www.debug.school/sachinpargi_838/what-are-the-10-feature-which-we-need-at-prod-level-kubernetes-has-by-it-by-sachin-pargi-319</guid>
      <description>&lt;p&gt;1) node management&lt;br&gt;
2) ip management&lt;br&gt;
3) load balancer&lt;br&gt;
4) restart of applications&lt;br&gt;
5) replica management&lt;br&gt;
6) network policies&lt;br&gt;
7) monitoring of applications&lt;br&gt;
8) storage policies&lt;br&gt;
9) logging management&lt;br&gt;
10) desired state of applications&lt;/p&gt;

</description>
    </item>
    <item>
      <title>What is Kubernetes by Sachin Pargi</title>
      <dc:creator>Sachin Pargi</dc:creator>
      <pubDate>Thu, 20 Oct 2022 05:56:09 +0000</pubDate>
      <link>https://www.debug.school/sachinpargi_838/what-is-kubernetes-by-sachin-pargi-pe7</link>
      <guid>https://www.debug.school/sachinpargi_838/what-is-kubernetes-by-sachin-pargi-pe7</guid>
      <description>&lt;p&gt;It is a cluster management framework which allows datacenter to be viewed as a single computer, thereby allowing easy orchestration and management of workloads at scale. &lt;/p&gt;

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