Hi there, We are using guacamole for connecting to kubernetes pods from inside a cluster. It is attaching to a running application, if it is not a shell, and you cannot see a command prompt. Correct me if I am wrong.
When guacd initiate a session it send a request using "attach" call, like "/api/v1/namespaces/test/pods/test-pod/attach?stdin=true&stdout=true&tty=true". There is another way to initiate a session, using call "exec" with parameter "command", "/api/v1/namespaces/test/pods/test-pod/exec?command=/bin/sh&stdin=true&stdout=true&tty=true". This is important for us and I think it could be a useful feature and would be great to add this to a codebase. I have played with guacamole-server and added a simple implementation for both calls, attach/exec. I can share the implementation, how can I do that? Thanks. -- Sent from: http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
