You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@guacamole.apache.org by "Yaroslav Nikonorov (Jira)" <ji...@apache.org> on 2020/09/09 08:55:00 UTC

[jira] [Created] (GUACAMOLE-1174) Add support for connecting to kubernetes pods using exec

Yaroslav Nikonorov created GUACAMOLE-1174:
---------------------------------------------

             Summary: Add support for connecting to kubernetes pods using exec
                 Key: GUACAMOLE-1174
                 URL: https://issues.apache.org/jira/browse/GUACAMOLE-1174
             Project: Guacamole
          Issue Type: Improvement
          Components: guacamole-server
    Affects Versions: 1.2.0
            Reporter: Yaroslav Nikonorov


Hi there,

We are using guacamole for connecting to kubernetes pods from inside a
cluster.
Current implementation is attaching to a running application, if it is not a shell you are not able to see a command prompt.

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.
Thanks.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)