How to open rails console in safe mode on GCP k8s
Here is how to open rails console in safe mode on GCP k8s. First you need to list the pods: kubectl get pods | grep <name> replace with the name of the pod that you want to connect with rails console. In the list that you see copy the name of one ...
Nov 23, 20211 min read272