<?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: Shwetha </title>
    <description>The latest articles on Debug School by Shwetha  (@shwethas7507_918).</description>
    <link>https://www.debug.school/shwethas7507_918</link>
    <image>
      <url>https://www.debug.school/images/weL5iQvNB9JV-XdcAXxRwyfmyaonEJJFOVJ0V_bXTXc/rs:fill:90:90/g:sm/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvdXNl/ci9wcm9maWxlX2lt/YWdlLzE0NS9mYjFh/NjBlMC02NjVhLTQw/NjYtYjU4OC03MDBl/ZjkzZGEyNWIucG5n</url>
      <title>Debug School: Shwetha </title>
      <link>https://www.debug.school/shwethas7507_918</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.debug.school/feed/shwethas7507_918"/>
    <language>en</language>
    <item>
      <title>What are the 10 major problem solved by Kubernetes?</title>
      <dc:creator>Shwetha </dc:creator>
      <pubDate>Tue, 18 Oct 2022 04:36:00 +0000</pubDate>
      <link>https://www.debug.school/shwethas7507_918/what-is-the-10-major-problem-solve-by-kubernetes-53b5</link>
      <guid>https://www.debug.school/shwethas7507_918/what-is-the-10-major-problem-solve-by-kubernetes-53b5</guid>
      <description>&lt;ol&gt;
&lt;li&gt;Load balancing of multiple container running in the same host.&lt;/li&gt;
&lt;li&gt;Kubernetes will view the data center as a computer.&lt;/li&gt;
&lt;li&gt;Auto Healing.&lt;/li&gt;
&lt;li&gt;workload placement.&lt;/li&gt;
&lt;li&gt;Managing multiple docker host.&lt;/li&gt;
&lt;li&gt;Secret and configuration management.&lt;/li&gt;
&lt;li&gt;Automated rollouts and rollbacks&lt;/li&gt;
&lt;li&gt;Storage orchestration.&lt;/li&gt;
&lt;li&gt;Auto Scaling&lt;/li&gt;
&lt;li&gt;Portability&lt;/li&gt;
&lt;/ol&gt;

</description>
    </item>
    <item>
      <title>Docker-Kubernetes(Assignment)</title>
      <dc:creator>Shwetha </dc:creator>
      <pubDate>Tue, 18 Oct 2022 01:27:00 +0000</pubDate>
      <link>https://www.debug.school/shwethas7507_918/docker-kubernetesassignment-1be8</link>
      <guid>https://www.debug.school/shwethas7507_918/docker-kubernetesassignment-1be8</guid>
      <description>&lt;p&gt;&lt;strong&gt;Docker stop Vs Docker kill&lt;/strong&gt;&lt;br&gt;
Docker stop command sends SIGTERM signal to running container process. It will stop the process however it takes a while to shutdown the container completely.&lt;br&gt;
Docker kill command is kind of similar to docker stop command however it sends SIGKILL  signal to our running container process. SIGKILL signal immediately shuts the container down without taking any pause&lt;br&gt;
-------------------------------------------------------------------------------&lt;strong&gt;Docker pause vs Docker unpause&lt;/strong&gt;&lt;br&gt;
The 'docker pause' command pauses or stops a container temporarily by suspending all the processes in the 1given container. &lt;br&gt;
The 'docker unpause' command is the opposite of the 'docker pause' command. This command un-pauses all the processes in the given container.&lt;/p&gt;

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