nullstone-io / nullstone

Nullstone is a customizable developer platform launched on your cloud accounts.
https://nullstone.io
MIT License
39 stars 1 forks source link

GKE SSH #143

Closed BSick7 closed 1 year ago

BSick7 commented 1 year ago

This adds support for nullstone ssh and nullstone exec to GKE apps. Additionally, this fixes colorization of log output on Windows.

This will ssh into the pod based on this precedence:

  1. If --pod flag is specified, use that for pod name.
  2. If the app is part of a replica set, find the first pod that is Running.
  3. Find the first pod that is Running by label nullstone.io/app=<app-name>.

TODO