Update to kubepfm, a kubectl port-forward wrapper for multiple pods

2020-01-27

K8s · Kubectl · Kubepfm · Kubernetes · Port-Forward

1 minute

Updated 2020/01/27:

  • Support for forwarding to deployments and services

Original post:

I recently uploaded a tool to GitHub that wraps kubectl port-forward command and supports port-forwarding to multiple pods. It’s called kubepfm. I use this tool heavily in my development work. You can check out the code here. You might find this useful.