Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tinrab/kubernetes-go-grpc-tutorial

Getting Started with Microservices using Go, gRPC and Kubernetes
https://github.com/tinrab/kubernetes-go-grpc-tutorial

golang grpc kubernetes microservices

Last synced: 2 months ago
JSON representation

Getting Started with Microservices using Go, gRPC and Kubernetes

Awesome Lists containing this project

README

        

# Getting Started with Microservices using Go, gRPC and Kubernetes



Source code for [Getting Started with Microservices using Go, gRPC and Kubernetes](https://outcrawl.com/getting-started-microservices-go-grpc-kubernetes/) article.

## Building

Switch to Docker daemon inside Minikube VM:

```
$ eval $(minikube docker-env)
```

Build images and deploy to Kubernetes cluster:

```
$ ./build.sh
```

Try it out.

```
$ curl $(minikube service api-service --url)/gcd/294/462
```