forked from spinnaker/orca
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f382661
commit 4aa377f
Showing
1 changed file
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,13 @@ | ||
orca | ||
Orca | ||
==== | ||
|
||
![Orca Logo](http://i62.photobucket.com/albums/h100/dallastt/MEME/265899.jpg) | ||
|
||
Orca is the orchestration engine for Spinnaker. | ||
It is responsible for taking a pipeline or task definition and managing the stages and tasks, coordinating the other Spinnaker services. | ||
|
||
Orca pipelines are composed of _stages_ which in turn are composed of _tasks_. | ||
The tasks of a stage share a common context and can publish to a global context shared across the entire pipeline allowing multiple stages to co-ordinate. | ||
For example a _bake_ stage publishes details of the image it creates which is then used by a _deploy_ stage. | ||
|
||
Orca persists a running execution to Redis. |