Valid KCSA Dumps shared by EduDump.com for Helping Passing KCSA Exam! EduDump.com now offer the newest KCSA exam dumps, the EduDump.com KCSA exam questions have been updated and answers have been corrected get the newest EduDump.com KCSA dumps with Test Engine here:
Which of the following is a valid security risk caused by having no egress controls in a Kubernetes cluster?
Correct Answer: B
* Egress NetworkPoliciesrestrict outbound traffic from Pods. * Without egress restrictions, a compromised Pod could exfiltrate sensitive data (secrets, logs, customer data) to an attacker-controlled server. * Exact extract (Kubernetes Docs - Network Policies): * "Egress rules control outbound connections from Pods. Without such restrictions, compromised workloads can connect freely to external endpoints." * Other options clarified: * A: DoS is more about flooding, not egress absence. * C: "Increased attack surface" is vague but not the main risk. * D: True in a sense, but the precise and most common risk isdata exfiltration. References: Kubernetes Docs - Network Policies: https://kubernetes.io/docs/concepts/services-networking/network- policies/