<?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: Kumar Abhishek</title>
    <description>The latest articles on Debug School by Kumar Abhishek (@abhishek1801).</description>
    <link>https://www.debug.school/abhishek1801</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: Kumar Abhishek</title>
      <link>https://www.debug.school/abhishek1801</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.debug.school/feed/abhishek1801"/>
    <language>en</language>
    <item>
      <title>HELM Training Assignment 1</title>
      <dc:creator>Kumar Abhishek</dc:creator>
      <pubDate>Wed, 30 Aug 2023 07:10:08 +0000</pubDate>
      <link>https://www.debug.school/abhishek1801/helm-training-assignment-1-mh1</link>
      <guid>https://www.debug.school/abhishek1801/helm-training-assignment-1-mh1</guid>
      <description>&lt;p&gt;&lt;strong&gt;What is Helm?&lt;/strong&gt;&lt;br&gt;
HELM is a package manager for Kubernetes. It makes it very easy to manage the kubernetes. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What is Helm?&lt;/strong&gt;&lt;br&gt;
HELM is a package manager for Kubernetes. It makes it very easy to manage the kubernetes. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Write write 5 reason why we need helm?&lt;/strong&gt;&lt;br&gt;
Best package manager&lt;br&gt;
Using templates and variable we can reuse the same ymls again &lt;br&gt;
It makes it very easy for sharing &lt;br&gt;
It reduces the complexity to maintain multiple yml files and handling different environments and usecases.&lt;br&gt;
With this we can easily upgrade&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How Helm works?&lt;/strong&gt;&lt;br&gt;
HELM help by automating the kubernetes tasks. It automates the packaging, deployment of kubernetes application by defining a structured pattern. It has templates where we keep the yml file which as logic and action and during the run phase it integrates with the specified value files and executes the final action.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What are the components of helm eco systems?&lt;/strong&gt;&lt;br&gt;
Client and library&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What are parallel tools of helm for another platform and programming Language?&lt;/strong&gt;&lt;br&gt;
Jinja &lt;br&gt;
template&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Explained a Diretory structure of helm&lt;/strong&gt;&lt;br&gt;
templates(Directory)&lt;br&gt;
    yml files for the job&lt;br&gt;&lt;br&gt;
Chart.yml&lt;br&gt;
Values.yml&lt;br&gt;&lt;br&gt;
.helmignore&lt;/p&gt;

</description>
      <category>helm</category>
    </item>
  </channel>
</rss>
