๐ Automating Kubernetes Deployments with GitHub Actions, Docker & Makefile | Three-Tier Application CI/CDJun 25, 2026ยท4 min read
Deploying E-Commerce Platform EasyShop on AWS EKS using Terraform: A Complete Infrastructure Setup GuideJun 20, 2026ยท12 min read
Complete Kubernetes Monitoring Setup with Prometheus & Grafana using Helm on AWS EC2Jun 8, 2026ยท5 min read
Advanced Linux Shell Scripting for DevOpsTable of contents: ๐ Task - 1: Create Multiple Directories by Passing Arguments ๐๐ ๐ Task - 2: Script to Backup Your Work ๐๐พ ๐ Task - 3: What are Cron and Crontab ๐ฐ๏ธ๐๏ธ ๐ Task - 4: User Management in Linux ๐ฅ๐ง ๐ Task - 5: Creating U...Apr 13, 2024ยท2 min read
Understanding package manager and systemctlDay -5 #90daysofdevops What is a package manager in Linux? Different kinds of package managers Task 1.You have to install docker using package managers Task 2.You have to install jenkins using package managers systemctl and systemd Task3.h...Mar 25, 2024ยท2 min read
File Permissions and Access Control ListsDay-4 #90daysofdevops ๐ Introduction ๐ Task - 1 File Permissions ๐๐ Task - 2 Access Control List (ACL) ๐ Introduction In this blog, we explore Files Permissions and ACL in Linux Task - 1 File Permissions In Linux, file permissions determine wh...Mar 25, 2024ยท2 min read
Basic Linux Commands๐ View what's written in a file. ๐ Change the access permissions of files. #chmod 755 vishal The 755 means the owner has full access to read, write, and execute the file, while the group members and all other users have read and execute permissions...Feb 16, 2024ยท1 min read
Basics Linux CommandTable of contents Introduction Basics Linux Command Check your present working directory List all the files or directories including hidden files Create a nested directory A/B/C/D/E Day - 2 #90daysofdevopschallenge Introduction - On Day 02 of ...Feb 5, 2024ยท2 min read