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
- Host: GitHub
- URL: https://github.com/marcoceppi/talisker-flask-example
- Owner: marcoceppi
- License: agpl-3.0
- Created: 2016-11-30T14:38:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-29T22:49:01.000Z (over 8 years ago)
- Last Synced: 2025-02-15T16:42:17.642Z (4 months ago)
- Language: Python
- Size: 64.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG
- License: LICENSE
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=masterAn 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'``