<?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: Nallasivan</title>
    <description>The latest articles on Debug School by Nallasivan (@shivaarchie).</description>
    <link>https://www.debug.school/shivaarchie</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: Nallasivan</title>
      <link>https://www.debug.school/shivaarchie</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.debug.school/feed/shivaarchie"/>
    <language>en</language>
    <item>
      <title>My Note: Helm Basics</title>
      <dc:creator>Nallasivan</dc:creator>
      <pubDate>Mon, 26 Jun 2023 06:43:54 +0000</pubDate>
      <link>https://www.debug.school/shivaarchie/my-note-helm-basics-la7</link>
      <guid>https://www.debug.school/shivaarchie/my-note-helm-basics-la7</guid>
      <description>&lt;h2&gt;
  
  
  What is helm?
&lt;/h2&gt;


&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt; Helm is package manager to Kubernetes resources. it handles the complexity of managing the Charts/packages for Kubernetes resources using simple commands like install, upgrade, uninstall etc.it is a tool which connects to Chart/Package repositories and download the Charts/Packages and deploy it into the k8s cluster.&lt;br&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;
&lt;h2&gt;
&lt;br&gt;
  &lt;br&gt;
  &lt;br&gt;
  Top 5 reason for using helm?&lt;br&gt;
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Managing the complexities of deployments of multiple K8s resource yml files&lt;/li&gt;
&lt;li&gt;easy to have different configuration for different environment like prod, stag, dev with common templates&lt;/li&gt;
&lt;li&gt;managing the dependencies of a chart &lt;/li&gt;
&lt;li&gt;easy to create version, share the chart/app to others and 
 publish it in repository.&lt;/li&gt;
&lt;li&gt;support for parametrized templates to easy the configuration update&lt;/li&gt;
&lt;/ol&gt;

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

&lt;p&gt;Helm is a tool which connects to repository and download the packages/charts and install it into the k8s cluster using kubeconfig. it applies the configuration from values.yml and updated it on k8s resource templates then deploy them into the cluster&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.debug.school/images/vLHBoW8z_rA33yMT_WlJdmwG49cm1jst754575nPj8s/w:880/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvYXJ0/aWNsZXMvOXh5bTQ1/Y3pxYTJ3Z240bWx6/enAucG5n" class="article-body-image-wrapper"&gt;&lt;img src="https://www.debug.school/images/vLHBoW8z_rA33yMT_WlJdmwG49cm1jst754575nPj8s/w:880/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvYXJ0/aWNsZXMvOXh5bTQ1/Y3pxYTJ3Z240bWx6/enAucG5n" alt="Image description" width="880" height="479"&gt;&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;&lt;a href="https://www.debug.school/images/_A-xS5djS1ozhOuzVl2a_H7_h6D9Uf9a2lRKcC5t03w/w:880/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvYXJ0/aWNsZXMvajN2MGlh/cHdvd3I3NGx4NGl1/dXkucG5n" class="article-body-image-wrapper"&gt;&lt;img src="https://www.debug.school/images/_A-xS5djS1ozhOuzVl2a_H7_h6D9Uf9a2lRKcC5t03w/w:880/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvYXJ0/aWNsZXMvajN2MGlh/cHdvd3I3NGx4NGl1/dXkucG5n" alt="Image description" width="880" height="548"&gt;&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;Chart is a directory structure which contains the chart.yml, values.yml , Charts director to have umbrella charts, templates directory, test directory to test charts.&lt;/p&gt;

&lt;p&gt;Chart.yml is a meta data for the application to be deployed.&lt;br&gt;
values.yml contains the configuration information for each k8s resource&lt;br&gt;
tempaltes: contains all k8s resources in go template type yml&lt;/p&gt;

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