<?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: Rajanikanth Suragani</title>
    <description>The latest articles on Debug School by Rajanikanth Suragani (@rajanikanthsuragani).</description>
    <link>https://www.debug.school/rajanikanthsuragani</link>
    <image>
      <url>https://www.debug.school/images/lcKzCW7WEuYKOHHnQB90zSDwUbXrzIFSV8aZX8UumIs/rs:fill:90:90/g:sm/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvdXNl/ci9wcm9maWxlX2lt/YWdlLzc2My82OGM3/MzA3Mi04YTVkLTQ4/NjYtOWM2MS0zYjY5/MDBmODA1ZTIucG5n</url>
      <title>Debug School: Rajanikanth Suragani</title>
      <link>https://www.debug.school/rajanikanthsuragani</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.debug.school/feed/rajanikanthsuragani"/>
    <language>en</language>
    <item>
      <title>What is DevSecOps?</title>
      <dc:creator>Rajanikanth Suragani</dc:creator>
      <pubDate>Sun, 21 Jan 2024 03:14:05 +0000</pubDate>
      <link>https://www.debug.school/rajanikanthsuragani/what-is-devsecops-5km</link>
      <guid>https://www.debug.school/rajanikanthsuragani/what-is-devsecops-5km</guid>
      <description>&lt;p&gt;DevSecops is an extension to the Devops integrating security to the development and operations. Security shouldnt be treated as a separate entity to be implemented after devops.&lt;br&gt;
 Security should be implemented from the beginning phase of devops. For example:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Development and automation by following all the security guidelines&lt;/li&gt;
&lt;li&gt;Implement security testing along side test automation like OWASP ZAP &lt;/li&gt;
&lt;li&gt;Integrate security tools in continous integration process&lt;/li&gt;
&lt;li&gt;Continuous monitoring of systems for early identification of security threats&lt;/li&gt;
&lt;li&gt;Communication between development, operations and security teams collectively work together to deliver secure application&lt;/li&gt;
&lt;/ol&gt;

</description>
    </item>
    <item>
      <title>How DevOps and SRE are different?</title>
      <dc:creator>Rajanikanth Suragani</dc:creator>
      <pubDate>Sun, 21 Jan 2024 03:03:20 +0000</pubDate>
      <link>https://www.debug.school/rajanikanthsuragani/how-devops-and-sre-are-different-4m55</link>
      <guid>https://www.debug.school/rajanikanthsuragani/how-devops-and-sre-are-different-4m55</guid>
      <description>&lt;p&gt;Both Devops and Site Reliability Engineering (SRE) aims at reliable and efficient but there distinct focuses between both.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Devops is a practice that focuses on collaboration between development and operations with high speed delivery &amp;amp; error free&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;SRE mainly focuses on reliability &amp;amp; availability of systems and services. It used error budgets to maintain a balance between new releases and existing systems. SRE relies heavily on metrics, monitoring and alerting to maintain SLOs and SLIs&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
    </item>
    <item>
      <title>What are the list of DevOps Tools?</title>
      <dc:creator>Rajanikanth Suragani</dc:creator>
      <pubDate>Sun, 21 Jan 2024 02:52:07 +0000</pubDate>
      <link>https://www.debug.school/rajanikanthsuragani/what-are-the-list-of-devops-tools-1ecl</link>
      <guid>https://www.debug.school/rajanikanthsuragani/what-are-the-list-of-devops-tools-1ecl</guid>
      <description>&lt;ol&gt;
&lt;li&gt;Test Automation- Selenium, Cypress, Appium, Expresso, XCUITest, RestAssured, SOAP etc&lt;/li&gt;
&lt;li&gt;Continuous Integration &amp;amp; Deployment- Jenkins, Bamboo, Vulcan, CircleCI, Travis etc&lt;/li&gt;
&lt;li&gt;Continuous Management- Ansible, Puppet, Chef&lt;/li&gt;
&lt;li&gt;Containerization and orchestration: 
Docker, 
Kubernetes(Amazon- EKS, MS Azure-MS Azure Kubernetes service(AKS), Google- Google cloud managed Kubernetes service)&lt;/li&gt;
&lt;li&gt;Infrastructure as code: Terraform&lt;/li&gt;
&lt;li&gt;Monitoring &amp;amp; Logging: Splunk, Datadog, New Relic, Grafana, ELK Stack, Prometheus&lt;/li&gt;
&lt;li&gt;Communication/collaboration: 
-MS Teams, Slack, zoom etc for conversations &amp;amp; meetings&lt;/li&gt;
&lt;li&gt;Jira, VersionOne, Confluence for documentation&lt;/li&gt;
&lt;/ol&gt;

</description>
    </item>
    <item>
      <title>What exactly do DevOps do?</title>
      <dc:creator>Rajanikanth Suragani</dc:creator>
      <pubDate>Sun, 21 Jan 2024 02:37:15 +0000</pubDate>
      <link>https://www.debug.school/rajanikanthsuragani/what-exactly-do-devops-do-1661</link>
      <guid>https://www.debug.school/rajanikanthsuragani/what-exactly-do-devops-do-1661</guid>
      <description>&lt;p&gt;Devops focuses on collaboration and efficiency between development and operations by involving :&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Application development&lt;/li&gt;
&lt;li&gt;Quality of the product by developing Automation tests &lt;/li&gt;
&lt;li&gt;Continuous Integration- Merging the code to the code base like Github, GitLab, Bitbucket etc&lt;/li&gt;
&lt;li&gt;Automating the Deployment process of software changes by eliminating the manual efforts &lt;/li&gt;
&lt;li&gt;Managing&lt;/li&gt;
&lt;li&gt;Monitoring &amp;amp; Logging&lt;/li&gt;
&lt;li&gt;Collaboration among the team to work as a single unit &lt;/li&gt;
&lt;/ul&gt;

</description>
    </item>
    <item>
      <title>What is DevOps in simple terms?</title>
      <dc:creator>Rajanikanth Suragani</dc:creator>
      <pubDate>Sun, 21 Jan 2024 02:27:41 +0000</pubDate>
      <link>https://www.debug.school/rajanikanthsuragani/what-is-devops-in-simple-terms-daf</link>
      <guid>https://www.debug.school/rajanikanthsuragani/what-is-devops-in-simple-terms-daf</guid>
      <description>&lt;p&gt;&lt;strong&gt;Devops&lt;/strong&gt; is a practice to work as a team aiming to improve communication and collaboration to build and deliver secure software at high speed with quality. I &lt;/p&gt;

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