Skip to content

Application for educational purposes. As a final result application needs to be containerised, kubernetised and then have helm-charts written for it

Notifications You must be signed in to change notification settings

brnck/k8s-python-demo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

k8s-python-demo-app

Application for educational purposes. As a final result application needs to be containerised, kubernetised and then have helm-charts written for it

Preparations

Set-up environment

python3 -m venv .venv
. .venv/bin/activate
pip install -r requirements.txt

Test if it works

. .venv/bin/activate

python3 cli.py
Hello world from CLI

flask run
curl localhost:5000
Hello, World!

About

Application for educational purposes. As a final result application needs to be containerised, kubernetised and then have helm-charts written for it

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages