This is a Python/Flask template for building a microservice in Kubernetes and Docker. This template is designed for use with Forge, Telepresence, and Ambassador.
The main files in this repository are:
Dockerfile
specifies how the application is built and packagedk8s/deployment.yaml
contains a templated Kubernetes manifest, with additional annotations for configuring Ambassadorservice.yaml
contains values (typically configured by a developer) that will be instantiated into the Kubernetes manifestapp.py
is the actual Python/Flask application
curl -v -XPOST -H "Content-Type: application/json" -d @citylots.json 172.30.231.231:8000
Licensed under Apache 2.0. Please see LICENSE for details.