<?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: Chandrashekhar</title>
    <description>The latest articles on Debug School by Chandrashekhar (@techcshekharv_393).</description>
    <link>https://www.debug.school/techcshekharv_393</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: Chandrashekhar</title>
      <link>https://www.debug.school/techcshekharv_393</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.debug.school/feed/techcshekharv_393"/>
    <language>en</language>
    <item>
      <title>Helm Training - Day 1</title>
      <dc:creator>Chandrashekhar</dc:creator>
      <pubDate>Mon, 26 Jun 2023 06:36:56 +0000</pubDate>
      <link>https://www.debug.school/techcshekharv_393/helm-training-day-1-23aj</link>
      <guid>https://www.debug.school/techcshekharv_393/helm-training-day-1-23aj</guid>
      <description>&lt;p&gt;Q1 - What is helm?&lt;br&gt;
Ans. Helm is a deployment tool that helps you to manage complexity, easy updates, simple sharing, rollbacks and use of software built for Kubernetes.&lt;/p&gt;

&lt;p&gt;Q2 - Top 5 reason for using helm?&lt;br&gt;
Ans. Following are the reasons.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Boosts productivity &lt;/li&gt;
&lt;li&gt;Enhances deployment speed &lt;/li&gt;
&lt;li&gt;Reduces Complexity&lt;/li&gt;
&lt;li&gt;Simplifies Deployments&lt;/li&gt;
&lt;li&gt;Sharing and Publishing&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Q3 - How helm works? Inlcude some pic&lt;br&gt;
Ans. Helm is a Kubernetes deployment tool for automating creation, packaging, configuration, and deployment of applications and services to Kubernetes clusters.&lt;br&gt;
&lt;a href="https://www.debug.school/images/v7nWr2ONhNyzqq_ie7VMulpFkfMHonxsLXIprvPob04/w:880/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvYXJ0/aWNsZXMvYmVqczVu/dDN6aHYzenpyc3hi/c3YucG5n" class="article-body-image-wrapper"&gt;&lt;img src="https://www.debug.school/images/v7nWr2ONhNyzqq_ie7VMulpFkfMHonxsLXIprvPob04/w:880/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvYXJ0/aWNsZXMvYmVqczVu/dDN6aHYzenpyc3hi/c3YucG5n" alt="Image description" width="880" height="548"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Q4 - Helm Architecture? Inlcude some pic&lt;br&gt;
Ans. &lt;br&gt;
&lt;a href="https://helm.sh/docs/topics/architecture/"&gt;https://helm.sh/docs/topics/architecture/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.debug.school/images/RTS735_xVUWJdSTclONJazQUIc3E60SCf7XB2kC9zPg/w:880/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvYXJ0/aWNsZXMvejlka3U1/YjQ1enFhbWtjbXZ6/cnIuanBn" class="article-body-image-wrapper"&gt;&lt;img src="https://www.debug.school/images/RTS735_xVUWJdSTclONJazQUIc3E60SCf7XB2kC9zPg/w:880/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvYXJ0/aWNsZXMvejlka3U1/YjQ1enFhbWtjbXZ6/cnIuanBn" alt="Image description" width="880" height="495"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Q5 - What is chart and what it contains?&lt;br&gt;
Ans. Helm uses a packaging format called charts. A chart is a collection of files that describe a related set of Kubernetes resources. &lt;br&gt;
Helm Charts help you define, install, and upgrade even the most complex Kubernetes application.&lt;br&gt;
It contains yaml files following are.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;chart.yaml&lt;/li&gt;
&lt;li&gt;values.yaml
templates

&lt;ul&gt;
&lt;li&gt;deployment.yaml&lt;/li&gt;
&lt;li&gt;services.yaml&lt;/li&gt;
&lt;/ul&gt;


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

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