Skip to content

Commit b6f7734

Browse files
committed
ref(concepts): add Kubernetes section
1 parent 93e30bc commit b6f7734

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

src/understanding-deis/concepts.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,24 @@ Heroku platform.
1414
Workflow is designed to run applications that adhere to [Twelve-Factor App][]
1515
methodology and best practices.
1616

17+
## Kubernetes
18+
19+
[Kubernetes][] is an open-source cluster manager developed by Google and
20+
donated to the [Cloud Native Compute Foundation][cncf]. Kubernetes manages all
21+
the activity on your cluster. Including converging to a desired state,
22+
providing critical functions like stable service addresses, health monitoring,
23+
service discovery and DNS resolution.
24+
25+
Workflow builds upon Kubernetes abstractions like Services, Replication
26+
Controllers and Pods to provide a developer-friendly UX, source to image, log
27+
aggregation, etc.
28+
29+
Workflow is shipped as a Kubernetes-native application, installable via
30+
[Helm][helm]. So operators familiar with Kubernetes will feel right at home
31+
running Workflow.
32+
33+
For a detailed overview of Workflow components, see our [component][] break down.
34+
1735
## Docker
1836

1937
[Docker][] is an open source project to pack, ship and run any

0 commit comments

Comments
 (0)