
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
A small cli utility to do batch forwarding for kubectl pods. With auto-restart feature if pod (or network) appears to be dead.
npm i kubectlpf -g
kubectlpf [<podname[:port]>]... [--namepsace=<namespace>] [--kubeconfig=<file>] [--exclude=<podname>...] [--health-interval=<number>]
Note that pod name accepts partial naming match, e.g. you pod name is car-service, you may just type kubctlpf car.
Port is optional if you have pods config which should be stored in ~/kube/pods.json.
It should have podname: port format:
{
"somepod": "3000"
}
If no podname is provided the script will search for local pods.json (same podname: port format), and run port forward for all of them. Use exclude param to exclude some of them for that case.
Use health-interval to set custom health check interval in milliseconds (default is 5000).
FAQs
Batch utility for port-forwarding in Kubernetes
We found that kubectlpf demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.