-

·
Kubernetes Advancement with Naruto verse: Day-03
Introduction In the world of container orchestration, Kubernetes stands as the undisputed Hokage of cloud-native technologies. Let’s explore how the ninja world of Naruto perfectly parallels the evolution and concepts of Kubernetes. The Pre-Kubernetes Era: The Ninja War Before Kubernetes (K8s), managing containers was like the chaotic ninja war era – uncoordinated, complex, and challenging to maintain. Developers struggled with: In the…
-

·
Kubernetes Learning Journey: Day-02
Introduction to Kubernetes Kubernetes, often referred to as K8s, is a powerful open-source platform that has become the cornerstone of modern cloud computing. It automates the deployment, scaling, and management of containerized applications, allowing businesses to focus on innovation rather than infrastructure. Originally developed by Google, Kubernetes is now maintained by the Cloud Native Computing…
-

·
Kubernetes Day-01 | CKA 2025
Certified Kubernetes Administrator Course: A Comprehensive Guide Introduction to Kubernetes What is Kubernetes? Kubernetes, often abbreviated as K8s, is a powerful open-source platform designed to automate the deployment, scaling, and operation of application containers. It was originally developed by Google and is now maintained by the Cloud Native Computing Foundation (CNCF). Kubernetes has become the…
-

·
DevOps Workflow with Docmost: The Ultimate Open-Source Wiki
Open-source collaborative wiki and documentation software Create, collaborate, and share knowledge seamlessly with Docmost.Ideal for managing your wiki, knowledge-base, documentation and a lot more. Docmost is an open-source collaborative wiki and documentation software. It is an open-source alternative to Confluence and Notion. Features Prerequisites: Now, let’s get started and dig deeper into each of these…
-

·
DevOps Hands-on : Postgresql backup using Ansible Playbook to S3 bucket
Step 1 — Installing Ansible To begin using Ansible as a means of managing your server infrastructure, you need to install the Ansible software on the machine that will serve as the Ansible control node. From your control node, run the following command to include the official project’s PPA (personal package archive) in your system’s…
-

·
DevOps Hands-On: Bash Script for PostgreSQL Backup & Restore | Task 1
Task – 1 Create a bash script to restore and backup a database Do the following tasks: Requirements 1. Explore about PostgreSQL command basic 2. Learning bash script 3. You can create dummy database for testing or get it somewhere else Scripts: 1. Backup a database (any) on PostgreSQL to S3 2. Restore a database…
-

·
Secrets to Landing a DevOps job | Episode 1
Why You’re Not Getting Hired and How to Change That Hello everyone! My name is Ajay Kumar Yegireddi. Today, I want to talk about a topic that many of you might be facing: the struggle to land a job. I want to share my experiences and insights to help both experienced professionals and newcomers in…
-

·
How to Install Git on Windows and MacOs | day 08
There are three ways to install Git on Windows: Choose your preferred installation method based on how much control you want over the installation process and your preference for using the GUI or CLI. Install Git on Windows via GUI The GUI method involves downloading the Git installer wizard from the official website and configuring the…
-

·
HOW TO INSTALL JFROG ARTIFACTORY ON UBUNTU 22.O4
What is JFrog Artifactory? Artifactory is a universal DevOps solution for hosting, managing, and distributing binaries and artifacts. Any type of software in binary form – such as application installers, container images, libraries, configuration files, etc. – can be curated, secured, stored, and delivered using Artifactory. The name “Artifactory” reflects the fact that it can…
-

·
Continuous Deployment and Continuous Monitoring
CONTINUOUS DEPLOYMENT Continuous Deployment (CD) is a software development practice that builds upon the principles of Continuous Integration (CI) and Continuous Delivery (CD). It is an approach that aims to automate the entire software release process, from code changes to production deployment, with minimal human intervention. The primary goal of Continuous Deployment is to enable…