KNativePythonDemo for Python application Deployment on Kubernetes cluster
This example shows you how to structure your code as a class in Flask-Classful API framework.
On your local machine where you run app.py, you can hit the the API by calling: localhost:8080/
docker build -t {username}/helloworld-python .
az acr login --name auroradevacr docker tag {username}/helloworld-python auroradevacr.azurecr.io/{username}/helloworld-python docker push auroradevacr.azurecr.io/{username}/helloworld-python