Skip to content

Commit 3f42f5c

Browse files
committed
docs(components): tidy up controller
1 parent d87a937 commit 3f42f5c

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

src/understanding-deis/components.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,12 @@ the functionality in your own project we invite you to give it a shot!
1212

1313
## Controller
1414

15-
The controller component is an HTTP API server. Among other functions, the
16-
controller contains the scheduler, which decides where to run app containers.
17-
The `deis` command-line client interacts with this component.
15+
Project Location: [deis/workflow](https://github.com/deis/workflow)
16+
17+
The controller component is an HTTP API server which serves as the endpoint for
18+
the `deis` CLI. The controller provides all of the platform functionality as
19+
well as interfacing with your Kubernetes cluster. The controller persists all
20+
of its data to the database component.
1821

1922
## Database
2023

0 commit comments

Comments
 (0)