We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfff52d commit d87a937Copy full SHA for d87a937
1 file changed
src/understanding-deis/components.md
@@ -1,7 +1,14 @@
1
# Components
2
3
-Deis consists of a number of components that combine to create a distributed PaaS.
4
-Each Deis component is deployed as a container or set of containers.
+Workflow is comprised of a number of small, independent services that combine
+to create a distributed PaaS. All Workflow components are deployed as services
5
+(and associated controllers) in your Kubernetes cluster. If you are interested
6
+we have a more detailed exploration of the [Workflow
7
+architecture][architecture.md].
8
+
9
+All of the componentry for Workflow is built with composability in mind. If you
10
+need to customize one of the components for your specific deployment or need
11
+the functionality in your own project we invite you to give it a shot!
12
13
## Controller
14
0 commit comments