The script includes files for the deployment of the required operators on OpenShift 4.x. Files for the deployment of the bookinfo app and configuration files for istio.
- OpenShift 4.x
Give the right permission to both deploy-operators.sh
and deploy-service-mesh.sh
sudo chmod 0700 deploy-operators.sh deploy-service-mesh.sh
First run the deploy-operators.sh
command to deploy the required operators:
./deploy-operators.sh
Check if everything was installed correctly:
OpenShift Administrator Console > Operators > Installed Operators
If everything is up and running, then run the deploy-service-mesh.sh
script:
./deploy-service-mesh.sh