SAP-archive / karydia

Kubernetes Security Walnut
Other
77 stars 10 forks source link

Definition of pod 2 pod communication #167

Open CodeClinch opened 5 years ago

CodeClinch commented 5 years ago

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.