Access container logs using the kubectl client tool:
shell
kubectl logs --tail=10086 pod-idFor environments with a logging platform deployed, you can use Grafana or Kibana for more comprehensive log inspection. Refer to the Logging System chapter.
