Update to kubepfm
, a kubectl port-forward
wrapper for multiple pods
2019-02-20
K8s · Kubectl · Kubepfm · Kubernetes · Port-Forward
1 minute
Updated 2019/02/20:
- Support for namespaces https://github.com/flowerinthenight/kubepfm/issues/1
- Improved handling of input patterns
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.