SAP-archive / karydia

Kubernetes Security Walnut
Other
77 stars 10 forks source link

More flexible network policies #166

Open CodeClinch opened 5 years ago

CodeClinch commented 5 years ago

Description

Currently network policies apply for all pods in a namespace. But it should be possible to grant specific pods more rights.

User Story

As a developer I want to enable a selected pod the communication with the network in order to query a database outside of kubernetes.

[OPTIONAL] Implementation idea

One solution might be the usage of labels.