Skip to main content
Version: main 🚧

Proxy

The Proxy feature lets you configure the address and port that the 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 object ​

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

bindAddress string 0.0.0.0 ​

BindAddress under which vCluster will expose the proxy.

port integer 8443 ​

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

extraSANs string[] [] ​

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