Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1 KB

README.md

File metadata and controls

32 lines (22 loc) · 1 KB

Go GRPC Microservice

GO Grpc Microservice

Description

These demo project contains GRPC Microservices and API gateway with docker and k8s implementations. All of mentioned microservices have their Dockerfile inside directory

Here are different project directory for microservices

utils folder contaning docker compose and k8s configuration files

Running the app inside docker container

$ cd utils
$ docker-compose up --build

Running the app inside k8s cluster

$ cd utils
$ kubectl -f k8s/

Here I've used local images of different microservices rather than from DockerHub