Skip to content

Developing the Server components

The server-side components of the VKP are written in Go.

Getting started

Install the latest stable version of Go by following the instructions here. If you're using IntelliJ/GoLand you can let the IDE do it for you.

Deploying the APIServer

cd apiserver/
skaffold run

Deploying the Metrics Proxy

cd metrics-proxy/
skaffold run

Deploying the Operator

Info

The VCluster plugins are automatically built by the Operator.

cd operator/
skaffold run

Deploying the WebLogin

cd web-login/
skaffold run