Why do I need it? My application doesn't have a direct access to nodes in a cluster, it can access only Kubernetes API because of security reasons. The application manages and monitors Nodes and Pods, so there is only one way to execute operations on Pods and Nodes: Kubernetes API.
Many Thanks
I am looking for an option to run shell command on node through Kubernetes. Is this supported? Unfortunately, I can't find an example on the Internet, but it's strange since Kubernetes has access and enough permissions to do that.
Why do I need it? My application doesn't have a direct access to nodes in a cluster, it can access only Kubernetes API because of security reasons. The application manages and monitors Nodes and Pods, so there is only one way to execute operations on Pods and Nodes: Kubernetes API.