Deep Dive into Kubernetes Networking with Calico

 In my previous blog http://bit.ly/4nwff22 , I explored how MACVLAN is implemented using Multus. Building on that foundation, let’s now dive deeper into the internals of Kubernetes networking. Coming from a background in Packet/MPLS data networks and telecom-grade IP networking, my perspective naturally aligns with telco-style architectures. Over the years, I’ve transitioned into cloud-native technologies, and this blog reflects how I analyze Kubernetes networking through the lens of a telecom…

Multus with MACVLAN in a Kubernetes Cluster

A hands-on walkthrough of installing Multus with MACVLAN, types of CNI, how MACVLAN works, and practical demo outputs. Contents My Lab Setup Installing Multus with MACVLAN Types of CNI Plugins How MACVLAN Works Static IPs Across Nodes Multus/NAD Error & Fix Creating the NetworkAttachmentDefinition Deploying Pods with MACVLAN Verification Benefits & Drawbacks of MACVLAN My Lab Setup I have a single master node and two worker nodes. The master manages the cluster, while…