Skip to content

scottxxx666/kube-porward

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kube-porward

Kube-porward is a tool for port forwarding to Kubernetes services.

  • Auto reconnect
  • Port forward to multiple services at the same time

Usage

Build from source

  1. git clone https://github.com/scottxxx666/kube-porward.git
  2. cd kube-porward
  3. Create your config yaml
    ports:
    # - <local port>:<namespace>:<service name>:<service port>
      - 3000:default:service:8080
  4. go run main.go -f config.yml

Direct download

  1. Download from the latest release
  2. chmod +x kube-porward
  3. sudo xattr -dr com.apple.quarantine ./kube-porward
  4. Create your config yaml
    ports:
    # - <local port>:<namespace>:<service name>:<service port>
      - 3000:default:service:8080
  5. ./kube-porward -f config.yml

Todo

  • websocket

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages