<?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: Ravindra Reddy</title>
    <description>The latest articles on Debug School by Ravindra Reddy (@rawintalk2me_902).</description>
    <link>https://www.debug.school/rawintalk2me_902</link>
    <image>
      <url>https://www.debug.school/images/MbzXP_gv4GnDt_snl-OqNbPi8XWh2vw_Xpgahkbxahk/rs:fill:90:90/g:sm/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvdXNl/ci9wcm9maWxlX2lt/YWdlLzE1Mi9iMDc5/MGYzYy1iYmE5LTQw/NzAtOThlMS0zYmY2/MzNiMGNmMGIucG5n</url>
      <title>Debug School: Ravindra Reddy</title>
      <link>https://www.debug.school/rawintalk2me_902</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.debug.school/feed/rawintalk2me_902"/>
    <language>en</language>
    <item>
      <title>- Architecture of Kubernetes and few lines for each component - What is POD, write a 10 lines explaination on POD</title>
      <dc:creator>Ravindra Reddy</dc:creator>
      <pubDate>Thu, 20 Oct 2022 06:21:00 +0000</pubDate>
      <link>https://www.debug.school/rawintalk2me_902/-architecture-of-kubernetes-and-few-lines-for-each-component-what-is-pod-write-a-10-lines-explaination-on-pod-1d5m</link>
      <guid>https://www.debug.school/rawintalk2me_902/-architecture-of-kubernetes-and-few-lines-for-each-component-what-is-pod-write-a-10-lines-explaination-on-pod-1d5m</guid>
      <description>&lt;p&gt;Kubernetes architecture contains Master Node and worker nodes.&lt;br&gt;
Master node is in charge and worker node does the tasks.&lt;br&gt;
It has a control plane that manages API Server, Scheduler, and Controller Manager.&lt;br&gt;
Each node managed by kobelet which is an agent running in worker nodes.&lt;/p&gt;

&lt;p&gt;Pod contains one or multiple container, if container fails then pod too fails.&lt;br&gt;
Each pod can communicate with each other thru proxy.&lt;br&gt;
The container in the pods can be accessed by portID with the IP of pod.&lt;br&gt;
We cannot redeploy the pod if it fails, it has to be recreated&lt;/p&gt;

</description>
    </item>
    <item>
      <title>- What is Kubernetes? - What are the 10 feature which we need at prod level, Kubernetes has it</title>
      <dc:creator>Ravindra Reddy</dc:creator>
      <pubDate>Thu, 20 Oct 2022 06:20:52 +0000</pubDate>
      <link>https://www.debug.school/rawintalk2me_902/-what-is-kubernetes-what-are-the-10-feature-which-we-need-at-prod-level-kubernetes-has-it-5eoh</link>
      <guid>https://www.debug.school/rawintalk2me_902/-what-is-kubernetes-what-are-the-10-feature-which-we-need-at-prod-level-kubernetes-has-it-5eoh</guid>
      <description>&lt;p&gt;Kubernetes are known for scaling and managing containerization.&lt;br&gt;
Features:&lt;br&gt;
Storage orchestration&lt;br&gt;
Self healing&lt;br&gt;
Monitoring&lt;br&gt;
Maintaining secrets&lt;br&gt;
Scheduling&lt;br&gt;
NW load balancing&lt;/p&gt;

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