You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@guacamole.apache.org by "Mike Jumper (Jira)" <ji...@apache.org> on 2021/02/21 23:12:00 UTC

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

     [ https://issues.apache.org/jira/browse/GUACAMOLE-1174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mike Jumper reassigned GUACAMOLE-1174:
--------------------------------------

    Assignee: Mike Jumper

> 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: Documentation, guacamole-ext, Kubernetes
>    Affects Versions: 1.2.0
>            Reporter: Yaroslav Nikonorov
>            Assignee: Mike Jumper
>            Priority: Minor
>             Fix For: 1.4.0
>
>
> 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)