Local Hosting with OrbStack
Install Orbstack and jq:
brew install orbstack jqClone workshop repository:
git clone https://github.com/splunk/observability-workshopChange into Orbstack directory:
cd observability-workshop/local-hosting/orbstackRun the script and provide and instance name and SWiPE ID e.g.:
./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):
ssh splunk@<my_instance>@orbOnce in the shell, you can validate that the instance is ready by running the following command:
kubectl version --output=yamlTo get the IP address of the instance, run the following command:
ifconfig eth0To delete the instance, run the following command:
orb delete my-instance