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

https://github.com/cryptorodeo/go_k8s_deployment


https://github.com/cryptorodeo/go_k8s_deployment

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Note: WIP 🏗️

![workflow](https://github.com/CryptoRodeo/go_k8s_deployment/actions/workflows/workflow.yaml/badge.svg)

# What is this?
- An example project involving two Go microservices and a front end consuming their data.
- Both of these microservices:
- are built using [Go Gin](https://github.com/gin-gonic/gin)
- communicate with each other
- are deployed via K8s (Kubernetes)
- share some fake data
- the front end (built in React) is also deployed using K8s.

## Visuals:
![Tickets page](./readme_assets/vis_1.png)
![Users page](./readme_assets/vis_2.png)
![User Tickets page](./readme_assets/vis_3.png)