<?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: Rahul Sureshkumar</title>
    <description>The latest articles on Debug School by Rahul Sureshkumar (@rahulmenon).</description>
    <link>https://www.debug.school/rahulmenon</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: Rahul Sureshkumar</title>
      <link>https://www.debug.school/rahulmenon</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.debug.school/feed/rahulmenon"/>
    <language>en</language>
    <item>
      <title>Topics covered today</title>
      <dc:creator>Rahul Sureshkumar</dc:creator>
      <pubDate>Thu, 31 Aug 2023 12:07:03 +0000</pubDate>
      <link>https://www.debug.school/rahulmenon/topics-covered-today-1n5p</link>
      <guid>https://www.debug.school/rahulmenon/topics-covered-today-1n5p</guid>
      <description>&lt;p&gt;1) Helm chart creation using helm create command.&lt;br&gt;
2) Deployed helm chart using helm install command.&lt;br&gt;
3) Default NOTES.txt file modified using helm.&lt;br&gt;
4) Packaging with helm.&lt;br&gt;
5) Update existing chart with helm upgrade command.&lt;/p&gt;

&lt;p&gt;Create local repository for helm &lt;br&gt;
1) Understood how to add helm repo.&lt;br&gt;
2) Helm dry-run&lt;br&gt;
3) Access to NodeIP using port-forward &lt;br&gt;
4) Add Chart as a Helm repository&lt;br&gt;
5) Push chart to local repo.&lt;br&gt;
6) Deploy chart from local repository.&lt;/p&gt;

&lt;p&gt;Remote Helm Repository&lt;br&gt;
1) Cloned repository from Github.&lt;br&gt;
2) Index repo&lt;br&gt;
3) Push chart to Github.&lt;br&gt;
4) Add Github repo as a Helm repository&lt;br&gt;
5) Deploy chart from repository&lt;/p&gt;

&lt;p&gt;Advance concept&lt;br&gt;
Templates&lt;br&gt;
Linting tool and validation file&lt;br&gt;
Custom file&lt;br&gt;
values.schema.json&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Assessment 1</title>
      <dc:creator>Rahul Sureshkumar</dc:creator>
      <pubDate>Wed, 30 Aug 2023 07:08:29 +0000</pubDate>
      <link>https://www.debug.school/rahulmenon/assessment-1-15m8</link>
      <guid>https://www.debug.school/rahulmenon/assessment-1-15m8</guid>
      <description>&lt;p&gt;What is Helm?&lt;br&gt;
Helm is a package manager for Kubernetes. And used to deploye applications and services into k8's cluster. Also help to deploye application in multiple environment with minimal changes.&lt;/p&gt;

&lt;p&gt;Write write 5 reason why we need helm?&lt;br&gt;
1) Reduce complexity of deployments&lt;br&gt;
2) Using Helm don't need to construct individual YAML files for &lt;br&gt;
   application. Instead with Helm chart, we get all necessary &lt;br&gt;
   things for the deployment, including resource configurations &lt;br&gt;
   etc..&lt;br&gt;
3) Better scalability&lt;br&gt;
4) Re-use Helm charts across multiple environments&lt;br&gt;
5) Easier rolling back to previous versions of an app&lt;/p&gt;

&lt;p&gt;How Helm works?&lt;br&gt;
Helm provides a Helm Client in our environment to interact with Kubernetes cluster. Also provide CLI for interactions&lt;/p&gt;

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

&lt;p&gt;What are parallel tools of helm for another platform and programming Language?&lt;br&gt;
The Helm client and library is written in the Go programming language.&lt;br&gt;
Using Helm to Deploy a Kubernetes Application to Multiple Environments.&lt;/p&gt;

&lt;p&gt;Explained a Directory structure of helm?&lt;br&gt;
components, such as pods, services, replicasets, deployments etc...&lt;/p&gt;

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