...
kubernetes slave node 0: 10.66.35.69
root@rancher:~# kubectl get pods
NAME READY STATUS RESTARTS AGE
dev-ci-uwsgi-688f759846-dcm5t 1/1 Running 0 54m
dev-cms-uwsgi-564b5b5d86-mpgkl 1/1 Running 0 54m
dev-em-645d6bf559-h9tdq 1/1 Running 0 54m
dev-ext-haproxy-6597f77789-ql5vn 1/1 Running 0 54m
dev-imagescanner-54fb84dfb8-6hwx6 3/3 Running 2 54m
dev-int-haproxy-57945994cf-rj2pr 1/1 Running 0 54m
dev-vvp-79b59c4f55-g84r2 1/1 Running 0 54m
dev-vvp-gitlab-5f48c7cf6c-nmbrf 1/1 Running 0 54m
dev-vvp-jenkins-69758c6dc8-cbm99 1/1 Running 0 54m
dev-vvp-postgres-d9bf9fd55-9vb4g 1/1 Running 0 54m
dev-vvp-redis-7c7448c5f4-5ls98 1/1 Running 0 54m
Post Deployment
After deployment has been initiated, it will take ~10 minutes for the containers to come up and become functional.
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://<kube-node-ip>:<ext-proxy-port> 10.66.35.69:31601 .
To create an account
- Sign up like normal (email, pwd)
- No activation email will be sent, you can find the activation link with the command "
logs <em-uwsgi pod name>"Paste the activation link into your browser to activate the new accountroot@rancher:~# kubectl
logs dev-em-645d6bf559-h9tdq
There will be a message with the activation link to navigate to in your web browser.
- login to your new account and create an engagement
- Add a public ssh key your profile
...