Skip to content

Optibus/k8sfwd-flake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

k8sfwd-flake

A Nix flake for k8sfwd, a Kubernetes port-forwarding utility for managing multiple targets.

Usage

Using with devbox

Add this flake to your devbox.json:

{
  "packages": [
    "github:optibus/k8sfwd-flake"
  ]
}

Using with nix

# 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-flake

About k8sfwd

k8sfwd 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.

License

This flake is provided as-is. The k8sfwd binary is licensed under EUPL-1.2.

About

a repo for having k8sfwd flake, to allow intalling it easily with devbox

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages