Communication-Aware scheduler

I want to make a scheduler that considers communication between containers.

Is there a way to determine from the master node in an LXD cluster consisting of master, worker1, and worker2 nodes whether container A located on worker1 and container B located on worker2 are communicating with each other?

Not really, no. You’d need to start dumping and analyzing network traffic, but that’s not exactly a lightweight thing to do :slight_smile:

1 Like