<?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: Kantharaj Murugan</title>
    <description>The latest articles on Debug School by Kantharaj Murugan (@kantharajmurugan).</description>
    <link>https://www.debug.school/kantharajmurugan</link>
    <image>
      <url>https://www.debug.school/images/MHfoB65YYQ-3En8rJ5XfP9WU1C7nuKqe4KVQ9bTmQMU/rs:fill:90:90/g:sm/mb:500000/ar:1/aHR0cHM6Ly93d3cu/ZGVidWcuc2Nob29s/L3VwbG9hZHMvdXNl/ci9wcm9maWxlX2lt/YWdlLzczOC9iM2Uz/MTM4ZC0xOWRjLTRj/YjAtYTMwZS0wOTdk/ZWYxNGE1OTIucG5n</url>
      <title>Debug School: Kantharaj Murugan</title>
      <link>https://www.debug.school/kantharajmurugan</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://www.debug.school/feed/kantharajmurugan"/>
    <language>en</language>
    <item>
      <title>Devops =28-Oct-2023 Assignment</title>
      <dc:creator>Kantharaj Murugan</dc:creator>
      <pubDate>Fri, 03 Nov 2023 01:00:05 +0000</pubDate>
      <link>https://www.debug.school/kantharajmurugan/devops-28-oct-2023-assignment-2o8</link>
      <guid>https://www.debug.school/kantharajmurugan/devops-28-oct-2023-assignment-2o8</guid>
      <description>&lt;ol&gt;
&lt;li&gt;What is DevOps in simple terms?&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Devops is culture to collaboratively work as team to release/manage the application features. &lt;/p&gt;

&lt;p&gt;There is no boundary line between the each team ( Dev,OPs, Security, testing). This culture is helped to deploy the application rapid manners or identify the issue as team.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;What exactly do DevOps do?&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The devops team configure the pipeline to cover the entire application release life cycle. &lt;/p&gt;

&lt;p&gt;Example:-&lt;/p&gt;

&lt;p&gt;The dev team will prepare the code and they will pushed into the Source code management system. The docker file will use the code to build the container image and verify the container able to run.&lt;/p&gt;

&lt;p&gt;Those container image version will using the k8s deployment yaml. Those yamls will apply into the K8s environment.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;What are the list of DevOps Tools?&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;GIT = Source code Management&lt;br&gt;
Jenkin = Continous Delivery/Continous deployment&lt;br&gt;
Docker = Container run time&lt;br&gt;
K8s = orchestration tools&lt;br&gt;
Prometheus = Application Metrics&lt;br&gt;
ELK = Container log monotoring&lt;br&gt;
Ansible = Configuration Management&lt;br&gt;
Terrform = Infra provision&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;How DevOps and SRE are different?&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Devops = The devops main objective work Continuous delivery and Continuous deployment for the application release.&lt;/p&gt;

&lt;p&gt;SRE = SRE is responsible for manage application Availability and configure the Application metrics to meet the SLA/SLO. If there is incident, need to post moderm what cause the issue and how to avoid this issue in future.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;What is DevSecOps?&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Security one important element in the Application life cycle process. During the Application build secuity add as check cover the workflow. This helps to identify secrity releated valunerable on the begining stage.&lt;/p&gt;

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