Skip to content

Commit 2a1fcfb

Browse files
committed
docs(components): fixup object storage
1 parent 7cfe482 commit 2a1fcfb

1 file changed

Lines changed: 14 additions & 7 deletions

File tree

src/understanding-deis/components.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,22 @@ The builder component uses a [Git][] server to process
4646
!!! note
4747
The builder component does not incorporate [Config][] directly into the images it produces. A [Release][] is a pairing of an application image with application configuration maintained separately in the Deis [Database][]. Once a new [Release][] is generated, a new set of containers is deployed across the platform automatically.
4848

49-
## Store
49+
## Object Storage
5050

51-
The Store component uses [Minio][] by default to store data for Deis components which need to store
52-
state, including the [Registry][] and the [Database][].
51+
Project Location: [deis/minio](https://github.com/deis/mino)
5352

54-
If you are using Minio as the Store, it is highly recommended that the Store's data is backed by a
55-
persistent volume in the event of complete failure. See
56-
[Backing up and Restoring Data](../managing-deis/backing-up-and-restoring-data.md) for more
57-
information.
53+
All of the Workflow components ship their persistent data to cluster configured
54+
S3 compatibile Object Storage. For example, database ships its WAL files,
55+
registry stores Docker images, and slugbuilder stores slugs.
56+
57+
Workflow supports either on or off-cluster storage. For production deployments
58+
we highly recommend that you configure [off-cluster object storage][configure-objectstorage].
59+
60+
To facilitate experimentation, development and test environments, the default charts for
61+
Workflow include on-cluster object storage via [minio](https://github.com/minio/minio).
62+
63+
If you also feel comforatable using Kubernetes persistent volumes you may
64+
configure minio to use persistent storage available in your environment.
5865

5966
## Registry
6067

0 commit comments

Comments
 (0)