iunary / fastio

FastAPI app that show pod hostname and ip

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demo app

To run the app

python main.py

or

uvicorn main:app --port 4000 --reload
gunicorn main:app -w 2 -k uvicorn.workers.UvicornWorker --reload

About

FastAPI app that show pod hostname and ip


Languages

Language:Smarty 40.2%Language:Python 30.8%Language:Makefile 16.4%Language:Dockerfile 12.7%