Skip to content

Examine container status

The Pods page provides a comprehensive view of all Pods in your Olares environment, allowing you to manage them at the smallest granularity offered by Kubernetes.

This guide shows you how to check the status and export logs of your containers.

View container status

Click on a Pod in the list takes you to the Pod details page, where you can:

  • View container logs.
  • Access the container environment.
  • View container ports and environment variables.
  • Open the Pod's YAML configuration in a read-only view.

    TIP

    You cannot edit the YAML configuration directly from this view. The YAML is managed by Olares through workload templates and webhooks.

pod detail

Export container logs for troubleshooting

To effectively diagnose and resolve issues, you may need to examine detailed logs from your containers.

  1. In the Browse column, navigate to your application, then go to Deployments > Containers.
  2. Locate the container that's experiencing issues (with an orange dot).
  3. Click the article button next to the container.
  4. In the pop-up log window, you have the following options to manage the logs:
    • Click the download_2 button to download the entire log file.
    • Click the autorenew button to refresh and see the latest log entries.
    • Click the play_pause button to start or pause the log updating in real-time.