Skip to content

microservice-s/microservices-scaffold

 
 

Repository files navigation

microservices-scaffold

Barebones Python Microservices

Build Status Coverage Status Requirements Status Updates Python 3

Docker

Create and push the image

docker build -t template -f Dockerfile .

Test the image:

docker run -d -p 5000:5000 template

Push to Kubernetes:

kubectl apply -f service.yaml

How to contrib

TODO

Update docs

sphinx-build -b html docs/ _build

Packages

No packages published

Languages

  • Python 86.9%
  • Dockerfile 11.4%
  • Shell 1.7%