<?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: shivani Bansal</title>
    <description>The latest articles on Debug School by shivani Bansal (@bansalshivani11989_480).</description>
    <link>https://www.debug.school/bansalshivani11989_480</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: shivani Bansal</title>
      <link>https://www.debug.school/bansalshivani11989_480</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.debug.school/feed/bansalshivani11989_480"/>
    <language>en</language>
    <item>
      <title>Brief into Helm</title>
      <dc:creator>shivani Bansal</dc:creator>
      <pubDate>Mon, 26 Jun 2023 06:32:09 +0000</pubDate>
      <link>https://www.debug.school/bansalshivani11989_480/helm-assignment-day-1-2j3p</link>
      <guid>https://www.debug.school/bansalshivani11989_480/helm-assignment-day-1-2j3p</guid>
      <description>&lt;h2&gt;
  
  
  Q1 - What is helm?
&lt;/h2&gt;

&lt;p&gt;Helm is a tool that automates the creation, packaging, configuration, and deployment of Kubernetes applications by combining your configuration files into a single reusable package.&lt;/p&gt;

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

&lt;ol&gt;
&lt;li&gt;Reduced complexity of deployments&lt;/li&gt;
&lt;li&gt;More reproducible deployments and results&lt;/li&gt;
&lt;li&gt;Ability to leverage Kubernetes with a single CLI command&lt;/li&gt;
&lt;li&gt;Ability to re-use Helm charts across multiple environments&lt;/li&gt;
&lt;li&gt;More streamlined CI/CD pipeline&lt;/li&gt;
&lt;li&gt;Easier rolling back to previous versions of an app &lt;/li&gt;
&lt;/ol&gt;

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

&lt;p&gt;Helm and Kubernetes work like a client/server application. The Helm client pushes resources to the Kubernetes cluster.&lt;br&gt;
&lt;a href="https://www.debug.school/images/fFTccsRRVNbBFtb2mVQ8V9BEvCz5acGSHqpkEzonPX4/w:880/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvYXJ0/aWNsZXMvZmQwYnkw/Nmxpd3NuczkxcGQ0/dzcucG5n" class="article-body-image-wrapper"&gt;&lt;img src="https://www.debug.school/images/fFTccsRRVNbBFtb2mVQ8V9BEvCz5acGSHqpkEzonPX4/w:880/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvYXJ0/aWNsZXMvZmQwYnkw/Nmxpd3NuczkxcGQ0/dzcucG5n" alt="Image description" width="880" height="639"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Q4 - Helm Architecture?
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://www.debug.school/images/QhIr3tL-yv9btJLLN--tobk1CFkivqh3IjqIw_-zIeg/w:880/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvYXJ0/aWNsZXMvanF6eWRu/dHl5enc4NjNxaG1i/cnAucG5n" class="article-body-image-wrapper"&gt;&lt;img src="https://www.debug.school/images/QhIr3tL-yv9btJLLN--tobk1CFkivqh3IjqIw_-zIeg/w:880/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvYXJ0/aWNsZXMvanF6eWRu/dHl5enc4NjNxaG1i/cnAucG5n" alt="Image description" width="880" height="548"&gt;&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;A Helm chart is a package that contains all the necessary resources to deploy an application to a Kubernetes cluster. This includes YAML configuration files for deployments, services, secrets, and config maps that define the desired state of your application.&lt;/p&gt;

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