Running Demo-in-a-Box
Demo-in-a-box is a method for running demo apps easily using a web interface.
It provides:
- A quick way to deploy demo apps and states
- A way to easily change configuration of your otel collector and see logs
- Get pod status, pod logs, etc.
To leverage this locally using multipass:
- Follow the local hosting for multipass instructions
- In the
terraform.tfvarsfile, setsplunk_diabtotrueand make sure all other options are set tofalse - Then set the other required and important tokens/url
- Then run the terraform steps
- In the
- Once the instance is up, navigate in your browser to:
http://<IP>:8083- In the
terraform.tfvarsfile thewsversiondefaults to the current version of the workshop e.g4.64:- To use the latest developments change
wsversionto usemain - There are only three versions of the workshop maintained, development (
main) current (e.g.4.64and the previous (e.g.4.63) - After making the change, run
terraform applyto make the changes
- To use the latest developments change
- In the
- Now you can deploy any of the demos; this will also deploy the collector as part of the deployment