How to run migration on Auto DevOps Kubernetes

I just deployed with Auto DevOps my rails app to Kubernetes but have no idea how to run migration?

I can’t list my pods in Kubernetes

test@cloudshell:~ (testproject)$ kubectl get pods
No resources found.

Any idea how to proceed and why the deployment process is not running the migration?