godaddy / kubernetes-client

Simplified Kubernetes API client for Node.js.
MIT License
960 stars 192 forks source link

Support for interactive exec #727

Open prsh9 opened 2 years ago

prsh9 commented 2 years ago

Is there some kind of support for interactive "exec" ? I saw examples of non-interactive "exec" where you can run some commands against a pod but that is it.