https://github.com/mmartofel/ocp-virt-app
Red Hat OpenShift + OCP Virt demo application
https://github.com/mmartofel/ocp-virt-app
ocp-virt openshift openshift-container-platform openshift-v4 openshift-virtualization redhat
Last synced: 2 months ago
JSON representation
Red Hat OpenShift + OCP Virt demo application
- Host: GitHub
- URL: https://github.com/mmartofel/ocp-virt-app
- Owner: mmartofel
- Created: 2024-09-09T16:11:09.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-02-24T21:28:16.000Z (3 months ago)
- Last Synced: 2025-02-24T22:29:38.164Z (3 months ago)
- Topics: ocp-virt, openshift, openshift-container-platform, openshift-v4, openshift-virtualization, redhat
- Language: Shell
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### CRUD application mixing containers and VM's at Red Hat OpenShift
Purpose of this application is to provide basics of mixing containers and VM's forming one application.
As a delivery methode I chose Argo CD (Red Hat OpenShift GitOps) to make application declaratively manageged.it's enough to login to your OCP cluster and run:
```./setup.sh```
then login to your Argo CD console to see applications.
Then sync'ing apps you see vm's, api and frontend getting instantiated at your cluster under ocp-virt-app namespace.