Open CodeClinch opened 5 years ago
Currently network policies apply for all pods in a namespace. But it should be possible to grant specific pods more rights.
As a developer I want to enable a selected pod the communication with the network in order to query a database outside of kubernetes.
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.