# Ves-client # How to deploy on lab 1. Copy files from helm/ves-client to lab `scp -i -r /ves-client ubuntu@:/ves-client ` 2. Log into the RKE 3. Update helm dependencies `cd ./ves-client` `helm dependency update` 4. Install chart on your lab `helm install ves-client ./ves-client -f oom/kubernetes/registry.yaml` # How to use ves-client