<?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: MS</title>
    <description>The latest articles on Debug School by MS (@mpshinde_933).</description>
    <link>https://www.debug.school/mpshinde_933</link>
    <image>
      <url>https://www.debug.school/images/ft9bOs2uBnZwoVv2Lct6JmLi8bDxrBjiOuWOa5VTjbw/rs:fill:90:90/g:sm/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvdXNl/ci9wcm9maWxlX2lt/YWdlLzY5OC82NTVm/ZjE1MS01NTExLTRk/NTUtYTQ2Ni1jYzc5/MzA3Zjg0ZGUucG5n</url>
      <title>Debug School: MS</title>
      <link>https://www.debug.school/mpshinde_933</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.debug.school/feed/mpshinde_933"/>
    <language>en</language>
    <item>
      <title>Training assignment - Day 3 - Services</title>
      <dc:creator>MS</dc:creator>
      <pubDate>Mon, 25 Sep 2023 07:34:30 +0000</pubDate>
      <link>https://www.debug.school/mpshinde_933/training-assignment-day-3-services-42hi</link>
      <guid>https://www.debug.school/mpshinde_933/training-assignment-day-3-services-42hi</guid>
      <description>&lt;h2&gt;
  
  
  What is service
&lt;/h2&gt;

&lt;p&gt;Service is a Kubernetes resource created to accomplish specific functionalities, exposing interfaces that can be used to access the interfaces at different levels within cluster or outside cluster. Service helps in managing controlling traffics to different pods within the cluster&lt;/p&gt;

&lt;h2&gt;
  
  
  Different types of services:
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Cluster Service&lt;/li&gt;
&lt;li&gt;Nodeport Service&lt;/li&gt;
&lt;li&gt;Load balancer&lt;/li&gt;
&lt;/ul&gt;

</description>
    </item>
    <item>
      <title>K8s introduction</title>
      <dc:creator>MS</dc:creator>
      <pubDate>Thu, 21 Sep 2023 09:06:12 +0000</pubDate>
      <link>https://www.debug.school/mpshinde_933/k8s-introduction-jb4</link>
      <guid>https://www.debug.school/mpshinde_933/k8s-introduction-jb4</guid>
      <description>&lt;h2&gt;
  
  
  What is Kubernetes?
&lt;/h2&gt;

&lt;p&gt;Kubernetes is a tool for container orchestration&lt;/p&gt;

&lt;h2&gt;
  
  
  Why do we need it?
&lt;/h2&gt;

&lt;p&gt;To manage containers with functionalities, To scale up/down, To build high availability, efficient load balancing&lt;/p&gt;

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

&lt;p&gt;It works on distributed systems with master and worker nodes interactions&lt;/p&gt;

&lt;h2&gt;
  
  
  What are the components of Master?
&lt;/h2&gt;

&lt;p&gt;Controller, Scheduler, API server, cetd storage&lt;/p&gt;

&lt;h2&gt;
  
  
  What are the components of Worker?
&lt;/h2&gt;

&lt;p&gt;Kublet, Container Engine, Kubeproxy&lt;/p&gt;

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