Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kube-portforward

Kubernetes port-forward over multiplexed SPDY/3.1. WebSocket is the primary transport; the legacy Upgrade: SPDY/3.1 path is the fallback.

Two crates live here:

Crate crates.io docs.rs What it is
spdy-mux Crates.io Docs.rs SPDY/3.1 stream multiplexer over WebSocket or raw transports. Knows nothing about Kubernetes.
kube-portforward Crates.io Docs.rs Kubernetes port-forward built on spdy-mux. Pool, fallback, watcher, drain.

Install

cargo add kube-portforward
# or, lower level:
cargo add spdy-mux

License

GPL-3.0-only. See LICENSE.

About

SPDY/3.1 multiplexing and Kubernetes port-forwarding for Rust

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages