Jump into Pod for Pipeline
You have a pachyderm pipeline running on kubernetes.
That job is stuck and you want to jump in and start looking around.
kubectl exec --stdin --tty (kubectl get pods | grep YOUR_PIPELINE_NAME | awk '{ print $1 }') -- /bin/bash