https://github.com/kevchu3/openshift-servicemesh-install
Facilitates the installation of Service Mesh (Istio) on OpenShift 3.11
https://github.com/kevchu3/openshift-servicemesh-install
openshift openshift-v3 servicemesh
Last synced: 7 months ago
JSON representation
Facilitates the installation of Service Mesh (Istio) on OpenShift 3.11
- Host: GitHub
- URL: https://github.com/kevchu3/openshift-servicemesh-install
- Owner: kevchu3
- License: gpl-3.0
- Created: 2019-04-05T17:36:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-15T22:18:20.000Z (about 6 years ago)
- Last Synced: 2025-01-13T22:46:05.928Z (9 months ago)
- Topics: openshift, openshift-v3, servicemesh
- Language: Shell
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
OpenShift Service Mesh
======================The following instructions for OpenShift Service Mesh were taken from the OpenShift documentation and are intended to facilitate an installation:
https://docs.openshift.com/container-platform/3.11/servicemesh-install/servicemesh-install.htmlRequirements
------------* OpenShift 3.11
* See supported configurations for more details:
- https://docs.openshift.com/container-platform/3.11/servicemesh-install/servicemesh-install.html#supported-configurationsSetup
-----Review `files/istio-installation.yaml` and update as necessary with parameters provided by the user, see documentation for configuration.
Deploy
------Run the `install.yaml` Ansible playbook to deploy the Service Mesh resources:
```
ansible-playbook -i install.yaml
```Enable automatic sidecar injection with the `post-install.yaml` Ansible playbook:
```
ansible-playbook -i post-install.yaml
```Uninstall
---------Run the `uninstall.yaml` Ansible playbook:
```
ansible-playbook -i uninstall.yaml
```License
-------GPLv3
Author
------Kevin Chung