SAP-archive / karydia

Kubernetes Security Walnut
Other
77 stars 10 forks source link

Hide Open and not used Ports of an Container #169

Open CodeClinch opened 5 years ago

CodeClinch commented 5 years ago

Description

If a container application opens ports this ports will be accessible to all pods in Kubernetes even so if there are not used. Karydia network policies should close all not used pods.

User Story

As a developer I want to open only ports that are actually used in order to close security gaps.