Jan 31 · 4 min read · In Linux, not everyone should have the same access. Think of a company: Developers 👩💻 need access to project files Admins 👨🔧 manage system settings Some users should not touch sensitive areas Linux handles this using users, groups, and per...
Join discussionJan 27 · 4 min read · In the previous session, we explored Replication Controllers, which ensure that the desired number of pod replicas are always running to maintain availability and reliability in a Kubernetes cluster. On Day-5, we move one step ahead and learn about o...
Join discussion
Dec 28, 2025 · 5 min read · When I first decided to explore DevOps, I had no idea how much automation and scripting would change the way teams work. I knew the basics of computers and programming, but DevOps seemed like a whole new world—full of tools like Docker, Kubernetes, J...
Join discussion
Oct 11, 2025 · 5 min read · Build, containerize, and scale your application like a pro with a real-world three-tier deployment. 🧱 What We’re Building This project demonstrates how to deploy a three-tier e-commerce application called EasyShop, hosted on an EC2 instance on AWS...
Join discussion
Aug 17, 2025 · 4 min read · Welcome to Day 1 of our DevOps Journey! Before we dive into automation, cloud, and containerization, we need to build a solid foundation: Linux. Almost every DevOps tool and platform (Docker, Kubernetes, Jenkins, Terraform, Ansible, AWS, GCP) runs on...
Join discussion
Aug 7, 2025 · 1 min read · for today, i learnt how to use python sets. sets are used to store multiple items in a single variable. sets are written with curly bracket. newset = {“white”, “black”, “purple”}. note that set items can be of any data type - string, int and boolean....
Join discussionAug 3, 2025 · 3 min read · Today, I explored the concepts of Booleans and Operators in Python Starting off with Boolean, it is one of the simplest yet most powerful tools in programming logic. It’s fascinating how just two values, True and False, can control the flow of an ent...
Join discussion