|
|
||
|---|---|---|
| .. | ||
| README.md | ||
| README_ORDER.txt | ||
| compare.md | ||
| production.md | ||
| staging.md | ||
README.md
Instances
Instances of a cluster app represent a common configuration problem.
Their configuration is mostly the same.
We'd like to focus on managing differences.
The DAM approach is to create overlays.
An overlay is just a sub-directory with another manifest file, and optionally more (or fewer) resources.
Example
Create a staging and production instance.
- The greetings from the hello world web servers will differ.
- Staging enables a risky feature (for testing).
- Production has a higher replica count.
mkdir -p $TUT_APP/staging
mkdir -p $TUT_APP/production
Next: Staging