kvaps/kubectl-node-shell

A solution to run none-container command on Kubernetes

laoshanxi opened this issue · 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

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

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.