3.2. VSR Container Deployment / Wind River Cloud Platform¶
3.2.1. Helm Preparation¶
Here, the Virtual Service Router helm chart will be added to the Wind River Cloud Platform local repository.
sysadmin@controller-0:~$ sudo mkdir /var/www/pages/helm_charts/myrepo
sysadmin@controller-0:~$ sudo cp vsr-0.1.0.tgz /var/www/pages/helm_charts/myrepo/
sysadmin@controller-0:~$ sudo helm repo index /var/www/pages/helm_charts/myrepo/ --url http://127.0.0.1:8080/helm_charts/myrepo
sysadmin@controller-0:~$ sudo helm repo add vsr http://127.0.0.1:8080/helm_charts/myrepo
sysadmin@controller-0:~$ sudo helm repo update
Note
Those files can be downloaded from the 6WIND deployment guide repository.
Warning
Here, the helm chart is added to the local repository, in a testing environment. However, consider using external Helm repository.
3.2.2. VSR Container Deployment¶
You can then deploy the Virtual Service Router CNF by installing the Virtual Service Router helm chart.
sysadmin@controller-0:~$ sudo helm install vsr vsr
[sysadmin@controller-0 ~(keystone_admin)]$ kubectl get pod
NAME READY STATUS RESTARTS AGE
vsr-6d5f67476-m97n5 1/1 Running 0 11h