Aws EKS CNI
https://easontechtalk.com/aws-eks-cni-plugin-ip-allocation-deep-dive/ Prometheus for AWS EKS CNI Explaination The metric awscni_total_ip_addresses counts every secondary IP that is currently attached to the instance’s ENIs—both the ones already in use by pods and the unused warm-pool addresses. awscni_assigned_ip_addresses counts only the subset currently bound to pods. Therefore, the difference total – assigned tells you how many warm/reserved IPs…