File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,6 +14,24 @@ Heroku platform.
1414Workflow is designed to run applications that adhere to [ Twelve-Factor App] [ ]
1515methodology 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
You can’t perform that action at this time.
0 commit comments