Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1.16 KB

README.md

File metadata and controls

34 lines (28 loc) · 1.16 KB

catalog-service

CSD (Catalog Series and Drama) Service

Mainteners

Description

Image

Gateway / Auth

  • The Gateway has function of Token generation and validation, Entrypoint, Redirect for other services

DB

  • The Database has function of store Series, Profiles, Eps CRUD.

Search

  • The Search has function of Cache the data from DB.

Log

  • The Log Service has function of storage and analyse the logs from the app.

Deploy

How To

cd deploy-k8s/
make deploy

PS

  • Docker Hub <- all the images
  • If you wanna build your own, the repositories have all dockerfiles.

Dependencies