<?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>DEV Community: Tejas KP</title>
    <description>The latest articles on DEV Community by Tejas KP (@tejas_kp).</description>
    <link>https://dev.to/tejas_kp</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3997837%2Fa88aab95-a6ba-4e90-a230-5ba5ecdc47be.jpeg</url>
      <title>DEV Community: Tejas KP</title>
      <link>https://dev.to/tejas_kp</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/tejas_kp"/>
    <language>en</language>
    <item>
      <title>Kubernetes Basics for DevOps Engineers</title>
      <dc:creator>Tejas KP</dc:creator>
      <pubDate>Sat, 22 Aug 2026 03:34:13 +0000</pubDate>
      <link>https://dev.to/tejas_kp/kubernetes-basics-for-devops-engineers-3ml9</link>
      <guid>https://dev.to/tejas_kp/kubernetes-basics-for-devops-engineers-3ml9</guid>
      <description>&lt;p&gt;&lt;strong&gt;Introduction:&lt;/strong&gt;&lt;br&gt;
Kubernetes can feel overwhelming when you first hear terms like Pods, Services, and Deployments thrown around. In this first post of my Kubernetes series, I’ll break down the fundamentals — what Kubernetes actually solves, and the core building blocks you need to understand before going further.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What is Kubernetes?&lt;/strong&gt;&lt;br&gt;
Kubernetes is an &lt;strong&gt;open-source container orchestration tool&lt;/strong&gt;, originally developed by Google. It helps manage containerized applications across different environments — physical machines, virtual machines, and cloud environments — which makes it a great fit for hybrid deployment setups.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why Kubernetes? The Problem It Solves&lt;/strong&gt;&lt;br&gt;
To understand why Kubernetes exists, look at the trend that led to it:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Applications moved from monolith to microservices.&lt;/li&gt;
&lt;li&gt;That shift drastically increased the number of containers teams had to   manage.&lt;/li&gt;
&lt;li&gt;Managing hundreds of containers by hand became unsustainable — teams needed a proper way to orchestrate them.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Key Features&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;High Availability — no downtime&lt;/li&gt;
&lt;li&gt;Scalability — scale up or down based on load and performance needs&lt;/li&gt;
&lt;li&gt;Disaster Recovery — backup and restore built into the ecosystem&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Main Kubernetes Components&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Pods: Abstraction over containers&lt;br&gt;
Services: Stable networking &amp;amp; communication&lt;br&gt;
Ingress: Routes external traffic into the cluster&lt;br&gt;
ConfigMaps &amp;amp; Secrets:  External configuration&lt;br&gt;
Volumes : Data persistence&lt;br&gt;
Deployments &amp;amp; StatefulSets: Replication (stateless vs. stateful)&lt;br&gt;
DaemonSets: One Pod per node, auto-scaled with the cluster&lt;/p&gt;

</description>
      <category>cloud</category>
      <category>devops</category>
      <category>kubernetes</category>
    </item>
    <item>
      <title>Hey Dev Community — New Here!</title>
      <dc:creator>Tejas KP</dc:creator>
      <pubDate>Sat, 22 Aug 2026 02:51:40 +0000</pubDate>
      <link>https://dev.to/tejas_kp/hey-dev-community-new-here-34kj</link>
      <guid>https://dev.to/tejas_kp/hey-dev-community-new-here-34kj</guid>
      <description>&lt;p&gt;Hey Dev Community! 👋&lt;/p&gt;

&lt;p&gt;I’m Tejas, a DevOps Engineer from Bangalore, new to this platform. I work mostly with AWS, Kubernetes, Terraform, and Jenkins, and I’ll be sharing what I pick up along the way — CI/CD, Kubernetes in practice, IaC patterns, and the occasional “here’s what broke and how I fixed it.”&lt;/p&gt;

&lt;p&gt;Still learning every day, but happy to share whatever I know — and even happier to learn from you all. Feel free to connect or drop a comment! 🚀&lt;/p&gt;

</description>
      <category>aws</category>
      <category>devops</category>
      <category>kubernetes</category>
      <category>terraform</category>
    </item>
  </channel>
</rss>
