Open CodeClinch opened 5 years ago
Currently, all pods in a namespace can communicate without any restriction. It should be possible to restrict this communiction
As a user I want to specific the allowed pod 2 pod communication within a namespace in order to restrict the communication.
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.