This repo contains experiments on running containerized services on kubernetes.
To setup a local cluster with k3d, you can follow the instructions on local-registry. It will also setup an optional local docker registry.
On the subfolders, you can find various "micro-services" (pun intended) used as scaffolding for learning Spring, DAPR, FastApi, etc..
If it is the first time you see a ".rest" file, it is one of the supported file extensions for the excellent Rest Client.
Each sidecar populates the self-hosted Zipkin by default.
Check the tracing by visiting http://localhost:9411/zipkin.
The dapr dashboard can be used to get an overview of what is running:
dapr dashboard -p 9988