Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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-lyrics

helm 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
```