<?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: Ashish Chaudhary</title>
    <description>The latest articles on Debug School by Ashish Chaudhary (@ashishchaudhary008_371).</description>
    <link>https://www.debug.school/ashishchaudhary008_371</link>
    <image>
      <url>https://www.debug.school/images/CPDdQlGexClW9WOTxwLbEDeLKxuBxqind7bvkmstzXo/rs:fill:90:90/g:sm/mb:500000/ar:1/aHR0cHM6Ly90aGVw/cmFjdGljYWxkZXYu/czMuYW1hem9uYXdz/LmNvbS9pLzk5bXZs/c2Z1NXRmajltN2t1/MjVkLnBuZw</url>
      <title>Debug School: Ashish Chaudhary</title>
      <link>https://www.debug.school/ashishchaudhary008_371</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.debug.school/feed/ashishchaudhary008_371"/>
    <language>en</language>
    <item>
      <title>Helm Introduction: Assignment Day 1</title>
      <dc:creator>Ashish Chaudhary</dc:creator>
      <pubDate>Mon, 26 Jun 2023 06:42:23 +0000</pubDate>
      <link>https://www.debug.school/ashishchaudhary008_371/helm-introduction-assignment-day-1-ghp</link>
      <guid>https://www.debug.school/ashishchaudhary008_371/helm-introduction-assignment-day-1-ghp</guid>
      <description>&lt;p&gt;&lt;strong&gt;What is helm&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;It is a tool which helps us to install and manage apps on Kubernates.&lt;/li&gt;
&lt;li&gt;It packages all the necessary files and instructions for running app into a package called chart.&lt;/li&gt;
&lt;li&gt;Helms helps us in installing, updating and removing apps on Kubernates cluster using simple commands.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Top 5 reason for using helm&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Easy application deployment.&lt;/li&gt;
&lt;li&gt;Easy versioning and reproducible installations.&lt;/li&gt;
&lt;li&gt;Helps in scaling the application on Kubernaes cluster&lt;/li&gt;
&lt;li&gt;Templating for customization.&lt;/li&gt;
&lt;li&gt;Easy to share&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;How helm works&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Packaging - Devs create a chart that contains necessary files and configurations.&lt;/li&gt;
&lt;li&gt;Chart repository - charts can be stored in central repo.&lt;/li&gt;
&lt;li&gt;Templating  Customization&lt;/li&gt;
&lt;li&gt;Release Management - Helm keeps track of installed applications as "Release".&lt;/li&gt;
&lt;li&gt;Collabaration - devs can share their charts&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Helm Architecture&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.debug.school/images/LzPaIKUKCLmIlIMB_Lw3Z2fxlXNkSnltR7ls0FDRyrQ/w:880/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvYXJ0/aWNsZXMvYWpiOHZm/aHI1bTR5azd4cnU4/Y3AucG5n" class="article-body-image-wrapper"&gt;&lt;img src="https://www.debug.school/images/LzPaIKUKCLmIlIMB_Lw3Z2fxlXNkSnltR7ls0FDRyrQ/w:880/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvYXJ0/aWNsZXMvYWpiOHZm/aHI1bTR5azd4cnU4/Y3AucG5n" alt="Image description" width="880" height="639"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What is chart and what it contains&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Chart - It is package used by helm, the package manager for kubernaes to deploy and manage applications on a kubernates cluster.&lt;/p&gt;

&lt;p&gt;What it contains - &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;chart.yaml&lt;/li&gt;
&lt;li&gt;templates&lt;/li&gt;
&lt;li&gt;Values.yaml&lt;/li&gt;
&lt;li&gt;Chart dependencies&lt;/li&gt;
&lt;li&gt;Additional files.&lt;/li&gt;
&lt;/ol&gt;

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