For the IoT Simulator create a token with the following scopes:
metrics.ingest
metrics.read
metrics.write
WriteConfig
You need:
- docker
- docker-compose
Build the images with:
docker-compose build
Run the system with:
docker-compose up
Run the system and build at the same time (takes some time):
docker-compose up --build
Persist:
curl -k -I http://127.0.0.1:8080/readyz
To create a Kubernetes cluster with this project you need:
- minikube
- kubectl
- helm
Create the cluster with:
cd k8s
./create-cluster.sh dynatrace-demo