Skip to content

Simple flask webapp ,dockerized and deployed using kubernetes

Notifications You must be signed in to change notification settings

nohadrweesh/flask-simple-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run the app using docker

  • docker build -t flask-simple-webapp .
  • docker run -p 8081:8080 -e APP_COLOR=blue flask-simple-webapp

Use dockerized version with Kubernetes

  • k apply -f pod_definition.yaml

About

Simple flask webapp ,dockerized and deployed using kubernetes

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages