GRGurudeo Rayinraygurudeo.hashnode.dev路Sep 4, 2023 路 6 min readKubernetes Basics1. What is Kubernetes and why do we use it? It is a Container orchestration tool developed by Google used for multi-environment, multi-container deployment. As we know Docker containers do not have features like Autoscaling and Autohealing. So to pre...00
GRGurudeo Rayinraygurudeo.hashnode.dev路Aug 22, 2023 路 7 min readDocker1. What is Docker? Docker was released in March 2023 it is developed by Solomon Hykes and Sebastian Paul. it is written in the 'Go' language. Why Docker? : Before Docker, you often heard that particular code is running in the Developer system but n...00
GRGurudeo Rayinraygurudeo.hashnode.dev路Aug 8, 2023 路 9 min readGit & Github1. What is Git and why is it important? Git is a distributed version control system that basically tracks the changes in source code or files under a repository and that source code and repository are maintained by developers or collaborators who the...00
GRGurudeo Rayinraygurudeo.hashnode.dev路Aug 2, 2023 路 3 min readDay-2 @BashBlaze-7-Days-of-Bash-Scripting-Challenge1. Interactive File and Directory Explorer Created a bash script named explorer.sh that implements the Interactive File and Directory Explorer as described in the challenge. Added comments in the script to explain the purpose and logic of each part...00
GRGurudeo Rayinraygurudeo.hashnode.dev路Jul 28, 2023 路 2 min readLinux User Management馃懁 User Management in Linux: Why It's Vital 馃惂 Managing users in a Linux system is fundamental to maintaining a secure and organized environment. User management involves creating, modifying, and deleting user accounts and their permissions. Let's di...00