https://github.com/raihanlh/go-microservices
Microservices made with Golang, gRPC and Kubernetes deployment
https://github.com/raihanlh/go-microservices
golang grpc kubernetes
Last synced: 2 months ago
JSON representation
Microservices made with Golang, gRPC and Kubernetes deployment
- Host: GitHub
- URL: https://github.com/raihanlh/go-microservices
- Owner: raihanlh
- Created: 2022-08-25T05:16:05.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-25T12:25:59.000Z (over 3 years ago)
- Last Synced: 2025-06-03T16:25:02.089Z (about 1 year ago)
- Topics: golang, grpc, kubernetes
- Language: Go
- Homepage:
- Size: 163 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go Microservices
## Build locally
```
./build.sh
```
## Publish to docker hub
```
./publish.sh
```
## Deploy to kubernetes cluster
```
./deploy.sh
```
## Create and configure ingress
```
./configure-ingress.sh
```