SAP-archive / karydia

Kubernetes Security Walnut
Other
77 stars 10 forks source link

hostNetwork: true will bypass network policies #140

Open CodeClinch opened 5 years ago

CodeClinch commented 5 years ago

Description

If a user sets hostNetwork to true all restrictions set by network policies will be bypassed.

User Story

As user I don't want to bypass network policies in order to secure my cluster.

[OPTIONAL] Implementation idea

Will be solved with #159