https://github.com/cryptorodeo/go_k8s_deployment
https://github.com/cryptorodeo/go_k8s_deployment
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cryptorodeo/go_k8s_deployment
- Owner: CryptoRodeo
- Created: 2022-07-19T10:12:17.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-20T11:27:06.000Z (over 3 years ago)
- Last Synced: 2025-02-02T01:19:24.663Z (over 1 year ago)
- Language: Go
- Size: 647 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Note: WIP 🏗️

# 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:


