You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/pages/04-web-development/03-flask.markdown
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -238,8 +238,9 @@ combined with the example real-world projects listed in the next section.
238
238
[Frozen-Flask](http://pythonhosted.org/Frozen-Flask/) to generate a
239
239
static website from a backend data source.
240
240
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.
243
244
244
245
*[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.
0 commit comments