<?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: Uttam Samudrala</title>
    <description>The latest articles on Debug School by Uttam Samudrala (@usamudra).</description>
    <link>https://www.debug.school/usamudra</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: Uttam Samudrala</title>
      <link>https://www.debug.school/usamudra</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.debug.school/feed/usamudra"/>
    <language>en</language>
    <item>
      <title>Install of git, wget and run bash command</title>
      <dc:creator>Uttam Samudrala</dc:creator>
      <pubDate>Thu, 20 Jul 2023 13:17:17 +0000</pubDate>
      <link>https://www.debug.school/usamudra/install-of-git-wget-and-run-bash-command-4fif</link>
      <guid>https://www.debug.school/usamudra/install-of-git-wget-and-run-bash-command-4fif</guid>
      <description>&lt;p&gt;&lt;a href="https://www.debug.school/images/YJ3COPIliNYtr2OcpuXnZZ8t7JOTidcmFFCtzpgD0JM/w:880/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvYXJ0/aWNsZXMvbHVyNW91/eGYzdGUyZndyaGpy/bjYuanBn" class="article-body-image-wrapper"&gt;&lt;img src="https://www.debug.school/images/YJ3COPIliNYtr2OcpuXnZZ8t7JOTidcmFFCtzpgD0JM/w:880/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvYXJ0/aWNsZXMvbHVyNW91/eGYzdGUyZndyaGpy/bjYuanBn" alt="Image description" width="880" height="354"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.debug.school/images/wSn1ky7whTBBY5ynUyjvwdrkBoTkeyIUSxnykf0z_6Y/w:880/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvYXJ0/aWNsZXMveXo2Mm4w/NXBxOXNkZTBjengz/M3MuanBn" class="article-body-image-wrapper"&gt;&lt;img src="https://www.debug.school/images/wSn1ky7whTBBY5ynUyjvwdrkBoTkeyIUSxnykf0z_6Y/w:880/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvYXJ0/aWNsZXMveXo2Mm4w/NXBxOXNkZTBjengz/M3MuanBn" alt="Image description" width="880" height="306"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;=========================================&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;name: Update web servers
hosts: web&lt;/li&gt;
&lt;/ul&gt;

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

&lt;ul&gt;
&lt;li&gt;name: Bash Script
ansible.builtin.shell:
  cmd: "uname -a"&lt;/li&gt;
&lt;li&gt;name: Print return information from the previous task
ansible.builtin.debug:
  msg: "Run bash command uname -a by Uttam"&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;=============================================&lt;/p&gt;




&lt;ul&gt;
&lt;li&gt;name: Update web servers
hosts: web&lt;/li&gt;
&lt;/ul&gt;

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

&lt;ul&gt;
&lt;li&gt;name: Install git in ubuntu
ansible.builtin.apt:
  name: "git"
  state: latest&lt;/li&gt;
&lt;li&gt;name: Install wget in ubuntu
ansible.builtin.apt:
  name: "wget"
  state: latest&lt;/li&gt;
&lt;li&gt;name: Bash Script
 ansible.builtin.shell:
  cmd: ls -l | grep log
  chdir: root/&lt;/li&gt;
&lt;li&gt;name: Print return information from the previous task
ansible.builtin.debug:
  msg: "Install git and wget and run bash by Uttam"&lt;/li&gt;
&lt;/ul&gt;

</description>
    </item>
    <item>
      <title>What is DevSecOps?</title>
      <dc:creator>Uttam Samudrala</dc:creator>
      <pubDate>Fri, 14 Jul 2023 07:17:42 +0000</pubDate>
      <link>https://www.debug.school/usamudra/what-is-devsecops-24l8</link>
      <guid>https://www.debug.school/usamudra/what-is-devsecops-24l8</guid>
      <description>&lt;p&gt;DevSecOps is to automate the integration of security at every phase of the software development lifecycle, from initial design through integration, testing, deployment, and software delivery.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>How DevOps and SRE are different?</title>
      <dc:creator>Uttam Samudrala</dc:creator>
      <pubDate>Fri, 14 Jul 2023 07:10:54 +0000</pubDate>
      <link>https://www.debug.school/usamudra/how-devops-and-sre-are-different-3f86</link>
      <guid>https://www.debug.school/usamudra/how-devops-and-sre-are-different-3f86</guid>
      <description>&lt;p&gt;DevOps responsible for both development and operations as a single team whereas SRE responsible for operations but integrating with development team.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>What are the list of DevOps Tools?</title>
      <dc:creator>Uttam Samudrala</dc:creator>
      <pubDate>Thu, 13 Jul 2023 06:41:29 +0000</pubDate>
      <link>https://www.debug.school/usamudra/what-are-the-list-of-devops-tools-peh</link>
      <guid>https://www.debug.school/usamudra/what-are-the-list-of-devops-tools-peh</guid>
      <description>&lt;p&gt;Automation Tools - Puppet/Chef/Ansible/SaltStack&lt;br&gt;
Pipeline(CI/CD) Tools - Jenkins/Bamboo/GitLab CI/&lt;br&gt;
                        Travis CI/CircleCI/AWS CodePipeline&lt;br&gt;
Testing Tools  - Selenium/Gremlin&lt;br&gt;
Monitoring Tools - Prometheus/DataDog/New Relic/Nagios/Zabbix&lt;/p&gt;

</description>
    </item>
    <item>
      <title>What exactly do DevOps do?</title>
      <dc:creator>Uttam Samudrala</dc:creator>
      <pubDate>Thu, 13 Jul 2023 05:24:58 +0000</pubDate>
      <link>https://www.debug.school/usamudra/what-exactly-do-devops-do-4f6f</link>
      <guid>https://www.debug.school/usamudra/what-exactly-do-devops-do-4f6f</guid>
      <description>&lt;p&gt;DevOps responsibility is to reduce complexity, closing the gap between actions needed to quickly change an application and the tasks that maintain its reliability.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>What is DevOps in simple terms?</title>
      <dc:creator>Uttam Samudrala</dc:creator>
      <pubDate>Thu, 13 Jul 2023 05:16:59 +0000</pubDate>
      <link>https://www.debug.school/usamudra/what-is-devops-in-simple-terms-gc0</link>
      <guid>https://www.debug.school/usamudra/what-is-devops-in-simple-terms-gc0</guid>
      <description>&lt;p&gt;DevOps is a complete package of end to end with both development and operations delivered by a single team.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.debug.school/images/nmRbr8e-MmZousboiUU_56wOhCWnRJJK1T8mnnRnhVM/w:880/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvYXJ0/aWNsZXMvcmE4aWFs/ZWIwNmU1a2NhdnNr/bnUuanBn" class="article-body-image-wrapper"&gt;&lt;img src="https://www.debug.school/images/nmRbr8e-MmZousboiUU_56wOhCWnRJJK1T8mnnRnhVM/w:880/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvYXJ0/aWNsZXMvcmE4aWFs/ZWIwNmU1a2NhdnNr/bnUuanBn" alt="Image description" width="880" height="392"&gt;&lt;/a&gt;&lt;/p&gt;

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