Verify the GRD-specific image can be used to deploy a cloud-enabled GDK
Overview
In the past we undertook quite some effort to make GDK deployable in Workspaces (GRD). The tailored image for this undertaking is stilla round and contains adoptions to make GDK run ina. Kubernetes cluster.
Ideally, we can harness this artifact to create an image based off it, allowing us to run the GDK in a Kubernetes pod in a - local or remote - cluster, thereby removing the need for local Ruby installations.
Impacted categories
The following categories relate to this issue:
-
gdk-reliability - e.g. When a GDK action fails to complete. -
gdk-usability - e.g. Improvements or suggestions around how the GDK functions. -
gdk-performance - e.g. When a GDK action is slow or times out.
Steps to replicate (optional)
Proposal (optional)
Environment (optional)
- Operating system name:
<!-- output of `uname -a` command --> - Architecture:
<!-- output of `arch` or `uname -m` command --> - The contents of your
gdk.yml(if any) - Ruby version:
<!-- output of `ruby --version` command --> - GDK version:
<!-- output of `git rev-parse --short HEAD` command -->
Edited by Manuel Schönlaub