Skip to content

zedr/aiohttp-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Packages

No packages published