<?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: Neha Hastir Chawla</title>
    <description>The latest articles on Debug School by Neha Hastir Chawla (@nehahastirchawla).</description>
    <link>https://www.debug.school/nehahastirchawla</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: Neha Hastir Chawla</title>
      <link>https://www.debug.school/nehahastirchawla</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.debug.school/feed/nehahastirchawla"/>
    <language>en</language>
    <item>
      <title>Helm-Day1</title>
      <dc:creator>Neha Hastir Chawla</dc:creator>
      <pubDate>Mon, 26 Jun 2023 06:36:02 +0000</pubDate>
      <link>https://www.debug.school/nehahastirchawla/helm-day1-197p</link>
      <guid>https://www.debug.school/nehahastirchawla/helm-day1-197p</guid>
      <description>&lt;p&gt;&lt;a href="https://www.debug.school/images/ISNEtShH9wS8C8AnOT2FdyVAHaYpFKixNp8YHj-3gzw/w:880/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvYXJ0/aWNsZXMvcjlseDR6/bTI2bGhmMTUyOTA2/dTguUE5H" class="article-body-image-wrapper"&gt;&lt;img src="https://www.debug.school/images/ISNEtShH9wS8C8AnOT2FdyVAHaYpFKixNp8YHj-3gzw/w:880/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvYXJ0/aWNsZXMvcjlseDR6/bTI2bGhmMTUyOTA2/dTguUE5H" alt="Image description" width="674" height="494"&gt;&lt;/a&gt;## Q1 - What is helm?&lt;br&gt;
        helm is a package manager for kubernetes&lt;/p&gt;

&lt;h2&gt;
  
  
  Q1 - Top 5 reason for using helm?
&lt;/h2&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;    1. deployment in simplest way
    2. easy to manage multiple yml files
    3. easy installing and  upgrading of application 
    4. we can version the releases
    5. using value.yml file we can parameterized the 
       deployment     
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;
&lt;h2&gt;
  
  
  Q3 - How helm works? Inlcude some pic
&lt;/h2&gt;
&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;    Developer gets the chart from Helm CHart Repo 
    Then it will do some editing and deploy the charts into 
    Kubernetes cluster API 
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;
&lt;h2&gt;
  
  
  Q4 - Helm Architecture?
&lt;/h2&gt;
&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;     1. developer--create chart ---uploads to chart repo
     2. User ---get chart from repo----do required editing and 
     install on Kubernetes API cluster
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;
&lt;h2&gt;
  
  
  Q5 - What is chart and what it contains?
&lt;/h2&gt;
&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;    chart contains a structured directory of YML files
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

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