hanshal101.hashnode.devThe Ultimate GitOps Combination: Glasskube and ArgoCDAs I explored Kubernetes, I quickly found it to be quite overwhelming. Managing clusters, handling configuration changes, and ensuring security felt like a complex maze. I often felt frustrated trying to keep everything consistent across different en...Aug 26, 2024·5 min read
hanshal101.hashnode.devEmbracing Efficiency: The Evolution of Tech Life with Infrastructure as Code (IaC)Introduction In the ever-evolving landscape of technology, the advent of cloud computing has revolutionized the way we design, deploy, and manage applications. The subsequent introduction of Infrastructure as Code (IaC) has further transformed the te...Dec 25, 2023·4 min read
hanshal101.hashnode.devKubeVerse : Week-1.2 | Pods for Pros | Part 2Sidecar Containers In the ever-evolving landscape of container orchestration, Kubernetes continues to be a trailblazer, introducing innovative features to streamline the deployment and management of applications. One such feature that has gained prom...Dec 24, 2023·3 min read
hanshal101.hashnode.devKubeVerse : Week-1.1 | Pods for Pros | Part 1In Kubernetes, a pod is the smallest and simplest unit in the Kubernetes object model. It represents a single instance of a running process in a cluster and can contain one or more containers. Pod Lifecycle The lifecycle of a Pod goes through several...Dec 6, 2023·7 min read
hanshal101.hashnode.devKubeVerse : Week-1.0 | Understanding Pods, Deployments, ReplicaSetsIntroduction Kubernetes, an open-source container orchestration platform, serves as a powerful tool for the management and scaling of containerized applications. At the core of Kubernetes architecture, we find "Pods," which act as fundamental compone...Oct 31, 2023·3 min read