Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 755 Bytes

File metadata and controls

29 lines (20 loc) · 755 Bytes

K8sight K8s Proxy

GitHub Test

More secure alternative to kubectl proxy.

How to build

On Mac and Linux install tools using mise:

mise install
make download
make build

On Windows:

winget install GoLang.Go
winget install goreleaser.goreleaser
./Makefile.ps1 download
./Makefile.ps1 build