<?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: suman</title>
    <description>The latest articles on Debug School by suman (@sumanhab_4).</description>
    <link>https://www.debug.school/sumanhab_4</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: suman</title>
      <link>https://www.debug.school/sumanhab_4</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.debug.school/feed/sumanhab_4"/>
    <language>en</language>
    <item>
      <title>What is Pods?</title>
      <dc:creator>suman</dc:creator>
      <pubDate>Fri, 21 Jul 2023 13:33:30 +0000</pubDate>
      <link>https://www.debug.school/sumanhab_4/what-is-pods-4pli</link>
      <guid>https://www.debug.school/sumanhab_4/what-is-pods-4pli</guid>
      <description>&lt;p&gt;A Kubernetes pod is a group of one or more containers running instances of an application.Containers are grouped into Kubernetes pods in order to increase the intelligence of resource sharing.Within the Kubernetes system, containers in the same pod will share the same compute resources.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Why We need Kubernetes?</title>
      <dc:creator>suman</dc:creator>
      <pubDate>Fri, 21 Jul 2023 13:21:47 +0000</pubDate>
      <link>https://www.debug.school/sumanhab_4/why-we-need-kubernetes-2iga</link>
      <guid>https://www.debug.school/sumanhab_4/why-we-need-kubernetes-2iga</guid>
      <description>&lt;p&gt;Kubernetes manages containers and pods. It automate manages of containers.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>What is Kubernetes?</title>
      <dc:creator>suman</dc:creator>
      <pubDate>Fri, 21 Jul 2023 13:20:50 +0000</pubDate>
      <link>https://www.debug.school/sumanhab_4/what-is-kubernetes-l52</link>
      <guid>https://www.debug.school/sumanhab_4/what-is-kubernetes-l52</guid>
      <description>&lt;p&gt;Kubernetes is an open source project that has become one of the most popular container orchestration tools around; it allows you to deploy and manage multi-container applications at scale. While in practice Kubernetes is most often used with Docker, the most popular containerization platform, it can also work with any container system that conforms to the Open Container Initiative (OCI) standards for container image formats and runtimes. And because Kubernetes is open source, with relatively few restrictions on how it can be used, it can be used freely by anyone who wants to run containers, most anywhere they want to run them—on-premises, in the public cloud, or both.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>install a package called “git”, “wget” and run some bash script.</title>
      <dc:creator>suman</dc:creator>
      <pubDate>Thu, 20 Jul 2023 13:18:44 +0000</pubDate>
      <link>https://www.debug.school/sumanhab_4/install-a-package-called-git-wget-and-run-some-bash-script-1n8a</link>
      <guid>https://www.debug.school/sumanhab_4/install-a-package-called-git-wget-and-run-some-bash-script-1n8a</guid>
      <description>

&lt;ul&gt;
&lt;li&gt;name: Install Git and wget, run script
hosts: web&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;tasks:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;name: install git&lt;br&gt;
ansible.builtin.apt:&lt;br&gt;
  name: "git"&lt;br&gt;
  state: latest&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;name: Install Apache in ubuntu&lt;br&gt;
ansible.builtin.apt:&lt;br&gt;
  name: "wget"&lt;br&gt;
  state: latest&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;name: run script&lt;br&gt;
ansible.builtin.script:&lt;br&gt;
  name: ip.sh&lt;br&gt;
  cmd: /root/suman/ip.sh&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
    </item>
    <item>
      <title>What is DevSecOps?</title>
      <dc:creator>suman</dc:creator>
      <pubDate>Fri, 14 Jul 2023 06:29:30 +0000</pubDate>
      <link>https://www.debug.school/sumanhab_4/what-is-devsecops-23h9</link>
      <guid>https://www.debug.school/sumanhab_4/what-is-devsecops-23h9</guid>
      <description>&lt;p&gt;DevSecOps is integrating security into every part of the CICD pipeline from build to production. In DevSecOps, security is the shared responsibility of all stakeholders in the DevOps value chain. DevSecOps involves ongoing, flexible collaboration between development, release management (or operations), and security teams. In short, DevOps focuses on speed; DevSecOps helps maintain velocity without compromising security.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>How DevOps and SRE are different?</title>
      <dc:creator>suman</dc:creator>
      <pubDate>Fri, 14 Jul 2023 06:23:48 +0000</pubDate>
      <link>https://www.debug.school/sumanhab_4/how-devops-and-sre-are-different-3d8p</link>
      <guid>https://www.debug.school/sumanhab_4/how-devops-and-sre-are-different-3d8p</guid>
      <description>&lt;p&gt;DevOps stands for Development Operations, and SRE stands for Site Reliability Engineering. DevOps is an approach to managing software development processes that collaborates between operations teams and developers. Whereas Site Reliability Engineering (SRE) focuses on designing and implementing highly scalable, resilient, and dependable systems.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>What are the list of DevOps Tools?</title>
      <dc:creator>suman</dc:creator>
      <pubDate>Fri, 14 Jul 2023 06:23:17 +0000</pubDate>
      <link>https://www.debug.school/sumanhab_4/what-are-the-list-of-devops-tools-hi3</link>
      <guid>https://www.debug.school/sumanhab_4/what-are-the-list-of-devops-tools-hi3</guid>
      <description>&lt;p&gt;&lt;strong&gt;Version Control Tool:&lt;/strong&gt; Git GitLab, GitHub, Bitbucket&lt;br&gt;
&lt;strong&gt;Build Tool:&lt;/strong&gt; Maven&lt;br&gt;
&lt;strong&gt;Continuous Integration Tool:&lt;/strong&gt; Jenkins&lt;br&gt;
&lt;strong&gt;Configuration Management Tool:&lt;/strong&gt; Chef, Puppet, Ansible&lt;br&gt;
&lt;strong&gt;Container Platforms:&lt;/strong&gt; Docker, Kubernetes&lt;br&gt;
&lt;strong&gt;Communication and Collaboration:&lt;/strong&gt; Slack&lt;br&gt;
&lt;strong&gt;Monitoring, Alerting, and Incident Response Tools:&lt;/strong&gt; SignalFx&lt;br&gt;
&lt;strong&gt;Testing Tool:&lt;/strong&gt; Selenium, Gremlin&lt;br&gt;
&lt;strong&gt;ELK :&lt;/strong&gt;Elasticsearch, Logstash and Kibana&lt;/p&gt;

</description>
    </item>
    <item>
      <title>What exactly do DevOps do?</title>
      <dc:creator>suman</dc:creator>
      <pubDate>Fri, 14 Jul 2023 06:18:42 +0000</pubDate>
      <link>https://www.debug.school/sumanhab_4/what-exactly-do-devops-do-3c9m</link>
      <guid>https://www.debug.school/sumanhab_4/what-exactly-do-devops-do-3c9m</guid>
      <description>&lt;p&gt;Under DevOps model, development and operations teams are no longer siloed. Sometimes, these two teams are merged into a single team where the engineers work across the entire application lifecycle, from development and test to deployment to operations, and develop a range of skills not limited to a single function.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>What is DevOps in simple terms?</title>
      <dc:creator>suman</dc:creator>
      <pubDate>Fri, 14 Jul 2023 06:17:55 +0000</pubDate>
      <link>https://www.debug.school/sumanhab_4/what-is-devops-in-simple-terms-4mk9</link>
      <guid>https://www.debug.school/sumanhab_4/what-is-devops-in-simple-terms-4mk9</guid>
      <description>&lt;p&gt;DevOps is a cultural mindset where both key teams i.e. developers and operations agree that software is not really adding any value until it is used by somebody – customers, clients, employees, etc, due to this, both teams are ensuring together that software is delivered with speed and quality. Both groups will work as a single team on development and operation. This method will deliver applications and services faster than traditional software development processes. &lt;/p&gt;

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