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
- Host: GitHub
- URL: https://github.com/flow-lab/ms
- Owner: flow-lab
- License: mit
- Created: 2018-08-24T20:04:19.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-12-06T18:53:02.000Z (over 6 years ago)
- Last Synced: 2024-06-20T07:59:15.319Z (about 2 years ago)
- Language: Go
- Homepage:
- Size: 1.28 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`