Using fzf and oc to rsh into an OpenShift Pod

Getting a remote shell on an OpenShift pod is simple enough; you type: $ oc rsh <pod name> Pod names can be long and complex, however. Here’s an example: mysql-coolapp-5-rg59c Only a luddite would...