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

https://github.com/flow-lab/ms

Build in docker golang microservice
https://github.com/flow-lab/ms

Last synced: 6 months ago
JSON representation

Build in docker golang microservice

Awesome Lists containing this project

README

          

# Microsevice

Build in docker golang microservice. Check Makefile for all important stuff.

## Local testing with Minikube

For local Kubernetes testing it can be helpfull to use [Minikube](https://kubernetes.io/docs/setup/learning-environment/minikube/).

To deploy locally to minikube:

### Start minikube
`minikube start`

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

### Build docker image, deploy to minikube, and get url to service
Given that your minikube is already running. Run:

`make build-docker minikube-local minikube-app-url`