kubectl/cmd/kinflate/demoHelloWorldLong
Jeffrey Regan 2f0c817250 renameDemos 2018-03-27 17:07:51 -07:00
..
overlays 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
clone.md renameDemos 2018-03-27 17:07:51 -07:00
customize.md renameDemos 2018-03-27 17:07:51 -07:00
editor.md renameDemos 2018-03-27 17:07:51 -07:00
manifest.md renameDemos 2018-03-27 17:07:51 -07:00

README.md

Demo: hello world with instances

Goal:

  1. Clone a simple off-the-shelf example as a base configuration.
  2. Customize it.
  3. Create two different instances based on the customization.

First define a place to work:

DEMO_HOME=$(mktemp -d)

Alternatively, use

DEMO_HOME=~/hello

Next: Clone an Example