<?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: mayankPal</title>
    <description>The latest articles on Debug School by mayankPal (@mayankpalcodes_139).</description>
    <link>https://www.debug.school/mayankpalcodes_139</link>
    <image>
      <url>https://www.debug.school/images/gwNm2WZnjEunDHUV7XMfW1YbxToZLUOAykM_FwV4PMU/rs:fill:90:90/g:sm/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvdXNl/ci9wcm9maWxlX2lt/YWdlLzcwNC83OTM3/NGI2Ny1iZjk1LTRh/YWEtYmU3OS1mNTk1/MzU5OTI1YWEucG5n</url>
      <title>Debug School: mayankPal</title>
      <link>https://www.debug.school/mayankpalcodes_139</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.debug.school/feed/mayankpalcodes_139"/>
    <language>en</language>
    <item>
      <title>Services in K8S</title>
      <dc:creator>mayankPal</dc:creator>
      <pubDate>Mon, 25 Sep 2023 07:33:08 +0000</pubDate>
      <link>https://www.debug.school/mayankpalcodes_139/services-in-k8s-308d</link>
      <guid>https://www.debug.school/mayankpalcodes_139/services-in-k8s-308d</guid>
      <description>&lt;p&gt;Q: What is k8 service?&lt;br&gt;
A: Its an abstraction over pods, which helps in managing sets of pods using selector labels and using only active pods.&lt;/p&gt;

&lt;p&gt;Q: Types of services?&lt;br&gt;
A: ClusertIP, NodePort and NodeBalancer&lt;/p&gt;

&lt;p&gt;Q: Commands used to create a svc ?&lt;br&gt;
A: &lt;br&gt;
   kubectl create svc service_name --tcp=cluster_port:pod_port&lt;br&gt;
   kubectl create svc nodePort service_name -- &lt;br&gt;
   tcp=cluster_port:pod_port&lt;br&gt;
   kubectl create svc loadbalancer service_name --tcp=cluster_port:pod_port&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Assignment#2 – Day 2</title>
      <dc:creator>mayankPal</dc:creator>
      <pubDate>Fri, 22 Sep 2023 11:40:51 +0000</pubDate>
      <link>https://www.debug.school/mayankpalcodes_139/assignment2-day-2-22ag</link>
      <guid>https://www.debug.school/mayankpalcodes_139/assignment2-day-2-22ag</guid>
      <description>&lt;p&gt;Q: What is Namespaces? Explain with Image&lt;br&gt;
A: Logical group to segregate few k8s resources based on namespace name. &lt;/p&gt;

&lt;p&gt;Q: What is Pod? Explain with Image&lt;br&gt;
A: Logical unit which contains 1 or more containers in it.&lt;/p&gt;

&lt;p&gt;Q: What is ReplicaSets? Explain with Image&lt;br&gt;
A: Abstraction over pods to create multiple instances of pods.&lt;/p&gt;

&lt;p&gt;Q: What is Deployment? Explain with Image&lt;br&gt;
A: It helps to create or modify instances of the pods that hold a containerized application. Deployments can help to efficiently scale the number of replica pods, enable the rollout of updated code in a controlled manner, or roll back to an earlier deployment version if necessary&lt;/p&gt;

</description>
      <category>mayank</category>
    </item>
    <item>
      <title>Mayank k8s notes</title>
      <dc:creator>mayankPal</dc:creator>
      <pubDate>Thu, 21 Sep 2023 09:02:49 +0000</pubDate>
      <link>https://www.debug.school/mayankpalcodes_139/mayank-k8s-notes-2cdb</link>
      <guid>https://www.debug.school/mayankpalcodes_139/mayank-k8s-notes-2cdb</guid>
      <description>&lt;p&gt;What is Kubernetes?&lt;br&gt;
A: Orchestration tool for containers&lt;/p&gt;

&lt;p&gt;Why do we need it?&lt;br&gt;
A: To orchestrate containers. &lt;/p&gt;

&lt;p&gt;How it works?&lt;br&gt;
A: Works on master &amp;amp; worker nodes architecture using pod as basic unit of work.&lt;/p&gt;

&lt;p&gt;What are the components of Master?&lt;br&gt;
A: kubeapi server, etcd, kube-scheduler, kube-controller&lt;/p&gt;

&lt;p&gt;What are the components of Worker?&lt;br&gt;
A: kubelet, kube-proxy, kubectl&lt;br&gt;
What are the components of Worker?&lt;/p&gt;

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