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

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

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