Local Hosting with OrbStack
Install Orbstack and jq:
brew install orbstack jq
Clone workshop repository:
git clone https://github.com/splunk/observability-workshop
Change into Orbstack directory:
cd observability-workshop/local-hosting/orbstack
Run the script and provide and instance name and SWiPE ID e.g.:
./start.sh my-instance 12345678
Once 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>@orb
Once in the shell, you can validate that the instance is ready by running the following command:
kubectl version --output=yaml
To get the IP address of the instance, run the following command:
ifconfig eth0
To delete the instance, run the following command:
orb delete my-instance