tvjg / aiohttp-docker

An example Dockerised aiohttp microservice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An example aiohttp microservice for Kubernetes

This project demonstrates a simple microservice application based on aiohttp and designed to be deployed on Kubernetes/OpenShift.

Instructions

# Create the Docker image
make docker
# Run the tests
docker run -t aiohttp-demo aio-demo-test
# Run the application locally
docker run -t aiohttp-demo
# Now open a browser and visit http://localhost:8080

About

An example Dockerised aiohttp microservice


Languages

Language:Python 69.7%Language:Makefile 25.4%Language:Dockerfile 4.9%