GoogleCloudPlatform / cloud-ops-sandbox

Cloud Operations Sandbox is an open source collection of tools that helps practitioners to learn O11y and R9y practices from Google and apply them using Cloud Operations suite of tools.
Apache License 2.0
406 stars 148 forks source link

Move sandboxctl into cloud shell base image #754

Closed daniel-sanche closed 2 years ago

daniel-sanche commented 3 years ago

We should consider adding sandboxctl to the official cloud shell image. This would allow users to continue communicating with their sandbox project if they lose connection to their custom cloud shell. This would also potentially allow us to completely remove the custom cloud shell image, and simplify our version deployment

daniel-sanche commented 3 years ago

For v.0.7.0, we should at least research how this would work

daniel-sanche commented 3 years ago

Cloud Shell Base Image Research

Benefits

Problems to address

Dependencies

For sandboxctl to work in the cloud shell base image, we'll need also add support for our dependencies (taken from dockerfile):

Open Questions

arbrown commented 2 years ago

We have de-prioritized using the custom image moving forward.