Access Kyma application logs

Get insights into your applications (microservices, Functions...) by viewing the respective logs.

To check out real-time logs immediately, use the Kubernetes functionalities - either with kubectl, or in Kyma Dashboard.

Kubernetes logs in Kyma Dashboard

You can view real-time logs in Kyma Dashboard:

  1. Open Kyma Dashboard and select the Namespace.
  2. Access the Pod and select the container.
  3. Click View Logs.

Kubernetes logs using kubectl

Alternatively, to see real-time logs in your terminal, run the following command:

Click to copy
kubectl logs {POD_NAME} --namespace {NAMESPACE_NAME} --container {CONTAINER_NAME}