What is Kubernetes and Kubernetes Architecture ?Kubernetes Architecture: A Deep Dive Kubernetes, the leading container orchestration platform, manages and scales containerized applications efficiently. Its architecture is fundamentally divided into two planes: the Control Plane and the Data Plane....May 15, 2025·4 min read
Blog 4: FILE PERMISSIONS & USER/GROUP MANAGMENT IN LINUX1) ls -l : Listing File Attribute: we have seen the number of options with ls command (for eg. ls -a ,ls -i,ls -t ,ls -u etc) the ls -l command displays most attributes of file - like its permissions,size and ownership details. Let me describe the s...Mar 29, 2023·6 min read
Some More Basic Linux Commands :In my last blog i have mentioned about how we can use ls and the various options and how we create directories/sub directories how we can remove them. Today lets see how we create a file in linux how we can write content in the file, how we can read ...Mar 27, 2023·4 min read
DAY-2|DEVOPS JOURNEY: Lets learn about Linux OSBefore we deep dive in devops ocean we will learn why linux is important in your devops journey and we'll go through the linux architecture and what are basic commands which we can use to interact with linux operating system. LINUX OPERATING SYSTEM: ...Mar 24, 2023·3 min read
Day 1: Learning Devops from Zero to Hero :)Lets understand the devops in very layman terms what is Devops? Devops is an integration of Development & Operations. Development & Operations Team are the main component of the application release process. Before we jump into the concepts of devops ...Mar 22, 2023·3 min read