HSHimanshu Sharmainlearn.himanshuwrites.site·Feb 25, 2025 · 4 min readBash ScriptingBash Scripting? Bash scripting automates tasks in Unix-based operating systems using the Bash command language. It involves writing commands in a script to perform repetitive tasks, manage system operations, and automate processes. Bash scripts can i...00
HSHimanshu Sharmainlearn.himanshuwrites.site·Feb 21, 2025 · 4 min readK8s-NodeKubernetes-components: Node A node is a physical machine (bare metal) or virtual machine (VM) in a Kubernetes cluster that runs pods. Nodes provide compute resources (CPU, memory, networking, and storage) for applications. Think of a Node as a worker...00
HSHimanshu Sharmainlearn.himanshuwrites.site·Feb 21, 2025 · 2 min readK8s-PodKubernetes-components As we know, certain components work as essential to Kubernetes execution, But do you know how?? Let’s see Pods: A Pod is the smallest deployable unit in Kubernetes that runs one or more containers inside a cluster. It provides ...00
HSHimanshu Sharmainlearn.himanshuwrites.site·Feb 21, 2025 · 2 min readK8s-NamespaceKubernetes-components: Namespace A Kubernetes Namespace is a logical partition within a cluster that allows you to group and isolate resources (Pods, Services, Deployments, ConfigMaps, etc.). Think of a Namespace as a Virtual Cluster inside Kubernete...00
HSHimanshu Sharmainlearn.himanshuwrites.site·Feb 19, 2025 · 3 min readKubernetesIf you don't know how to use Kubernetes, don't call yourself a DevOps Engineer! K8s is one of the essential tools in DevOps methodology. Basically, it's an orchestration tool that helps you manage containerized applications and ground infrastructure ...01M