Skip to main content
Version: main 🚧

Proxy

The Proxy feature lets you configure the address and port that the virtual cluster's API server listens on. vCluster uses these fields when generating the certificate for TLS.

Config reference​

Deprecated FlagConfig Field
--bind-addressproxy.bindAddress
--portproxy.port
--tls-sanproxy.extraSANs

proxy required object pro​

Proxy defines options for the virtual cluster control plane proxy that is used to do authentication and intercept requests.

bindAddress required string 0.0.0.0 pro​

BindAddress under which vCluster will expose the proxy.

port required integer 8443 pro​

Port under which vCluster will expose the proxy. Changing port is currently not supported.

extraSANs required string[] [] pro​

ExtraSANs are extra hostnames to sign the vCluster proxy certificate for.