Skip to content
/ ms Public

Build in docker golang microservice

License

Notifications You must be signed in to change notification settings

flow-lab/ms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

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

About

Build in docker golang microservice

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published