kubectl-node-shell icon indicating copy to clipboard operation
kubectl-node-shell copied to clipboard

A solution to run none-container command on Kubernetes

Open laoshanxi opened this issue 3 years ago • 2 comments

Hi,

Here is a simple solution to forward container command to outside and run on host OS, so with this you can run real native command by Kubernetes:

https://app-mesh.readthedocs.io/en/latest/success/kubernetes_run_native_application.html

laoshanxi avatar May 24 '21 01:05 laoshanxi

Interesting solution, but it requires installing appmesh on your cluster. kubectl-node-shell needs nothing else and leaves no trace

madeddie avatar Dec 30 '21 19:12 madeddie

Interesting solution, but it requires installing appmesh on your cluster. kubectl-node-shell needs nothing else and leaves no trace

Yes, by default Kubernetes can only support container application, if you want to use Kubernetes manage native application (none-container), this can be a solution.

laoshanxi avatar Dec 30 '21 23:12 laoshanxi