<?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: Swati Shinghal</title>
    <description>The latest articles on Debug School by Swati Shinghal (@shinghalswati_146).</description>
    <link>https://www.debug.school/shinghalswati_146</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: Swati Shinghal</title>
      <link>https://www.debug.school/shinghalswati_146</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.debug.school/feed/shinghalswati_146"/>
    <language>en</language>
    <item>
      <title>My helm notes for Day 1</title>
      <dc:creator>Swati Shinghal</dc:creator>
      <pubDate>Mon, 26 Jun 2023 06:34:20 +0000</pubDate>
      <link>https://www.debug.school/shinghalswati_146/my-helm-notes-for-day-1-57cg</link>
      <guid>https://www.debug.school/shinghalswati_146/my-helm-notes-for-day-1-57cg</guid>
      <description>&lt;h2&gt;
  
  
  Q1 - What is helm?
&lt;/h2&gt;

&lt;p&gt;Helm is a tool through which kubernetes deployment can be automated by creating packages, configuration.&lt;/p&gt;

&lt;h2&gt;
  
  
  Q2 - Top 5 reason for using helm?
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Reduced complexity&lt;/li&gt;
&lt;li&gt;Reduced effort for multiple deployments&lt;/li&gt;
&lt;li&gt;Easy to maintain for different env: dev, qa, prod&lt;/li&gt;
&lt;li&gt;Helps in frequent updates/rollback&lt;/li&gt;
&lt;li&gt;Implementation of cloud-native applications&lt;/li&gt;
&lt;/ol&gt;

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

&lt;p&gt;&lt;a href="https://www.debug.school/images/8jHhZ_555ZH17jmGXVj6TlH6VpUXozzDGAhzGfQ5wb0/w:880/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvYXJ0/aWNsZXMveG5wNjY0/OHB5NzE1emJraHYw/N3EuanBn" class="article-body-image-wrapper"&gt;&lt;img src="https://www.debug.school/images/8jHhZ_555ZH17jmGXVj6TlH6VpUXozzDGAhzGfQ5wb0/w:880/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvYXJ0/aWNsZXMveG5wNjY0/OHB5NzE1emJraHYw/N3EuanBn" alt="Image description" width="880" height="880"&gt;&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;&lt;a href="https://www.debug.school/images/YghgNAbxTAm_HCTg3AxCovVq7Mnduq_itE-rxy5NZaI/w:880/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvYXJ0/aWNsZXMvdnd4bGNo/OGVxOG9mb2swNTFo/c2sucG5n" class="article-body-image-wrapper"&gt;&lt;img src="https://www.debug.school/images/YghgNAbxTAm_HCTg3AxCovVq7Mnduq_itE-rxy5NZaI/w:880/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvYXJ0/aWNsZXMvdnd4bGNo/OGVxOG9mb2swNTFo/c2sucG5n" alt="Image description" width="600" height="355"&gt;&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;Helm uses a packaging format called charts. A chart is a collection of files that describe a related set of Kubernetes resources. Chart contains templates(deployment.yaml, ingress.yaml, hpa.yaml, service.yaml, service account.yaml).It also contains a Value.yaml file which has the actual configuration values.&lt;/p&gt;

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