GithubHelp home page GithubHelp logo

ptzagk / flask-demo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from markbenschop/flask-demo

0.0 0.0 0.0 22 KB

Docker demo container with flask

Dockerfile 9.23% Python 34.79% Shell 9.95% HTML 46.04%

flask-demo's Introduction

Docker demo container

Flask based Docker demo container.
This container runs a flask app that display the container hostname and time.
The container can be used to demonstrate scaling out of containers or kubernets pods and loadbalancing over them.
Each request will return a different hostname when loadbalanced properly.

An environment variables can be set :
NAME
This name will be displayed when this variable is set.
This can be used to demonstrate the use variabels or a kubenetes configMap.
Example service, deployment and configmapfiles can be found in k8s directory.

The app itself listens on port 5000.
Run the container with e.g. :

docker run --name flask-demo -p8080:5000 -e NAME='Mark'  flask-demo:0.16

flask-demo's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.