sanketshirke.hashnode.devUnderstanding LVM (Logical Volume Manager) in LinuxLVM (Logical Volume Manager) is a tool used for managing disk storage in Linux. It allows administrators to manage disk partitions more flexibly, providing capabilities to resize, extend, or even remove volumes without much hassle. Unlike traditional...Dec 25, 2024·3 min read
sanketshirke.hashnode.devSetting Up and Configuring Postfix on Ubuntu for Efficient Email ManagementWhat is Postfix? Postfix is an open-source Mail Transfer Agent (MTA) used to route and deliver email. Its primary role is to relay email messages between servers, ensuring smooth delivery of both incoming and outgoing emails. It is highly efficient, ...Dec 24, 2024·1 min read
sanketshirke.hashnode.dev🕸️Deployment of a Microservices Application on K8s🕸️Microservice application built using Flask and deployed on Kubernetes. It is designed to demonstrate how to build and deploy microservices on a Kubernetes cluster Kubeadm Installation Guide This guide outlines the steps needed to set up a Kubernetes ...Apr 1, 2024·3 min read
sanketshirke.hashnode.devDay 8 : Basic Git & GitHub for DevOps Engineers.Git and GitHub: A Beginner's Guide to Repository Management 🖥️ Introduction 🌟 Have you ever wanted to collaborate on a project with others, keep track of changes, and ensure your work is safe and sound? Well, Git and GitHub are here to help! 🚀 Let...Sep 4, 2023·3 min read
sanketshirke.hashnode.devDeployment of a Reddit-Clone Application with Ingress EnabledPrerequisites Before you begin, you should have the following tools installed on your local machine: Docker Minikube cluster ( Running ) kubectl Git # Steps:- # For Docker Installation sudo apt-get update #Install Required Packages sudo apt in...Sep 3, 2023·3 min read