Rails console constantly exits in kubernetes pod

2/10/2022

I run

kubectl exec -it pod_name rails c

After that Rails console works for a couple of minutes, then it exits automatically. Is there any way to find out the reason, logs or something? Thanks.

-- user18016517
kubernetes
ruby-on-rails

0 Answers