<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title>All Posts - Chai on Tech</title>
        <link>https://posts.chaibuilds.com/posts/</link>
        <description>All Posts | Chai on Tech</description>
        <generator>Hugo -- gohugo.io</generator><language>en</language><copyright>This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.</copyright><lastBuildDate>Thu, 09 Apr 2026 15:35:17 &#43;0530</lastBuildDate><atom:link href="https://posts.chaibuilds.com/posts/" rel="self" type="application/rss+xml" /><item>
    <title>DevOps - What is it?</title>
    <link>https://posts.chaibuilds.com/posts/what-is-devops/</link>
    <pubDate>Wed, 25 Jan 2023 12:31:08 &#43;0530</pubDate><guid>https://posts.chaibuilds.com/posts/what-is-devops/</guid>
    <description><![CDATA[<p>DevOps stands for development and operations, a combination of practices and tools that improve companies&rsquo; ability to rapidly build, update and deliver applications. It is a software development methodology that combines a software  framework and IT functions to improve the speed and reliability of software delivery. It is a culture and set of processes that focus on collaboration, automation and integration throughout the  software development lifecycle, from development and testing to deployment and maintenance.</p>]]></description>
</item>
<item>
    <title>Terraform Introduction</title>
    <link>https://posts.chaibuilds.com/posts/terraform-introduction/</link>
    <pubDate>Tue, 26 Jul 2022 22:38:27 &#43;0530</pubDate><guid>https://posts.chaibuilds.com/posts/terraform-introduction/</guid>
    <description><![CDATA[Terraform is an open source tool used to manage cloud infrastructure resources. It allows you to create, change, and destroy resources on cloud infrastructure like AWS, GCP, Azure, and DigitalOcean. It is often used by developers who need to work on multiple projects simultaneously. Read more about the basics, along with examples of real-world applications.
Terraform Introduction Terraform is an open-source infrastructure as code (IaC) software tool created by HashiCorp. It allows users to define and provision data center infrastructure using a declarative configuration language.]]></description>
</item>
<item>
    <title>Ansible 101: A Beginner&#39;s Guide to IT Automation</title>
    <link>https://posts.chaibuilds.com/posts/ansible-definitions/</link>
    <pubDate>Sat, 16 Jul 2022 20:32:43 &#43;0530</pubDate><guid>https://posts.chaibuilds.com/posts/ansible-definitions/</guid>
    <description><![CDATA[<p>Ansible is an open source automation tool which helps administrators manage their servers. It can be used to automate tasks across multiple machines on a network. In this article, we&rsquo;ll explain the basic ansible definitions and their usage.</p>]]></description>
</item>
<item>
    <title>Git Basics</title>
    <link>https://posts.chaibuilds.com/posts/git-basics/</link>
    <pubDate>Sat, 13 Aug 2022 15:54:58 &#43;0530</pubDate><guid>https://posts.chaibuilds.com/posts/git-basics/</guid>
    <description><![CDATA[<p>Git is an open-source version control system used by software developers to manage changes to their code. In this article, we will cover git and basic commands you need to know to get started with it.</p>]]></description>
</item>
<item>
    <title>Python Commands for Beginners</title>
    <link>https://posts.chaibuilds.com/posts/python-commands-for-beginners/</link>
    <pubDate>Mon, 24 Apr 2023 12:44:01 &#43;0530</pubDate><guid>https://posts.chaibuilds.com/posts/python-commands-for-beginners/</guid>
    <description><![CDATA[List of basic python commands and data types:
Assignments and Expressions In Python, an assignment is a statement that binds a value to a variable. An expression is a combination of values, variables, and operators that evaluates to a single value.
Assignments
An assignment statement has the following syntax:
1 variable = expression The left-hand side of the assignment operator (=) is a variable name, and the right-hand side is an expression that evaluates to a value.]]></description>
</item>
<item>
    <title>Kubernetes Services - Load Balancer</title>
    <link>https://posts.chaibuilds.com/posts/kubernetes-services-load-balancer/</link>
    <pubDate>Thu, 09 Apr 2026 15:35:17 &#43;0530</pubDate><guid>https://posts.chaibuilds.com/posts/kubernetes-services-load-balancer/</guid>
    <description><![CDATA[The NodePort Limitation Consider a four-node cluster hosting front-end applications, such as a voting app and a result app. To expose these via NodePort, Kubernetes allocates a port from the default range (30000-32767) on every node. Even if the application pods reside on only two nodes (e.g., nodes with IPs 70 and 71), the NodePort service creates iptables rules across all nodes. Consequently, a user can access the application via any node IP in the cluster.]]></description>
</item>
<item>
    <title>Kubernetes Services - ClusterIP</title>
    <link>https://posts.chaibuilds.com/posts/kubernetes-servcies-clusterip/</link>
    <pubDate>Thu, 09 Apr 2026 15:34:54 &#43;0530</pubDate><guid>https://posts.chaibuilds.com/posts/kubernetes-servcies-clusterip/</guid>
    <description><![CDATA[A full-stack web application architecture on Kubernetes consists of distinct tiers, each typically encapsulated in sets of pods. These tiers include front-end web servers, back-end application servers, in-memory data stores like Redis, and persistent databases like MySQL. Seamless communication between these layers is critical for application functionality. The front-end requires connectivity to the back-end, and the back-end must interact with both the caching and database layers.
Establishing reliable connectivity between these tiers presents a challenge due to the ephemeral nature of pods.]]></description>
</item>
<item>
    <title>Kubernetes Services - NodePort</title>
    <link>https://posts.chaibuilds.com/posts/kubernetes-services-nodeport/</link>
    <pubDate>Thu, 09 Apr 2026 12:28:10 &#43;0530</pubDate><guid>https://posts.chaibuilds.com/posts/kubernetes-services-nodeport/</guid>
    <description><![CDATA[Fundamentals of Kubernetes Services A Kubernetes Service is an abstraction that defines a logical set of Pods and a policy by which to access them—typically via a stable virtual IP (ClusterIP), DNS name, and optional load balancing. It decouples pod lifecycle from client access, allowing pods to be added, removed, or restarted without changing how other components reach the service. Without services, pod IP addresses are ephemeral - that means - when a pod dies and is replaced, its IP changes.]]></description>
</item>
<item>
    <title>Kubernetes Networking</title>
    <link>https://posts.chaibuilds.com/posts/kubernetes-networking/</link>
    <pubDate>Wed, 08 Apr 2026 15:14:29 &#43;0530</pubDate><guid>https://posts.chaibuilds.com/posts/kubernetes-networking/</guid>
    <description><![CDATA[Kubernetes Networking Fundamentals Single-Node Networking In a single-node Kubernetes cluster, the node possesses a physical or virtual IP address (e.g., 192.168.1.2) used for administrative access via SSH. In local environments like Minikube, this address refers to the virtual machine (VM) within the hypervisor, distinct from the host machine&rsquo;s IP.
Unlike Docker, where IP addresses are assigned to individual containers, Kubernetes assigns a unique internal IP address to the Pod. A Pod acts as a logical host for one or more containers.]]></description>
</item>
<item>
    <title>Deployments Update and Rollback</title>
    <link>https://posts.chaibuilds.com/posts/deployments-update-and-rollback/</link>
    <pubDate>Mon, 06 Apr 2026 16:06:37 &#43;0530</pubDate><guid>https://posts.chaibuilds.com/posts/deployments-update-and-rollback/</guid>
    <description><![CDATA[In a production environment, the ability to update applications without interrupting service is critical. Kubernetes achieves this through the Deployment object, which acts as a high-level manager for Replica Sets and Pods. This article provides a detailed technical explanation of how Kubernetes handles application updates, the strategies it employs to maintain availability, and the mechanisms used to recover from failed deployments.
Understanding the Deployment Architecture To understand rollouts, one must first understand the relationship between three components: the Deployment, the Replica Set, and the Pod.]]></description>
</item>
</channel>
</rss>
