Code Monkey home page Code Monkey logo

kfd-flask's Introduction

kfd-flask

A sample (and simple) Python/flask application for Kubernetes for Developers

Running

python exampleapp.py

Parameters

python exampleapp.py [version]

  • version
    • v1, default.
    • v2

Configuration

By default, will workdir ./feature.flags as configuration file, you can also use CONFIG_FILE environment to overwrite path.

Example config:

[features]
greeting=hello
debug=True
db=redis-service
db_pass=

to rebuild all the images

(this may need to be done to resolve any underlying image issues, such as security updates or vulnerabilities found and resolved in Alpine)

The container images associated with this repo are available for review at https://quay.io/repository/kubernetes-for-developers/flask?tab=tags

git checkout 0.1.1
docker build -t quay.io/kubernetes-for-developers/flask:0.1.1 .
git checkout 0.2.0
docker build -t quay.io/kubernetes-for-developers/flask:0.2.0 .
git checkout 0.3.0
docker build -t quay.io/kubernetes-for-developers/flask:0.3.0 .
git checkout 0.4.0
docker build -t quay.io/kubernetes-for-developers/flask:0.4.0 .
git checkout 0.5.0
docker build -t quay.io/kubernetes-for-developers/flask:0.5.0 .
git checkout 0.6.0
docker build -t quay.io/kubernetes-for-developers/flask:0.6.0 .
git checkout 0.7.0
docker build -t quay.io/kubernetes-for-developers/flask:0.7.0 .
git checkout master
docker build -t quay.io/kubernetes-for-developers/flask:latest .
docker push quay.io/kubernetes-for-developers/flask

kfd-flask's People

Contributors

heckj avatar abriko avatar

Stargazers

Alexander Grigoryev avatar

Forkers

leon-jojo

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.