You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://quay.io/repository/deisci/controller)
6
6
7
-
The Controller is the central API server for [Deis Workflow][workflow]. It is installed on a [Kubernetes](http://kubernetes.io) cluster, making it easy to deploy and manage applications on your own cluster. Below is a non-exhaustive list of things it can do:
7
+
Deis (pronounced DAY-iss) Workflow is an open source Platform as a Service (PaaS) that adds a developer-friendly layer to any [Kubernetes](http://kubernetes.io) cluster, making it easy to deploy and manage applications on your own servers.
8
8
9
-
* Create a new application
10
-
* Delete an application
11
-
* Scale an application
12
-
* Configure an application
13
-
* Create a new user
9
+
For more information about the Deis Workflow, please visit the main project page at https://github.com/deis/workflow.
14
10
15
11
## Beta Status
16
12
@@ -22,6 +18,16 @@ The following features are not ready in Beta, but will be coming soon.
22
18
- Backup and restore features
23
19
- Persistent storage (though it can be manually configured)
24
20
21
+
# About
22
+
23
+
The Controller is the central API server for [Deis Workflow][workflow]. It is installed on a [Kubernetes](http://kubernetes.io) cluster, making it easy to deploy and manage applications on your own cluster. Below is a non-exhaustive list of things it can do:
24
+
25
+
* Create a new application
26
+
* Delete an application
27
+
* Scale an application
28
+
* Configure an application
29
+
* Create a new user
30
+
25
31
# Development
26
32
27
33
The Deis project welcomes contributions from all developers. The high level process for development matches many other open source projects. See below for an outline.
0 commit comments