Which characteristic of containers makes traditional, static, IP-address-based firewall rules poorly suited for container-to-container segmentation?
Correct Answer: Containers are frequently created, destroyed, and rescheduled across hosts, causing their IP addresses to change dynamically, so policy tied to static IPs quickly becomes stale or incorrect
Explanation: Containers are dynamically created, destroyed, and rescheduled, causing IPs to change and making static IP-based rules stale, unlike assuming containers keep a permanently fixed IP, that they can't use IP networking, that static rules are more accurate for containers than VMs, that containers never need segmentation, or that static rules auto-update on rescheduling.
Correct Answer: Containers are frequently created, destroyed, and rescheduled across hosts, causing their IP addresses to change dynamically, so policy tied to static IPs quickly becomes stale or incorrect
Explanation: Containers are dynamically created, destroyed, and rescheduled, causing IPs to change and making static IP-based rules stale, unlike assuming containers keep a permanently fixed IP, that they can't use IP networking, that static rules are more accurate for containers than VMs, that containers never need segmentation, or that static rules auto-update on rescheduling.