Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A solution to run none-container command on Kubernetes #26

Open
laoshanxi opened this issue May 24, 2021 · 2 comments
Open

A solution to run none-container command on Kubernetes #26

laoshanxi opened this issue May 24, 2021 · 2 comments

Comments

@laoshanxi
Copy link

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

@madeddie
Copy link
Contributor

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

@laoshanxi
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants