文件名称:绝对例子
文件大小:26KB
文件格式:ZIP
更新时间:2024-03-09 01:16:01
Python
Flask Kube API 指示 docker-compose up -d # Modify the docker-compose if you want to change image names docker-compose build && docker-compose push # To shutdown docker-compose down # List people (feel free to run anytime between below steps) curl localhost:5000/people # Adding an item curl --header " Content-Type: application/json " --request POST --data @test/data.json localhost:
【文件预览】:
abs-example-master
----uwsgi.ini(101B)
----app.py(102B)
----runtime.txt(12B)
----apiapp()
--------models.py(1KB)
--------__pycache__()
--------__init__.py(547B)
--------routes.py(2KB)
----test()
--------data2.json(174B)
--------titanic.csv(42KB)
--------data.json(171B)
----helm()
--------templates()
--------Chart.yaml(1KB)
--------values.yaml(160B)
----Dockerfile(122B)
----Procfile(20B)
----LICENSE(1KB)
----requirements.txt(170B)
----docker-compose.yml(525B)
----.gitignore(33B)
----.dockerignore(51B)
----README.md(890B)