Skip to content

A demo application to deploy on Google Container Engine as part of a Wercker tutorial

Notifications You must be signed in to change notification settings

isabella232/wercker-k8s-demo

 
 

Repository files navigation

Wercker Kubernetes Demo: Hello!

A simple Python application that uses the Bottle framework to serve a custom message over HTTP.

This application is used to showcase how easy it is to deploy to Kubernetes using Wercker.

usage: hello.py [-h] hostname port messagefile

Serve a hello message over HTTP.

positional arguments:
  hostname     The host IP to listen on.
  port         The port to listen on.
  messagefile  A file that contains the message to display

optional arguments:
  -h, --help   show this help message and exit

Requires Python 2 pip & virtualenv to run.

About

A demo application to deploy on Google Container Engine as part of a Wercker tutorial

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 54.7%
  • Shell 45.3%