|
1 | 1 | # Welcome to Deis Workflow |
2 | 2 |
|
3 | | -Deis (pronounced DAY-iss) Workflow is an open source Platform as a Service (PaaS) that adds a developer-friendly layer |
4 | | -to any Kubernetes cluster, making it easy to deploy and manage applications. |
| 3 | +Deis (pronounced DAY-iss) Workflow is an open source Platform as a Service (PaaS) that adds a |
| 4 | +developer-friendly layer to any Kubernetes cluster, making it easy to deploy and manage |
| 5 | +applications. |
5 | 6 |
|
6 | | -Deis Workflow includes capabilities for building and deploying from source via `git push`, simple application |
7 | | -configuration, creating and rolling back releases, managing domain names and SSL certificates, providing seamless edge |
8 | | -routing, aggregating logs, and sharing applications with teams. All of this is exposed through a simple REST API and |
9 | | -command line interface. |
| 7 | +Deis Workflow includes capabilities for building and deploying from source via `git push`, simple |
| 8 | +application configuration, creating and rolling back releases, managing domain names and SSL |
| 9 | +certificates, providing seamless edge routing, aggregating logs, and sharing applications with |
| 10 | +teams. All of this is exposed through a simple REST API and command line interface. |
10 | 11 |
|
11 | | -Please note that this documentation is for Deis Workflow (v2). For v1 documentation visit <http://docs.deis.io/en/latest/>. |
| 12 | +Please note that this documentation is for Deis Workflow (v2). For v1 documentation visit |
| 13 | +<http://docs.deis.io/en/latest/>. |
12 | 14 |
|
13 | 15 | ## Getting Started |
14 | 16 |
|
15 | 17 | To get started with Workflow, follow our [Quick Start][quickstart] guide. |
16 | 18 |
|
17 | | -Take a deep dive into Deis Workflow in our [Concepts][concepts], [Architecture][arch], and [Components][components] |
18 | | -sections. |
| 19 | +Take a deep dive into Deis Workflow in our [Concepts][concepts], [Architecture][arch], and |
| 20 | +[Components][components] sections. |
19 | 21 |
|
20 | 22 | ## Service and Support |
21 | 23 |
|
22 | | -If you are interested in commercial service and support for Deis Workflow, check out the various [services offerings on deis.com](https://deis.com/services). |
| 24 | +If you are interested in commercial service and support for Deis Workflow, check out the various |
| 25 | +[services offerings on deis.com](https://deis.com/services). |
23 | 26 |
|
24 | 27 |
|
25 | 28 | [arch]: understanding-workflow/architecture.md |
|
0 commit comments