<?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: Anitha</title>
    <description>The latest articles on Debug School by Anitha (@annaanitha09_51).</description>
    <link>https://www.debug.school/annaanitha09_51</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: Anitha</title>
      <link>https://www.debug.school/annaanitha09_51</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.debug.school/feed/annaanitha09_51"/>
    <language>en</language>
    <item>
      <title>Summary of today's topic</title>
      <dc:creator>Anitha</dc:creator>
      <pubDate>Thu, 31 Aug 2023 12:08:30 +0000</pubDate>
      <link>https://www.debug.school/annaanitha09_51/summary-of-todays-topic-42l7</link>
      <guid>https://www.debug.school/annaanitha09_51/summary-of-todays-topic-42l7</guid>
      <description>&lt;ul&gt;
&lt;li&gt;Creating a package&lt;/li&gt;
&lt;li&gt;Create local repo&lt;/li&gt;
&lt;li&gt;Create remote repo&lt;/li&gt;
&lt;li&gt;Discussion of template&lt;/li&gt;
&lt;li&gt;Linting tool&lt;/li&gt;
&lt;li&gt;validatation tool(Values.Schema.Json)&lt;/li&gt;
&lt;li&gt;Value precedence&lt;/li&gt;
&lt;/ul&gt;

</description>
    </item>
    <item>
      <title>Assignment1</title>
      <dc:creator>Anitha</dc:creator>
      <pubDate>Wed, 30 Aug 2023 07:07:46 +0000</pubDate>
      <link>https://www.debug.school/annaanitha09_51/assignment1-27km</link>
      <guid>https://www.debug.school/annaanitha09_51/assignment1-27km</guid>
      <description>&lt;h2&gt;
  
  
  What is Helm?
&lt;/h2&gt;

&lt;p&gt;Simplifying the deployment and management of applications on Kubernetes clusters.&lt;/p&gt;

&lt;h2&gt;
  
  
  Write write 5 reason why we need helm?
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Helm helps manage the deployment complexity by allowing you to define and manage all the related resources in a single chart.&lt;/li&gt;
&lt;li&gt;Faster and more reliable releases.&lt;/li&gt;
&lt;li&gt;Helm has a rich ecosystem of pre-built charts available in public and private repositories. &lt;/li&gt;
&lt;li&gt;Supports easy rollbacks to previous releases.&lt;/li&gt;
&lt;li&gt;Parameterize configurations, making it easier to customize deployments for different environments.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  How Helm works?
&lt;/h2&gt;

&lt;p&gt;A Helm chart is organized into a directory structure with &lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Chart.yaml&lt;br&gt;
values.yaml&lt;br&gt;
templates/&lt;br&gt;
 Helm simplifies the process of deploying and managing applications on Kubernetes by providing a package manager-like experience. &lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  What are the components of helm eco systems?
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Helm CLI: The Helm command-line interface is used by developers and operators to interact with the Helm ecosystem.&lt;/li&gt;
&lt;li&gt;Helm Charts: Helm Charts are packages that contain pre-configured Kubernetes resources such as deployments, services, and config maps.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What are parallel tools of helm for another platform and programming Language?
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Docker Compose&lt;/li&gt;
&lt;li&gt;Terraform&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Explain Directory structure of helm?
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;my-chart/
├── charts/
├── templates/
│   ├── deployment.yaml
│   ├── service.yaml
│   ├── configmap.yaml
├── values.yaml
├── Chart.yaml
├── LICENSE
└── README.md

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



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