Skip to content

Commit d4e2e71

Browse files
authored
Merge pull request mattmakai#187 from mjhea0/patch-1
added flask + kubernetes resource
2 parents ff9a071 + ee33202 commit d4e2e71

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

content/pages/04-web-development/03-flask.markdown

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,9 @@ combined with the example real-world projects listed in the next section.
238238
[Frozen-Flask](http://pythonhosted.org/Frozen-Flask/) to generate a
239239
static website from a backend data source.
240240

241-
* [Running Flask on Docker Swarm](https://testdriven.io/running-flask-on-docker-swarm)
242-
details how to run a Flask app on Docker Swarm.
241+
* [Running Flask on Docker Swarm](https://testdriven.io/running-flask-on-docker-swarm) details how to run a Flask app on Docker Swarm.
242+
243+
* [Running Flask on Kubernetes](https://testdriven.io/running-flask-on-kubernetes) step-by-step walkthrough of how to deploy a Flask-based microservice (along with Postgres and Vue.js) to a Kubernetes cluster.
243244

244245
* [Dynamic Secret Generation with Vault and Flask](https://testdriven.io/dynamic-secret-generation-with-vault-and-flask) looks at how to use Hashicorp's Vault and Consul to create dynamic Postgres credentials for a Flask web app.
245246

0 commit comments

Comments
 (0)