Once the deployment is running, here’s how to check its status and health.Documentation Index
Fetch the complete documentation index at: https://docs.tensor9.com/llms.txt
Use this file to discover all available pages before exploring further.
From Your Infrastructure
- Kubernetes
- AWS
Check controller status:View controller logs:Check resource usage:View recent events:
Application Telemetry
If you and we agree to enable application telemetry, the controller can forward operational metrics to our monitoring systems. This enables us to proactively detect issues and provide better support. What gets forwarded (when enabled):- Application health metrics (uptime, error rates)
- Resource utilization (CPU, memory)
- Deployment status changes
- Your secrets or credentials
- Your other workloads’ metrics
- Network traffic data
- User data processed by the application
Health Checks
The controller performs regular health checks on the application:- Pod readiness - Are the application containers running and ready to serve traffic?
- Liveness - Is the application responding to health probes?
- Connectivity - Can the controller communicate with our systems?