<?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: Kiran</title>
    <description>The latest articles on Debug School by Kiran (@kiran4562kumar_563).</description>
    <link>https://www.debug.school/kiran4562kumar_563</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: Kiran</title>
      <link>https://www.debug.school/kiran4562kumar_563</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.debug.school/feed/kiran4562kumar_563"/>
    <language>en</language>
    <item>
      <title>Helm Day-1 Assignment-1</title>
      <dc:creator>Kiran</dc:creator>
      <pubDate>Wed, 30 Aug 2023 07:05:42 +0000</pubDate>
      <link>https://www.debug.school/kiran4562kumar_563/helm-day-1-assignment-3m9a</link>
      <guid>https://www.debug.school/kiran4562kumar_563/helm-day-1-assignment-3m9a</guid>
      <description>&lt;h2&gt;
  
  
  What is Helm?
&lt;/h2&gt;

&lt;p&gt;Helm is a package manager and deployment tool for Kubernetes. It simplifies the process of managing, deploying, and maintaining applications on Kubernetes clusters by providing a right way to define, package and deploy applications.&lt;/p&gt;

&lt;h2&gt;
  
  
  Write write 5 reason why we need helm?
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Application deployment will be easier&lt;/li&gt;
&lt;li&gt;We can reuse&lt;/li&gt;
&lt;li&gt;It also help to versioning and rollback if any problem occurs&lt;/li&gt;
&lt;li&gt;We can utilize the community of helm where most of repository and charts are already available.&lt;/li&gt;
&lt;li&gt;It allows us to use only the required resources.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  How Helm works?
&lt;/h2&gt;

&lt;p&gt;We can obtain the charts from public registries, &lt;br&gt;
and we can customize the chart's values. &lt;br&gt;
Once our values file is ready we can install using helm cli commands.&lt;br&gt;
This will process the templates which is present in our helm directories. &lt;br&gt;
And helm will take care of deployment in our kubernetes cluster.&lt;br&gt;
Later helm will maintains the lifecycle of the releases.&lt;/p&gt;

&lt;h2&gt;
  
  
  What are the components of helm eco systems?
&lt;/h2&gt;

&lt;p&gt;The components of helm eco systems are charts, helm template engine, values file, helm repositories.&lt;/p&gt;

&lt;h2&gt;
  
  
  What are parallel tools of helm for another platform and programming Language?
&lt;/h2&gt;

&lt;p&gt;Docker-compose, Ansible&lt;/p&gt;

&lt;h2&gt;
  
  
  Explained a Directory structure of helm
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;chart.yaml file --&amp;gt; we can define our chart version, apiversion of the application and other information&lt;/li&gt;
&lt;li&gt;templates --&amp;gt; which includes all our different resources yaml files&lt;/li&gt;
&lt;li&gt;values.yaml file --&amp;gt; which contains the default values, which can be overridden while installing&lt;/li&gt;
&lt;li&gt;readme.md file --&amp;gt; which defines the information about the particular chart&lt;/li&gt;
&lt;/ol&gt;

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