kubectl-link

command module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 8, 2024 License: MIT Imports: 43 Imported by: 0

README

kubectl-link is a kubectl plugin that allows you to access your pods and services without vpn or manually setting up port forwarding.

  • It creates a tun device on your machine to route traffic to your kubernetes cluster with automatically setting port forwarding based your network connections.
  • !! It's still new and experimental. Please use it with caution.
  • !! Works only on MacOS for now.

https://github.com/user-attachments/assets/fcdc04ce-b657-42d1-9036-f0d1db6647a3

Installation

go install github.com/umutbasal/kubectl-link@latest

Usage

sudo kubectl link

Visit your pods and services through your browser or curl

curl http://nginx.default.svc.cluster.local
curl http://172.17.1.1

refs

Known Issues

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL