@@ -4,10 +4,10 @@ This document is aimed at those who have already provisioned a [Kubernetes v1.2
44and want to install Deis Workflow. If you are just getting started with Kubernetes and
55Deis Workflow, follow our [ quickstart guide] ( ../quickstart/index.md ) for help.
66
7-
87## Prerequisites
98
10- You need to [ install Helm Classic and Deis Workflow CLI before continuing] ( ../quickstart/install-cli-tools.md ) .
9+ 1 . Verify the [ Kubernetes system requirements] ( system-requirements.md )
10+ 1 . Install [ Helm Classic and Deis Workflow CLI] ( ../quickstart/install-cli-tools.md ) tools
1111
1212## Check Your Setup
1313
@@ -38,6 +38,20 @@ InfluxDB is running at https://52.9.206.49/api/v1/proxy/namespaces/kube-system/s
3838If you see a list of targets like the one above, ` helmc ` can communicate with the Kubernetes master. Double check that
3939the master returned by ` helmc target ` matches the expected cluster.
4040
41+ ## Choose Your Deployment Strategy
42+
43+ Deis Workflow includes everything it needs to run out of the box. However, these defaults are aimed at simplicity rather than
44+ production readiness. Production and staging deployments of Workflow should, at a minimum, use off-cluster storage.
45+ Which is used by Workflow components to store and backup critical data. Should an operator need to completely re-install
46+ Workflow, the required components can recover from off-cluster storage. See our documentation for [ configuring object
47+ storage] ( configuring-object-storage.md ) for more details.
48+
49+ Workflow may also be configured to use off-cluster persistence for [ Postgres] ( configuring-postgres.md ) and
50+ Redis. A deployment strategy that mirrors the "stateless" clusters from Deis v1 PaaS.
51+
52+ Last but not least, Workflow may also use a dedicated off-cluster image registry, including Docker Hub, Quay.io, ECR or
53+ GCR for all container images. Read more about [ configuring your registry] ( configuring-registry.md ) .
54+
4155## Add the Deis Chart Repository
4256
4357The [ Deis Chart Repository] ( https://github.com/deis/charts ) contains everything you need to install Deis Workflow onto
0 commit comments