We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d87a937 commit 3f42f5cCopy full SHA for 3f42f5c
1 file changed
src/understanding-deis/components.md
@@ -12,9 +12,12 @@ the functionality in your own project we invite you to give it a shot!
12
13
## Controller
14
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.
+Project Location: [deis/workflow](https://github.com/deis/workflow)
+
+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.
21
22
## Database
23
0 commit comments