latonaio / sample-microservice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sample Microservice

Usage

Golang

execution type: docker

cd ~/{devicename}/Runtime
git clone {url: sample-microsevice.git}
cd sample-microservice/golang
make
cp ./config/docker.yml /var/lib/aion/config/project.yml
cd ~/{devicename}/aion-core/deployment/k8s
bash ./kubectl-apply.sh

execution type: directory

cd ~/{devicename}/Runtime
git clone {url: sample-microsevice.git}
cd sample-microservice
cp ./config/directory.yml /var/lib/aion/config/
./kanban-server
./sevice-broker -c /var/lib/aion/config/directory.yml

About

License:MIT License


Languages

Language:Python 50.4%Language:Go 28.9%Language:Makefile 10.5%Language:Shell 8.2%Language:Dockerfile 2.1%