Setting Up Tratteria Agents

Tratteria Agents are sidecar container agents that verify TraTs in microservices.

Tratteria agents are injected into microservices pods to verify TraTs. To integrate Tratteria agents into microservices, follow the instructions from Tratteria Agent’s readme.

After successfully integrating Tratteria Agents, you should be able to see running Tratteria agent sidecars alongside your application microservices containers. For example, below are the running Order service pods from the Tratteria example application’s dev environment.

kubectl get pod -n alpha-stocks-dev | grep order

Output:

order-556d94cfdc-gs9ww       2/2     Running   0          63m
order-556d94cfdc-hjfwd       2/2     Running   0          63m

Each Order service replica has two containers. The second container is the Tratteria agent sidecar container.

Next, proceed to writing Tratteria Kubernetes resources for specifying how to generate and verify TraTs for your application APIs: Generating and Verifying TraTs.


For a practical example of installing Tratteria on a microservice application, refer to the Tratteria example application.

On this page: