### Description <!-- Please describe what would you like to be added --> Currently, all pods in a namespace can communicate without any restriction. It should be possible to restrict this communiction ### 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 user_ I want to _specific the allowed pod 2 pod communication within a namespace_ in order to _restrict the communication_. ### [OPTIONAL] Implementation idea <!-- If applicable, describe your idea for a possible implementation --> Only pods with the same label can communicate.
Description
Currently, all pods in a namespace can communicate without any restriction. It should be possible to restrict this communiction
User Story
As a user I want to specific the allowed pod 2 pod communication within a namespace in order to restrict the communication.
[OPTIONAL] Implementation idea
Only pods with the same label can communicate.