Pod

Help users to manage Pods, etc.

A Pod (Pod) is the smallest unit of Kubernetes orchestration, a group of containers that share the same runtime environment. They are typically created automatically through orchestrations such as deployment, statefulset, and jobs.

Entry: In the cloud management platform click on the top left corner of navigation menu, and click “Containers/Applications/Container Groups” menu item in the left menu bar that pops up to enter the Container Groups page.

View Pods

This function is used to filter Pod information based on clusters and namespaces.

  1. In the Pod page, by default, you can view the Pod information of all namespaces under a cluster.

  2. When there are multiple clusters in the environment, click the cluster input box on the right side of the list and select other clusters to view the Pod information of all namespaces under other clusters.

  3. When there are multiple namespaces under the cluster, click the input box on the right side of the namespace above the list, select the namespace, and view the Pod information under the specified namespace.

View/Edit

This function is used to view and modify the yaml file of the Pod under the specified cluster.

  1. On the Pod page, click the “More” button on the right action bar of the Pod, select the drop-down menu “View/Edit” menu item to bring up the View/Update dialog box.
  2. Support viewing and editing yaml file information of Pod.
  3. After editing the yaml file, click the “OK” button to take effect.

Delete Pod

This function is used to delete a Pod.

Delete

  1. On the Pod page, click the “Delete” button in the right action column of the Pod, and the action confirmation dialog box pops up.
  2. Click the “OK” button to delete the Pod and its related resources.

Batch delete

  1. Select one or more Pods in the Pod list, and click the “Delete” button at the top of the list to bring up the action confirmation dialog box.
  2. Click the “OK” button to delete the Pod and related resources.

View Pod details

This function is used to view the Pod details.

  1. On the Container Group page, click the Container Group Name item to enter the Container Group Details page.
  2. View the following information: Cloud ID, ID, name, status, tag, cluster, namespace, IP, restart count, node, QoS level, created at, etc.

View Container Group Terminal

This feature is used to view Pods as a terminal.

In the Container Group page, click the Container Group Name item to enter the Container Group Details page. Click the “Terminal” tab to enter the terminal page. 3. When there are multiple containers in the Pod, you can switch the container terminal by the input box on the right side of the container. 4. Perform management and maintenance operations in the container terminal.

View logs

This function is used to view the Pod log information.

  1. On the Pod page, click the Pod name item to enter the Pod details page.
  2. Click the Log tab to enter the Log page.
  3. When there are multiple containers in the Pod, you can switch the container terminal by the input box on the right side of the container. Check “Filter by recent time” and set the time to display the container logs of the corresponding time.

View Containers

This function is used to view the containers in the Pod.

  1. On the Container Group page, click the Container Group Name item to enter the Container Group Details page.
  2. Click the Containers tab to enter the Containers page. View the name, image, environment variables, commands, parameters, etc. of the container.

View Initialized Containers

This function is used to view the initialized containers. The initialization container is Init Container, which contains some useful tools, etc. For details, please see Init Container a2c4g.11186623.2.17.3670442eOj4NPG).

  1. On the Container Group page, click the Container Group Name item to enter the Container Group Details page.
  2. Click the Initialize Containers tab to enter the Initialize Containers page. View the name, image, environment variables, commands, parameters, etc. of the initialized container.

View Status

This function is used to view the current status of a Pod.

  1. On the Pod page, click the Pod name item to enter the Pod details page.
  2. Click the Status tab to enter the Status page.
  3. View the current status of the Pod.

View Events

This feature is used to record the occurrence of resource object events, including the content, source, cause, and created at, for troubleshooting purposes.

  1. On the Container Group page, click the Container Group Name item to enter the Container Group Details page.
  2. Click the Events tab to enter the Events page. View the content, source, cause, and created at of the event.

View source information

This function is used to view and edit the yaml information of the Pod.

  1. On the Pod page, click the Pod name item to enter the Pod details page. Click the “Source Information” tab to enter the source information page.
  2. Click the “Copy Content” button to copy the yaml file information of the node.
  3. After updating the yaml file, click the “Update” button.

View Operation Log

This function is used to view the operation logs related to the Pod.

  1. On the Pod page, click the Pod name item to enter the Pod details page.
  2. Click the Operation Log tab to enter the Operation Log page.
    • Load More Logs: In the Operation Logs page, the list shows 20 operation logs by default. To view more operation logs, click the “Load More” button to get more logs.
    • View Log Details: Click the “View” button on the right column of the operation log to view the log details. Copy details are supported.
    • View logs of specified time period: If you want to view the operation logs of a certain time period, set the specific date in the start date and end date at the top right of the list to query the log information of the specified time period.
    • Export logs: Currently, only the logs displayed on this page are supported to be exported. Click the upper-right corner of icon, set the export data column in the pop-up export data dialog, and click the “OK” button to export the logs.