Is it possible to send information from a single service to all pods in the same cluster at once?
Currently I have a service that transfers messages one by one (Round-Robin). I need a way for it to send all in parallel, multicast.
Thanks.
Is it possible to send information from a single service to all pods in the same cluster at once?
Currently I have a service that transfers messages one by one (Round-Robin). I need a way for it to send all in parallel, multicast.
Thanks.