kubectl/cmd/kinflate/demoHelloWorldLong/overlays
Jeffrey Regan 2f0c817250 renameDemos 2018-03-27 17:07:51 -07:00
..
production renameDemos 2018-03-27 17:07:51 -07:00
staging renameDemos 2018-03-27 17:07:51 -07:00
README.md renameDemos 2018-03-27 17:07:51 -07:00
README_ORDER.txt renameDemos 2018-03-27 17:07:51 -07:00
compare.md renameDemos 2018-03-27 17:07:51 -07:00
deploy.md renameDemos 2018-03-27 17:07:51 -07:00

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