- Expose a workload
- Expose and secure a workload
- Security
- Cannot connect to a service exposed by an APIRule
- External DNS management
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:
- Open Kyma Dashboard and select the Namespace.
- Access the Pod and select the container.
- 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}