🌐 Understanding Networking and CIDR Ranges — A Complete Guide for Beginners🚀 Introduction Networking is the invisible backbone of every cloud environment. Whether you’re setting up AWS VPCs, Kubernetes clusters, or Docker containers, understanding how IP addressing and CIDR (Classless Inter-Domain Routing) work is absolute...Oct 31, 2025·5 min read
Day 32/40: A Complete Breakdown of Kubernetes NetworkingKubernetes, an open-source container orchestration platform, enables developers and operations teams to manage and scale containerized applications efficiently. One of the essential elements of Kubernetes is networking, which allows communication bet...Oct 16, 2024·4 min read
Day 30/31 of the 40-Day Kubernetes Challenge : Mastering DNS BasicsWhat is DNS? DNS (Domain Name System) is a crucial part of how the internet works. It translates human-readable domain names like example.com into IP addresses (e.g., 192.0.2.1), allowing browsers to locate and retrieve the desired website. This tran...Oct 12, 2024·7 min read
Day 29/40 Kubernetes Volume, Persistent Volume, Persistent Volume Claim & Storage ClassKubernetes (K8s) is an open-source container orchestration platform that helps manage and scale containerized applications. One of the most critical aspects of managing containerized apps is handling data, and this is where Kubernetes Volumes come in...Oct 11, 2024·5 min read
Day 28: Mastering Docker Volumes in 40 Days of KubernetesDocker has changed how we deploy applications by making them lightweight, portable, and easy to manage. However, while containers offer an isolated environment for applications, they are temporary by default. This means any data stored inside a conta...Oct 10, 2024·4 min read
Day 27 of 40DaysOfKubernetes : Setup a Multi-Node Kubernetes Cluster Using KubeadmIntroduction In this 40 Days of Kubernetes series, we've been using a kind cluster on our local machine, which is good for development but not for production. While cloud services like EKS, AKS, or GKE offer managed Kubernetes, in this tutorial, we’...Oct 9, 2024·5 min read
Day 26 of 40daysofkubernetes : Kubernetes Network PoliciesKubernetes, being a powerful orchestration tool, provides a way to manage and enforce rules for network traffic within a cluster through Network Policies. In this blog, we'll explore what a Network Policy is, why it's essential, and how to create a K...Oct 7, 2024·4 min read