Tag: #cni
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 5 posts
Cilium Datapath Architecture — Inside a Cluster Without kube-proxy
A deep dive into the eBPF datapath of Cilium, the CNCF graduated CNI, following a packet on its journey. We cover how kube-proxy replacement works, the identity-based security model, tunneling versus native routing, and
2026-06-13 · 16 min read #cilium#ebpf#kubernetes#cni#networkingKubernetes Networking Deep Dive Guide 2025: CNI, Service, Ingress, DNS, Network Policy
Everything about K8s networking! Pod networking model, CNI plugins (Calico/Cilium/Flannel), Service (ClusterIP/NodePort/LoadBalancer), Ingress vs Gateway API, CoreDNS, Network Policy, eBPF-based networking, and traffic f
2026-04-14 · 24 min read #kubernetes#networking#cni#service#ingressHow Multus and Secondary Networks Connect in KubeVirt
Explains how KubeVirt connects secondary networks to VMIs using NetworkAttachmentDefinition, Multus annotations, and interface status updates.
2026-03-20 · 5 min read #architecture#kubevirt#multus#cni#networkingKubeVirt Network 1: How Pod Networks Become VM Networks
Explains how KubeVirt connects CNI networks attached to Pods to guest NICs through bridge, TAP, DHCP, and NAT layers, and the IP assignment model.
2026-03-20 · 6 min read #architecture#kubevirt#kubernetes#cni#networkingThe Great Shift in Kubernetes Networking: 5 Critical Changes Even Experts Easily Overlook
From IPVS deprecation and the nftables transition in Kubernetes v1.35, to Istio Ambient Mesh eliminating sidecars, Gateway API replacing Ingress, and Cilium eBPF-based CNI unifying observability — we analyze 5 critical c
2026-03-01 · 20 min read #kubernetes#networking#nftables#ipvs#istio