CPC G06F 9/5027 (2013.01) [G06F 9/5072 (2013.01); G06F 9/545 (2013.01); G06F 21/53 (2013.01); H04L 67/01 (2022.05); H04L 67/10 (2013.01); H04L 67/34 (2013.01)] | 20 Claims |
1. A computer-implemented method for cross-container execution of binaries in a Kubernetes environment comprising:
establishing, in the Kubernetes environment, a listening UNIX domain socket that is shared between all containers in the Kubernetes environment;
receiving, at a target container and from a client container, using the listening UNIX domain socket, a request to execute a binary in the target container;
executing the binary in the target container based on the request;
receiving a return exit code associated with the executed binary; and
sending the return exit code, using the listening UNIX domain socket, to the client container.
|