Alec Koumjian
02/05/2023, 4:14 PMSean Davis
02/05/2023, 11:14 PMkubectl run -i --tty my_interactive --image=YOURUSER/CODEIMAGE -- sh
https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#runAlec Koumjian
02/06/2023, 2:09 PMAbhishek Agrawal
03/01/2023, 11:32 PMAlec Koumjian
03/02/2023, 2:35 AM<http://dagster.org-domain.io|dagster.org-domain.io>
but only if you have Cloudflare WARP on and you also login using our Google Workspace account. This doesn't really use any GKE specific auth, as it were.
For development environments, we have it set up so we can each deploy to our own namespaces in a dev cluster. Then we access those dagit instances using kubectl
port-forwarding. When I have more time I will probably be able to set up subdomains for each of our environments also using Cloudflare.
Both production and dev environments are managed with <http://garden.io|garden.io>
.Abhishek Agrawal
03/02/2023, 4:01 AMkubectl port-forwarding
, did you do it via cloud shell? I am running that command via cloud shell and as soon as I leave the shell, the dagit UI stops working..Alec Koumjian
03/03/2023, 2:45 PMSean Davis
03/06/2023, 1:34 AMwhile true
bash loop, as it does die regularly.Abhishek Agrawal
03/06/2023, 2:07 AM