LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

kubectl-proxy

runs a proxy to the Kubernetes API server

TLDR

Start API proxy
$ kubectl proxy
copy
Proxy on specific port
$ kubectl proxy --port=[8001]
copy
Allow external access
$ kubectl proxy --address=[0.0.0.0] --accept-hosts='.*'
copy
Proxy specific API paths
$ kubectl proxy --api-prefix=/api/
copy

SYNOPSIS

kubectl proxy [options]

DESCRIPTION

kubectl proxy runs a proxy to the Kubernetes API server. Handles authentication and allows accessing the API and services without exposing them directly. Default port is 8001.

PARAMETERS

--port port

Port to run proxy on.
--address address
Address to bind to.
--accept-hosts regex
Hosts to accept requests from.
--api-prefix prefix
API prefix for proxy.

INSTALL

sudo apt install kubectl
copy
sudo pacman -S kubectl
copy
sudo apk add kubectl
copy
brew install kubectl
copy
nix profile install nixpkgs#kubectl
copy

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid