An open API service indexing awesome lists of open source software.

https://github.com/marcoceppi/talisker-flask-example

An example Flask app using Tallisker
https://github.com/marcoceppi/talisker-flask-example

Last synced: 3 months ago
JSON representation

An example Flask app using Tallisker

Awesome Lists containing this project

README

        

talisker-flask-example
=======================

.. image:: https://travis-ci.org/canonical-ols/talisker-flask-example.svg?branch=master
:target: https://travis-ci.org/canonical-ols/talisker-flask-example

.. image:: https://coveralls.io/repos/github/canonical-ols/talisker-flask-example/badge.svg?branch=master&cacheBuster=1
:target: https://coveralls.io/github/canonical-ols/talisker-flask-example?branch=master

An example Flask app using `Tallisker `_, deployable with `Kubernetes `_.

Deployment
----------

Create the pods and health checks with ``kubectl create -f helloworld.k8s.yaml``

Monitor their status with ``watch 'kubectl get svc; kubectl get po'``