Files
robot-shop/OpenShift
2020-05-05 12:22:25 +01:00
..
2020-05-05 12:22:25 +01:00
2020-05-05 12:22:25 +01:00

Instana Agent Installation

See the official documentation for how to install the Instana agent on an OpenShift environment.

Robot Shop Deployment

For OpenShift run the setup.sh script to create the project and set the extra permissions.

Use the Helm chart for Kubernetes to install Stan's Robot Shop. To install on Minishift.

Helm 3

$ cd K8s
$ oc login -u developer
$ oc project robot-shop
$ helm install robot-shop --set openshift=true --set nodeport=true helm

To connect to the shop.

$ minishift ip
192.168.99.106
$ oc get svc web
NAME      TYPE       CLUSTER-IP       EXTERNAL-IP   PORT(S)          AGE
web       NodePort   172.30.180.253   <none>        8080:31147/TCP   4m

Use the IP and the node port to form the URL http://192.168.99.106:31147/