Harbor laptops must keep using kubectl against a public AKS API FQDN, but only from known office prefixes. What should the security engineer configure?
Select an answer to reveal the explanation.
Short Explanation
Still need a public API FQDN for the harbor laptops? Clamp it with authorized IP ranges—office prefixes in, Internet scanners out. Remember to list the cluster’s own egress IPs too.
Full Explanation
API server authorized IP ranges restrict which public source addresses may reach a public AKS API server. Include known admin prefixes and necessary cluster egress IPs so cluster components that call the API are not locked out. This control is for a public API server model and is not the same as a private cluster. Kubernetes NetworkPolicy does not replace API-server authorized ranges as the control-plane firewall.