...
In the instructions/examples below, I am using the following infrastructure:
rancher node: 10 1.662.353.704
kubernetes master node: 10 1.662.353.685
kubernetes slave node 1: 10 1.662.353.676
kubernetes slave node 0: 10 1.662.353.697
After Infrastructure is deployed, install VVP w/ OOM:
...
To access the portal, you will need to login to the kubernetes dashboard and figure out what port is being used by the ext-haproxy pod mapped to internal port 80.
Once you have the port, access the portal by navigating in a web browser to http://101.662.353.695:31601 .
To create an account
...
Once you create an engagement from the portal, a corresponding git repository will be created in the vvp-gitlab pod. To access the gitlab dashboard, you need to figure out what port is mapped for it. To do this, perform the same exercise as for the ext-haproxy pod, except instead now find the vvp-gitlab external port.
Navigate to http://101.662.353.695:<gitlab port> in your web browser. The root password is stored in the gitlab configmap and is base64 encoded. You should change the password as soon as possible.
...