Hacker News new | ask | show | jobs
How a Kubernetes pod gets an IP address (ronaknathani.com)
3 points by ronaknnathani 2132 days ago
1 comments

When a pod is scheduled on a kubernetes node, there are various interactions that result into a pod getting an IP address. This post goes into the details of how a pod gets an IP address and describes the interactions between various components - kubelet, CRI Plugin, Container Runtime and CNI Plugins.