weaveworks / scope

Monitoring, visualisation & management for Docker & Kubernetes
https://www.weave.works/oss/scope/
Apache License 2.0
5.85k stars 709 forks source link

"real" terminals #3043

Open rade opened 6 years ago

rade commented 6 years ago

Scope gives access to container/pod logs, and container shells inside the browser. That kinda works ok, but in-browser terminal functionality is rather awkward to use.

It would be nice if users were able to use their own terminal for access.

How is this better than just running kubectl logs or docker logs|attach?

rade commented 6 years ago

How would this work? We launch a terminal running ssh connecting to Weave Cloud? Something, something websockets? #1428 might offer some inspiration.