kubefwd

Bulk port forward Kubernetes services for local development

brewmacoslinux
Try with needOr install directly
Source

About

Bulk port forwarding Kubernetes services for local development

Commands

kubefwd

Examples

Port forward all services in the default namespace$ kubefwd svc
Port forward all services in a specific namespace$ kubefwd svc -n production
Port forward specific service with custom local port$ kubefwd svc -n default -l app=myapp