<?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: jeevan jyot singh</title>
    <description>The latest articles on Debug School by jeevan jyot singh (@singhjeevan87_829).</description>
    <link>https://www.debug.school/singhjeevan87_829</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: jeevan jyot singh</title>
      <link>https://www.debug.school/singhjeevan87_829</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.debug.school/feed/singhjeevan87_829"/>
    <language>en</language>
    <item>
      <title>My Helm Notes</title>
      <dc:creator>jeevan jyot singh</dc:creator>
      <pubDate>Mon, 26 Jun 2023 06:35:10 +0000</pubDate>
      <link>https://www.debug.school/singhjeevan87_829/my-helm-notes-4e1g</link>
      <guid>https://www.debug.school/singhjeevan87_829/my-helm-notes-4e1g</guid>
      <description>&lt;h2&gt;
  
  
  Q1 - What is helm?
&lt;/h2&gt;

&lt;p&gt;Helm is package manager(like apt, yum) for kubernetes used for installation of chart.&lt;/p&gt;

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

&lt;ol&gt;
&lt;li&gt;to help install multiple yaml files which is otherwise to be done manually with k8s&lt;/li&gt;
&lt;li&gt;Helm keeps track of the versioned history of every chart installation and change. &lt;/li&gt;
&lt;li&gt;Rolling back to a previous version or upgrading to a newer version is completed with comprehensible commands.&lt;/li&gt;
&lt;li&gt;There are a plethora of existing charts available in the official Helm chart repository and various community-maintained repositories. &lt;/li&gt;
&lt;li&gt;Helm provides a higher level of abstraction and streamlines the deployment and management of applications on Kubernetes, making it a valuable tool for teams and individuals working with containerized applications&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Q3 - How helm works? Inlcude some pic
&lt;/h2&gt;

&lt;p&gt;Helm is like a client/server application. The Helm client pushes resources to the Kubernetes cluster. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.debug.school/images/mnBf7gdet2a6gd3jsLAjvXZgKszojS903PsMIXzzx0Y/w:880/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvYXJ0/aWNsZXMvZm9nbmJh/bHpzNHRrcW5xamtu/dWIucG5n" class="article-body-image-wrapper"&gt;&lt;img src="https://www.debug.school/images/mnBf7gdet2a6gd3jsLAjvXZgKszojS903PsMIXzzx0Y/w:880/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvYXJ0/aWNsZXMvZm9nbmJh/bHpzNHRrcW5xamtu/dWIucG5n" alt="Image description" width="419" height="486"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Q4 - Helm Architecture? Inlcude some pic
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://www.debug.school/images/5M4rZgu25MJRryhydrCvzyHezWlKdSF0pvr3UwBuvbU/w:880/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvYXJ0/aWNsZXMvMnJjbHFu/MzhrZ3RjZ3d0bDZ1/NGkucG5n" class="article-body-image-wrapper"&gt;&lt;img src="https://www.debug.school/images/5M4rZgu25MJRryhydrCvzyHezWlKdSF0pvr3UwBuvbU/w:880/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvYXJ0/aWNsZXMvMnJjbHFu/MzhrZ3RjZ3d0bDZ1/NGkucG5n" alt="Image description" width="880" height="387"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Q5 - What is chart and what it contains?
&lt;/h2&gt;

&lt;p&gt;chart is nothing but a folder structure with some defined yaml files.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Chart (Name)

&lt;ul&gt;
&lt;li&gt;charts (contains different dependent charts)&lt;/li&gt;
&lt;li&gt;templates (contains dependent yaml files)
charts.yaml (Metadata for chart)
values.yaml (holds variable = values)&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://www.debug.school/images/GvNvVbiTQW25lIEisfxs6ji61b144m1ZV4ZMmoYsZEA/w:880/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvYXJ0/aWNsZXMvcmg5ZGI3/NzBuYjB0dmpmODEz/N2MucG5n" class="article-body-image-wrapper"&gt;&lt;img src="https://www.debug.school/images/GvNvVbiTQW25lIEisfxs6ji61b144m1ZV4ZMmoYsZEA/w:880/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvYXJ0/aWNsZXMvcmg5ZGI3/NzBuYjB0dmpmODEz/N2MucG5n" alt="Image description" width="780" height="598"&gt;&lt;/a&gt;&lt;/p&gt;

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