You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: