Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leandroberetta/right-lyrics
A simple microservice architecture to deploy in OpenShift
https://github.com/leandroberetta/right-lyrics
helm istio kubernetes microservices openshift
Last synced: about 2 months ago
JSON representation
A simple microservice architecture to deploy in OpenShift
- Host: GitHub
- URL: https://github.com/leandroberetta/right-lyrics
- Owner: leandroberetta
- Created: 2019-09-04T20:34:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-28T16:23:57.000Z (almost 2 years ago)
- Last Synced: 2023-04-27T16:53:49.886Z (over 1 year ago)
- Topics: helm, istio, kubernetes, microservices, openshift
- Language: JavaScript
- Homepage:
- Size: 6.48 MB
- Stars: 4
- Watchers: 2
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Right Lyrics
A very simple microservice architecture to deploy in OpenShift (or any Kubernetes).
## Overview
![overview](./overview.png)
## Components
![components](./components.png)
## Deployment
The fastest way to deploy Right Lyrics is with a Helm chart:
```bash
kubectl create namespace right-lyricshelm install rl ./helm-chart --wait --set wildcardDomain=veicot.io -n right-lyrics
```**NOTE**: Set the wildcardDomain variable accordingly.
As a result, you'll see the following output:
```
Thanks for installing Right Lyrics.____ _ _ _ _ _
| _ \(_) __ _| |__ | |_ | | _ _ _ __(_) ___ ___
| |_) | |/ _` | '_ \| __| | | | | | | '__| |/ __/ __|
| _ <| | (_| | | | | |_ | |__| |_| | | | | (__\__ \
|_| \_\_|\__, |_| |_|\__| |_____\__, |_| |_|\___|___/
|___/ |___/Visit the application at:
http://rl.veicot.io
```