Local Hosting
OrbStack
Local hosting via OrbStack on Apple Silicon Macs.
Install Orbstack and jq:
bash
brew install orbstack jqClone workshop repository:
bash
git clone https://github.com/splunk/observability-workshopChange into Orbstack directory:
bash
cd observability-workshop/local-hosting/orbstackRun the script and provide and instance name and SWiPE ID e.g.:
bash
./start.sh my-instance 12345678Once the instance has been successfully created (this can take several minutes), you will automatically be logged into the instance. If you exit you can SSH back in using the following command (replace <my_instance> with the name of your instance):
bash
ssh splunk@<my_instance>@orbOnce in the shell, you can validate that the instance is ready by running the following command:
bash
kubectl version --output=yamlTo get the IP address of the instance, run the following command:
bash
ifconfig eth0To delete the instance, run the following command:
bash
orb delete my-instance
