Logging, Monitoring, and Tracing
This page contains a list of frequently asked questions related to logging, monitoring, and tracing capabilities in KubeRocketCI.
How to Check Logs for Applications Running in an Environment?​
warning
Before proceeding, ensure logging is enabled for your platform and that your application is configured to write logs to standard output.
To access logs for applications running in a specific environment, KubeRocketCI offers several methods through its UI:
Using KubeRocketCI UI:
- Via Deployment Flows Section:
- Navigate to Deployment Flows, select
<Deployment Flow name>
, and click the Kibana icon located at the top-left corner of the EnvironmentSwimlane
.
- Navigate to Deployment Flows, select
- Via Deployment Flow Details Page:
- Access each Deployment Flow details page to find Kibana links at the top.
- Through Argo CD Integration:
- Go to the Deployment Flows page, choose the desired
<Deployment Flow name>
, and click on the Argo CD icon. Within the Argo CD UI, select the application of interest (useful if you run more than one), click on Pod(s), and then select the Logs tab.
- Go to the Deployment Flows page, choose the desired