Use this repository to set up a tutorial environments with a single virtual machine with the s390x systems and processor architecture
On your local device, run the following commands in a terminal window:
git clone https://github.com:/rrschulze/ibm-cloud-s390x-single-vm
cd ibm-cloud-s390x-single-vm/terraform
terraform init
terraform apply -auto-approve
- Provide the IBM Cloud API key
- Provide your public ssh key
- Make note of the
ipv4_address
andipv4_internal
values assigned to the virtual machine - Wait for 2 mins to allow the
cloud-init
process to be completed on the virtual machine - Logon to the virtual machine
ssh -l labuser <ipv4_address>
To install prometheus, jaeger, loki and grafana, perform these steps:
git clone https://github.com/rrschulze/ibm-cloud-s390x-single-vm
cd ibm-cloud-s390x-single-vm/tools
sudo docker compose up -d
- Verify containers are up with
sudo docker ps
- Jaeger UI:
https://<ipv4_address>:16686/
- Prometheus UI:
https://<ipv4_address>:9090/
- Grafana UI:
https://<ipv4_address>:3000/