Triton and deepstream

Hi

i like to know how can deep stream interact with Triton inference server via grpc/http?

my use case is that i will have various and multiple Triton inference server running in dockers, my wish is to have a main program that received the video streams and called the various Triton inference server via grpc/http to provide data and get the analytics result.

is this achievable by deepstream and triton inference server? thanks