https://github.com/bugbiteme/vm-ossm-dev
developement of non-template resources to be integrated with RHDH at a later time
https://github.com/bugbiteme/vm-ossm-dev
Last synced: about 1 year ago
JSON representation
developement of non-template resources to be integrated with RHDH at a later time
- Host: GitHub
- URL: https://github.com/bugbiteme/vm-ossm-dev
- Owner: bugbiteme
- Created: 2024-09-16T20:10:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-23T15:53:44.000Z (over 1 year ago)
- Last Synced: 2025-01-31T12:36:11.351Z (over 1 year ago)
- Language: Shell
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vm-ossm-dev
developement of non-template resources to be integrated with RHDH at a later time
## Prereqs
1. Service Mesh has been installed and control plane has been deployed `istio-system`
2. RHDH pipelines have been run to create the VM template with the backend app
3. Ingress gateway has been set up `demo-gateway` (`ingress-gateway.yaml`)
4. web-puller is cofigured with `demo-vm-ossm` namespace (`web-puller.yaml`)
## Steps
### Create Namespace
`oc create -f k8/namespace.yaml`
### Deploy Service Mesh Member
`oc create -f k8/servicemeshmember-default.yaml`
**Note:** Once you do this, a `route` will no longer work, and a
`virtualservice` + `gateway` will be required
### Deploy Front End
`oc create -f k8/container/`
### Test gateway is working
`sh ./test-gateway.sh`
### Deploy Back End VM
`oc create -f k8/vm/`