A Nix flake for k8sfwd, a Kubernetes port-forwarding utility for managing multiple targets.
Add this flake to your devbox.json:
{
"packages": [
"github:optibus/k8sfwd-flake"
]
}# Run directly
nix run github:optibus/k8sfwd-flake
# Install to profile
nix profile install github:optibus/k8sfwd-flake
# Use in development shell
nix develop github:optibus/k8sfwd-flakek8sfwd is a Kubernetes port-forwarding utility that helps manage multiple port-forward targets from a configuration file. This makes it easier to maintain consistent port-forward configurations across your team.
This flake is provided as-is. The k8sfwd binary is licensed under EUPL-1.2.