|
|
||
|---|---|---|
| .. | ||
| production | ||
| staging | ||
| README.md | ||
| README_ORDER.txt | ||
| compare.md | ||
| deploy.md | ||
README.md
Overlays
Create a staging and production overlay:
- Staging enables a risky feature not enabled in production.
- Production has a higher replica count.
- Greetings from these instances will differ from each other.
OVERLAYS=$DEMO_HOME/overlays
mkdir -p $OVERLAYS/staging
mkdir -p $OVERLAYS/production
Next: Staging