Skip to content

pshah16/KNativePythonDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

KNativePythonDemo

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/

Build the container on your local machine

docker build -t {username}/helloworld-python .

To push the container to auroradevacr Azure Container Registry

az acr login --name auroradevacr docker tag {username}/helloworld-python auroradevacr.azurecr.io/{username}/helloworld-python docker push auroradevacr.azurecr.io/{username}/helloworld-python

About

KNativePythonDemo for Python application Deployment on Kubernetes cluster

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published