<?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: Sandeep Joshi</title>
    <description>The latest articles on Debug School by Sandeep Joshi (@sandymcajoshi_17).</description>
    <link>https://www.debug.school/sandymcajoshi_17</link>
    <image>
      <url>https://www.debug.school/images/Q32PYncjVice_VUk8KLRfUwqnR5GvpbDSgd42nd8zbI/rs:fill:90:90/g:sm/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvdXNl/ci9wcm9maWxlX2lt/YWdlLzE5Mi80NDE3/YzQ2NS0wMDcwLTRj/MmMtOTEzZi1hYTM2/NWE0ZmNmYjQucG5n</url>
      <title>Debug School: Sandeep Joshi</title>
      <link>https://www.debug.school/sandymcajoshi_17</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.debug.school/feed/sandymcajoshi_17"/>
    <language>en</language>
    <item>
      <title>Learning in Kubernetes -</title>
      <dc:creator>Sandeep Joshi</dc:creator>
      <pubDate>Fri, 11 Nov 2022 05:43:48 +0000</pubDate>
      <link>https://www.debug.school/sandymcajoshi_17/learning-in-kubernetes--h4h</link>
      <guid>https://www.debug.school/sandymcajoshi_17/learning-in-kubernetes--h4h</guid>
      <description>&lt;p&gt;ETCD, Controller Manager, API Server, Scheduler, POD, Storage Class, Configmap, Secret, PV, PVC, Job, Cronjob, stateful, stateless&lt;/p&gt;

</description>
    </item>
    <item>
      <title>How Kubernetes works?All components and roles of their components</title>
      <dc:creator>Sandeep Joshi</dc:creator>
      <pubDate>Wed, 09 Nov 2022 07:38:02 +0000</pubDate>
      <link>https://www.debug.school/sandymcajoshi_17/how-kubernetes-worksall-components-and-roles-of-their-components-nd4</link>
      <guid>https://www.debug.school/sandymcajoshi_17/how-kubernetes-worksall-components-and-roles-of-their-components-nd4</guid>
      <description>&lt;p&gt;Kubectl is send request in form of YAML or JSON to API server and API server is getting response from Cluster Store and responding back to API server and API server returning back the response to respective kubectl. Kubernetes components are Cluster Store, Scheduler, Controller and API Server. Scheduler job is to schedule jobs. Controller role is to check the health status of cluster store. &lt;/p&gt;

</description>
    </item>
    <item>
      <title>Why we need Kubernetes?</title>
      <dc:creator>Sandeep Joshi</dc:creator>
      <pubDate>Wed, 09 Nov 2022 07:33:58 +0000</pubDate>
      <link>https://www.debug.school/sandymcajoshi_17/why-we-need-kubernetes-2aa1</link>
      <guid>https://www.debug.school/sandymcajoshi_17/why-we-need-kubernetes-2aa1</guid>
      <description>&lt;p&gt;We need Kubernetes to increase the speed of our deployment without any issue. we can quickly recover if any and it is given flexibility to hide the complexity in the cluster.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>What is Kubernetes?</title>
      <dc:creator>Sandeep Joshi</dc:creator>
      <pubDate>Wed, 09 Nov 2022 07:32:53 +0000</pubDate>
      <link>https://www.debug.school/sandymcajoshi_17/what-is-kubernetes-2kl7</link>
      <guid>https://www.debug.school/sandymcajoshi_17/what-is-kubernetes-2kl7</guid>
      <description>&lt;p&gt;Kubernetes is an open-source platform for container orchestration and it is used to deploy the applications in size of small, medium and large. Developer can write the script in YAML and used for deployment.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Update configuration of one or more containers</title>
      <dc:creator>Sandeep Joshi</dc:creator>
      <pubDate>Mon, 07 Nov 2022 13:16:01 +0000</pubDate>
      <link>https://www.debug.school/sandymcajoshi_17/update-configuration-of-one-or-more-containers-2o4g</link>
      <guid>https://www.debug.school/sandymcajoshi_17/update-configuration-of-one-or-more-containers-2o4g</guid>
      <description>&lt;p&gt;The docker update command dynamically updates container configuration. You can use this command to prevent containers from consuming too many resources from their Docker host. With a single command, you can place limits on a single container or on many. To specify more than one container, provide space-separated list of container names or IDs.&lt;/p&gt;

&lt;p&gt;docker update --cpu-shares 500 rtyed7571666&lt;/p&gt;

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