[17:52:03] How can I bash into a running pod (or see the list of them) [17:53:11] `kubectl get pods` to see a list of them [17:53:34] `kubectl exec -it POD-NAME -- bash` to get a shell in a specific pod [17:54:10] (keep in mind that using kubernetes directly isn’t really supported / encouraged and could break if the Toolforge infrastructure changes)