This visual execution shows how Amazon EKS uses the VPC CNI plugin to assign real VPC IP addresses to pods. First, a VPC with subnets is created. Then, an EKS cluster with nodes is deployed. The VPC CNI plugin is installed as a DaemonSet on the nodes. This plugin assigns Elastic Network Interfaces (ENIs) and IP addresses from the VPC subnets directly to pods. As a result, pods communicate over the native VPC network. When the cluster scales, new nodes get ENIs and pods on them receive IPs from the same VPC subnet range. This setup enables pods to have native AWS networking capabilities. The execution table and variable tracker detail each step and state change, clarifying common confusions about pod IP assignment and plugin installation.