Can we use gRPC to run some shell script on multiple remote servers and get individual output of the script from there? Any docs suggestions?
So ideally I have to run some scripts as administrator on some remote servers using gRPC. How can I leverage gRPC for the same?