MCMOHIT CHAUDHARIinmohitchaudharidevops.hashnode.dev·Aug 29, 2024 · 7 min readDay 14 - Linux - 90daysofDevOpsHere is a list of 45 interview questions and answers for Linux system administration, covering a range of topics from basic to advanced. What is Linux? Answer: Linux is an open-source operating system based on UNIX. It supports multiple users and p...00
MCMOHIT CHAUDHARIinmohitchaudharidevops.hashnode.dev·Aug 28, 2024 · 4 min readDay 13 - Linux - 90daysofDevOpsWhat is Kernel? The kernel is a computer program that is the core of a computer’s operating system, with complete control over everything in the system. It manages hardware resources such as memory, CPU, and i/o devices and provides essential resourc...00
MCMOHIT CHAUDHARIinmohitchaudharidevops.hashnode.dev·Aug 20, 2024 · 5 min readDay 12 - Kubernetes - 90daysofDevOpsNamespace In Kubernetes, a namespace is a mechanism to divide cluster resources between multiple users or teams. It provides scope for names, allowing different teams to use the same resource names (e.g., services, pods) without conflict by placing t...00
MCMOHIT CHAUDHARIinmohitchaudharidevops.hashnode.dev·Aug 16, 2024 · 1 min readDay 11 - Kubernetes - 90daysofDevOpsToday was all about getting hands-on with Kubernetes architecture. I delved into the intricate details of how Kubernetes operates and learned the ins and outs of its components. 🛠️ One major highlight was setting up Kubernetes using Minikube. For th...00
MCMOHIT CHAUDHARIinmohitchaudharidevops.hashnode.dev·Aug 15, 2024 · 4 min readDay 10 - Kubernates - 90daysofDevOpsToday we have started learning about Kubernetes foundations, where we learned the following: a) Why Kubernetes? Kubernetes is used for automating the deployment, scaling, and management of containerized applications. Here are some key reasons why Kub...00