<?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: Bhanu Prakash</title>
    <description>The latest articles on Debug School by Bhanu Prakash (@bommibhanu_996).</description>
    <link>https://www.debug.school/bommibhanu_996</link>
    <image>
      <url>https://www.debug.school/images/_koj-SvKOx1GSPIoxjauvdBor35UTcStTCEXeLFkhys/rs:fill:90:90/g:sm/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvdXNl/ci9wcm9maWxlX2lt/YWdlLzE5Ni8wZmQw/Y2ZhNi1iMjYxLTQy/OTgtOTRmNy1iMGMz/NTdjMjAyZDEucG5n</url>
      <title>Debug School: Bhanu Prakash</title>
      <link>https://www.debug.school/bommibhanu_996</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.debug.school/feed/bommibhanu_996"/>
    <language>en</language>
    <item>
      <title>Write a self notes which cover all the list of resources which you learnt in this session with 1 liner exaplainaton on</title>
      <dc:creator>Bhanu Prakash</dc:creator>
      <pubDate>Fri, 11 Nov 2022 05:53:20 +0000</pubDate>
      <link>https://www.debug.school/bommibhanu_996/write-a-self-notes-which-cover-all-the-list-of-resources-which-you-learnt-in-this-session-with-1-liner-exaplainaton-on-ddp</link>
      <guid>https://www.debug.school/bommibhanu_996/write-a-self-notes-which-cover-all-the-list-of-resources-which-you-learnt-in-this-session-with-1-liner-exaplainaton-on-ddp</guid>
      <description>&lt;p&gt;kubernetes learnt pods, services, deployments, containers and networking sacling replication controller PV, PVC by using the kubectl. &lt;/p&gt;

</description>
    </item>
    <item>
      <title>Q2. How Kubernetes works?All components and roles of their components</title>
      <dc:creator>Bhanu Prakash</dc:creator>
      <pubDate>Wed, 09 Nov 2022 07:53:46 +0000</pubDate>
      <link>https://www.debug.school/bommibhanu_996/q2-how-kubernetes-worksall-components-and-roles-of-their-components-184j</link>
      <guid>https://www.debug.school/bommibhanu_996/q2-how-kubernetes-worksall-components-and-roles-of-their-components-184j</guid>
      <description>&lt;p&gt;Kubernets kubernets that having multiple coponents that it sends the request and receives the api server consumes json then scheduler check how many containers are free to do then it will allocate those containers work it done&lt;/p&gt;

&lt;p&gt;Components:&lt;br&gt;
Kube-apiserver – where it distributes and manage request to work done by using json through front -end panel&lt;br&gt;
Cluster store: - it stores and back up plans if any this happen then it easy to backup, distributed and watchable&lt;br&gt;
Kube-controller-manager – manges the multiple nodes controller, endpoint controller, names space controller watches the for changes&lt;br&gt;
Kube-scheduler – watches the apiserver for new pods, contriaints its aka mangage&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Why we need Kubernetes?</title>
      <dc:creator>Bhanu Prakash</dc:creator>
      <pubDate>Wed, 09 Nov 2022 07:36:49 +0000</pubDate>
      <link>https://www.debug.school/bommibhanu_996/why-we-need-kubernetes-34ah</link>
      <guid>https://www.debug.school/bommibhanu_996/why-we-need-kubernetes-34ah</guid>
      <description>&lt;ol&gt;
&lt;li&gt;It is a open source tool to use&lt;/li&gt;
&lt;li&gt;Its manages load balancing 3. It automates rollback and roll out 4. Monitoring applications 5. It scheduling the tasks and manages work loads 6. Api to control &lt;/li&gt;
&lt;li&gt;Easy to maintain environments 8. Managing nodes and containers&lt;/li&gt;
&lt;li&gt;It is flexible, scalable and portable 10. Manges container on multiple hostS&lt;/li&gt;
&lt;/ol&gt;

</description>
    </item>
    <item>
      <title>What is POD?</title>
      <dc:creator>Bhanu Prakash</dc:creator>
      <pubDate>Wed, 09 Nov 2022 07:32:57 +0000</pubDate>
      <link>https://www.debug.school/bommibhanu_996/what-is-pod-2kcg</link>
      <guid>https://www.debug.school/bommibhanu_996/what-is-pod-2kcg</guid>
      <description>&lt;p&gt;What is POD?&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;POD contains one or multiple containers&lt;/li&gt;
&lt;li&gt;POD having containers in different n/w can interact by using ports&lt;/li&gt;
&lt;li&gt;POD having multiple containers can talk each as they are in same n/w by localhost&lt;/li&gt;
&lt;li&gt;Easy to manage multiple containers in single instance&lt;/li&gt;
&lt;li&gt;Single container POD we can say loose coupled app&lt;/li&gt;
&lt;li&gt;Multiple container POD we can say tightly coupled app&lt;/li&gt;
&lt;li&gt;Multiple POD’s they can share scheduling process&lt;/li&gt;
&lt;li&gt;POD is a smallest unit&lt;/li&gt;
&lt;/ol&gt;

</description>
    </item>
    <item>
      <title>What is Kubernetes?</title>
      <dc:creator>Bhanu Prakash</dc:creator>
      <pubDate>Wed, 09 Nov 2022 07:31:32 +0000</pubDate>
      <link>https://www.debug.school/bommibhanu_996/what-is-kubernetes-46cc</link>
      <guid>https://www.debug.school/bommibhanu_996/what-is-kubernetes-46cc</guid>
      <description>&lt;ol&gt;
&lt;li&gt; Kutbernet is a workload management&lt;/li&gt;
&lt;li&gt; Infrastructure management &lt;/li&gt;
&lt;li&gt; Managing nodes and containers&lt;/li&gt;
&lt;li&gt; Easy to deploy applications &lt;/li&gt;
&lt;li&gt; Easy to maintain environments&lt;/li&gt;
&lt;li&gt; It performs operations on containers management&lt;/li&gt;
&lt;li&gt; Monitoring applications&lt;/li&gt;
&lt;li&gt; It’s a data center to store, manage &lt;/li&gt;
&lt;li&gt; Load balancing&lt;/li&gt;
&lt;li&gt;We can manage on multiple hosts&lt;/li&gt;
&lt;li&gt;Its flexible, scalable portable&lt;/li&gt;
&lt;li&gt;It smoothens container tasks&lt;/li&gt;
&lt;/ol&gt;

</description>
    </item>
    <item>
      <title>Diff between docker stop and docker kill?</title>
      <dc:creator>Bhanu Prakash</dc:creator>
      <pubDate>Mon, 07 Nov 2022 13:04:43 +0000</pubDate>
      <link>https://www.debug.school/bommibhanu_996/diff-between-docker-stop-and-docker-kill-3672</link>
      <guid>https://www.debug.school/bommibhanu_996/diff-between-docker-stop-and-docker-kill-3672</guid>
      <description>&lt;p&gt;*&lt;em&gt;docker kill *&lt;/em&gt;- will stop the main entrypoint process/program abruptly&lt;br&gt;
 &lt;code&gt;[root@localhost ~]# docker kill raju&lt;br&gt;
raju&lt;br&gt;
[root@localhost ~]# docker ps -a&lt;br&gt;
CONTAINER ID   IMAGE         COMMAND              CREATED             STATUS                           PORTS                               NAMES&lt;br&gt;
5662bb7a660a   httpd         "httpd-foreground"   About an hour ago   Exited (137) 5 seconds ago                                           raju&lt;br&gt;
&lt;/code&gt;&lt;br&gt;
*&lt;em&gt;docker stop *&lt;/em&gt;- will try to stop it gracefully (will ask politely)&lt;br&gt;
&lt;code&gt;[root@localhost ~]# docker stop raju&lt;br&gt;
raju&lt;br&gt;
[root@localhost ~]# docker ps -a&lt;br&gt;
CONTAINER ID   IMAGE         COMMAND              CREATED             STATUS                           PORTS                               NAMES&lt;br&gt;
5662bb7a660a   httpd         "httpd-foreground"   About an hour ago   Exited (0) 16 seconds ago                                            raju&lt;br&gt;
&lt;/code&gt;&lt;/p&gt;

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