<?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: surajk.035@gmail.com</title>
    <description>The latest articles on Debug School by surajk.035@gmail.com (@surajk035_407).</description>
    <link>https://www.debug.school/surajk035_407</link>
    <image>
      <url>https://www.debug.school/images/DNcPl8rtUc4J6X7Q5wRBRKZd-T0LYmA9ScPO1Vgx1No/rs:fill:90:90/g:sm/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvdXNl/ci9wcm9maWxlX2lt/YWdlLzE0NC83OTdh/MjhhZS02NTZlLTQz/OTktOTA4OC00MjVk/YzczNjgyMDEucG5n</url>
      <title>Debug School: surajk.035@gmail.com</title>
      <link>https://www.debug.school/surajk035_407</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.debug.school/feed/surajk035_407"/>
    <language>en</language>
    <item>
      <title>1. Kubernetes Architecture 2. Componnet of master and its role for each 3. Component of worker and its role for each....</title>
      <dc:creator>surajk.035@gmail.com</dc:creator>
      <pubDate>Tue, 18 Oct 2022 06:58:40 +0000</pubDate>
      <link>https://www.debug.school/surajk035_407/1-kubernetes-architecture2-componnet-of-master-and-its-role-for-each3-component-of-worker-and-its-role-for-each-4o1c</link>
      <guid>https://www.debug.school/surajk035_407/1-kubernetes-architecture2-componnet-of-master-and-its-role-for-each3-component-of-worker-and-its-role-for-each-4o1c</guid>
      <description>&lt;p&gt;Kubernetes Architecture consists of control plane and data plane.&lt;br&gt;
Master consists of API server, etcd,scheduler and controller manager.&lt;br&gt;
1.API server takes the input requests external and internal and processes the request.&lt;br&gt;
2.Etcd acts as a database that contains the data about cluster state and configuration.&lt;br&gt;
3.Controller manager is a control loop that monitors the state of the cluster.It receives information about the current state of the cluster and objects within it, and sends instructions to move the cluster towards the cluster operator’s desired state.&lt;br&gt;
4.Scheduler basically schedules the different pods on specific nodes.&lt;/p&gt;

&lt;p&gt;Worker node consits of the kubelets,kube proxy, container engine,&lt;br&gt;
kubeletes : Instantiate the pod and to make sure that containers specified in pod configuration are running on a specific node and manage their lifecycle.&lt;br&gt;
Kubeproxy: It handles all network communications outside and inside the cluster, forwarding traffic or replying on the packet filtering layer of the operating system. &lt;br&gt;
Container Engine :Each node comes with a container runtime engine, which is responsible for running containers.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>10 major problem solve by kubernetes</title>
      <dc:creator>surajk.035@gmail.com</dc:creator>
      <pubDate>Tue, 18 Oct 2022 04:46:25 +0000</pubDate>
      <link>https://www.debug.school/surajk035_407/10-major-problem-solve-by-kubernetes-4lpd</link>
      <guid>https://www.debug.school/surajk035_407/10-major-problem-solve-by-kubernetes-4lpd</guid>
      <description>&lt;p&gt;1.Multiple docker hosts can be managed by kubenetes.&lt;br&gt;
2.It helps in scaling the applications.&lt;br&gt;
3.Self healing infrastructure in case if any nodes are down,it replaces .&lt;br&gt;
4.Deploy applications on a larger scale.&lt;br&gt;
5.It helps to get the applications into desired state.&lt;br&gt;
6.It acts as container orchestrator due to which it can manage tasks such as resource allocation , scalability .&lt;br&gt;
7.It helps in load balancing .&lt;br&gt;
8.It helps in automated rollouts androllbacks.&lt;br&gt;
9.Kubernetes provides low fault tolerance.&lt;br&gt;
10.Less cost&lt;/p&gt;

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