Checking the log for a pod
You can view the logs for each individual Kubernetes pod to check the status of your applications and troubleshoot problems. By default, you have to refresh the log manually, but there is also the option of enabling live logs, which makes the content refresh automatically every 10 seconds.
To view the logs for a pod:
- In the upper-right corner of the screen, selectAdministration> Overview.
- From the menu on the Bamboo administration page, under Ephemeral agents, select Pods.
On the Manage pods and ephemeral agents page, select a pod from the list.
On the Pod details page, under Pod logs, select Show.
You can control the log’s display size by selecting the number of lines to show from the Log size menu.
To refresh the log, select Refresh.
Optionally, if you want to see a live log (refreshed automatically every 10 seconds), under Fetch log, select Automatically.
関連ページ