You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by "Michael Jumper (JIRA)" <ji...@apache.org> on 2018/09/11 20:28:00 UTC

[jira] [Created] (GUACAMOLE-623) Add support for attaching to Kubernetes pods

Michael Jumper created GUACAMOLE-623:
----------------------------------------

             Summary: Add support for attaching to Kubernetes pods
                 Key: GUACAMOLE-623
                 URL: https://issues.apache.org/jira/browse/GUACAMOLE-623
             Project: Guacamole
          Issue Type: New Feature
          Components: guacamole-server
            Reporter: Michael Jumper


Currently, guacd can only access the terminals of containers in Kubernetes pods if those containers host services that use the protocols guacd already supports, such as an SSH daemon. This works, but is suboptimal: a container should ideally be dedicated to one logical application.

Kubernetes provides a web service / API through which an application can attach to the terminal of a container. Leveraging this API, support for attaching to a container and accessing its terminal could be added to guacd, functioning essentially identically to the way SSH and telnet support currently works.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)