Skip to content

Commit d87a937

Browse files
committed
docs(components): expand component intro
1 parent dfff52d commit d87a937

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

src/understanding-deis/components.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
# Components
22

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.
3+
Workflow is comprised of a number of small, independent services that combine
4+
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!
512

613
## Controller
714

0 commit comments

Comments
 (0)