### Description <!-- Please describe what would you like to be added --> Currently network policies apply for all pods in a namespace. But it should be possible to grant specific pods more rights. ### User Story <!-- Please use a user story to help explain why this is needed format: As _role_ I want to _request_ in order to _benefit_. e.g. : As _kid_ I want to _play on a playground_ in order to _enjoy myself_. --> 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 <!-- If applicable, describe your idea for a possible implementation --> One solution might be the usage of labels.
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.