When setting up AWS EKS, I came across a configuration option I don't understand. What is the use case for the "public" option as shown in this screenshot? This is the only option that makes worker node traffic leave the VPC in order to connect to the EKS endpoint.
AWS EKS Cluster endpoint acces options:
Compared to the other options, it seems like the "public" option would create unnecessary egress from your VPC.