https://github.com/redhat-middleware-workshops/cloud-native-workshop-v2-labs-solutions
The CCN Roadshow(Dev Track) Labs Solution 2022
https://github.com/redhat-middleware-workshops/cloud-native-workshop-v2-labs-solutions
Last synced: 8 months ago
JSON representation
The CCN Roadshow(Dev Track) Labs Solution 2022
- Host: GitHub
- URL: https://github.com/redhat-middleware-workshops/cloud-native-workshop-v2-labs-solutions
- Owner: RedHat-Middleware-Workshops
- Created: 2019-08-31T11:07:00.000Z (almost 7 years ago)
- Default Branch: ocp-4.14
- Last Pushed: 2023-10-31T20:43:45.000Z (over 2 years ago)
- Last Synced: 2025-04-05T23:31:56.635Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 75 MB
- Stars: 7
- Watchers: 8
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
== The CCN Roadshow(Dev Track) All Modules Solution
This repo can be used for reference to the code's solution than a magic script to deploy all things completely at one time just like you go through the labs manually.
=== How to Deploy
1. Login OpenShift cluster via `oc login` in CRW of workshop environment
2. Run the solution script along with each module and username. For example, you can deploy a solution for the module 1 with `user1`:
```
e.g. $ sh scripts/deploy-solution-m1.sh user1
```
=== Scripts for each Module Solution
* Module 1 : sh scripts/deploy-solution-m1.sh {username}
* Module 2 : sh scripts/deploy-solution-m2.sh {username}
* Module 3 : sh scripts/deploy-solution-m3.sh {username}
* Module 4 : sh scripts/deploy-solution-m4.sh {username}
=== OpenShift version: v4.14