jerryjj / k8s-demo-team2-payments

Demo used in presentation (Kubernetes - Happily In Production)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Payments -service

This is a demo service which is used in the presentation and setup of Kubernetes - Happily in production.

Development

Get dependencies

go get -u github.com/golang/protobuf/protoc-gen-go
go get -u google.golang.org/grpc
go get -u github.com/op/go-logging

Generating new Protoc

./protoc.sh

Building

./build.sh

Building and Deploying to the GCP Project

export PROJECT_ID=[YOUR_GCP_PROJECT_ID]
./cloud-build.sh

Running

./payments-service

About

Demo used in presentation (Kubernetes - Happily In Production)


Languages

Language:Go 72.0%Language:Shell 28.0%