<?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: Shobana D</title>
    <description>The latest articles on Debug School by Shobana D (@dshobana1906_583).</description>
    <link>https://www.debug.school/dshobana1906_583</link>
    <image>
      <url>https://www.debug.school/images/EhzcCo4HmUemDf1AoquoqqoU_H19TPZecunNCb0CEQU/rs:fill:90:90/g:sm/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvdXNl/ci9wcm9maWxlX2lt/YWdlLzE1NC80YTNm/NzVlZC04NDg4LTQ0/ODYtYTcyNy1jNWY4/MTAwYWQ3OWQucG5n</url>
      <title>Debug School: Shobana D</title>
      <link>https://www.debug.school/dshobana1906_583</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.debug.school/feed/dshobana1906_583"/>
    <language>en</language>
    <item>
      <title>What is kubernetes</title>
      <dc:creator>Shobana D</dc:creator>
      <pubDate>Thu, 20 Oct 2022 06:18:03 +0000</pubDate>
      <link>https://www.debug.school/dshobana1906_583/what-is-kubernetes-3k6n</link>
      <guid>https://www.debug.school/dshobana1906_583/what-is-kubernetes-3k6n</guid>
      <description>&lt;ul&gt;
&lt;li&gt;&lt;p&gt;What is Kubernetes?&lt;br&gt;
Is is a open source management framework used for scaling, deploying and managing your containers&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;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Auto scaling&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;Monitoring of applications&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Network policy&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Log management&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Replica feature&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Container management&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Security policies&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Lifecycle management&lt;br&gt;
10.Storage orchestration&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Architecture of Kubernetes and few lines for each component&lt;br&gt;
k8s cluster contains nodes, pods and image registry.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;k8s control plane contains API server, etcd, kube-scheduler, kube-controller-manager&lt;/p&gt;

&lt;p&gt;Controller - Drives the states of nodes, pods, namespace. Observes and checks the current state using API server.&lt;br&gt;
API server- exposes the APIs&lt;br&gt;
Scheduler - schedules and manages the pods. Determines whether a cluster is healthy and if new pods needs to be deployed.&lt;br&gt;
etcd - Stores configuration data. &lt;br&gt;
worker node contains kubelet, kube-proxy and container engine&lt;/p&gt;

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