For checking logs of running Redteaming jobs, you can leverage the Argo Workflows dashboard by port-forwarding it to your local system:
# Port-forward the Argo server
kubectl -n enkryptai-stack port-forward svc/argo-server 2746:2746
Then open your browser and access the dashboard at: https://localhost:2746
Monitoring is an optional but highly recommended part of the deployment to ensure observability, performance visibility, and troubleshooting capabilities across the cluster and applications.
Type | Tool / Stack | Description |
---|---|---|
Metrics | Prometheus (kube-prometheus-stack ) |
Collects and visualizes cluster and application-level metrics. |
Logs | Loki | Lightweight log aggregation system that integrates seamlessly with Grafana. |
Tracing | OpenTelemetry (OTel) | Captures distributed traces, metrics, and logs for deeper insight into application behavior. Note tracing is not supported for Redteam jobs |
The monitoring stack is not part of the EnkryptAI stack by default. However, it can be installed alongside EnkryptAI to enable full observability.