# Netconf Server # How to deploy on lab 1. Copy files from helm/netconf to lab `scp -i -r /netconf ubuntu@:/netconf ` 2. Log into the RKE 3. Update helm dependencies `cd ./netconf` `helm dependency update` 4. Install chart on your lab `helm install netconfserver ./netconf -f oom/kubernetes/registry.yaml` # How to use netconf extarnal port to use netconf server is 30555