Page cover

Pods

Pods are the smallest and basic units that can be created and managed by Kubernetes in the Deka GPU Service Portal. Pod contains one or more containers that share a network for a single cluster IP address, shared storage called volumes, and information about other resources. On the Workloads page, select Pods tab.

Pods

There are several features available in the Pods section of the Workloads page in the Deka GPU Service Portal, including.

Pods Feature

a. The Search column is used to search for Pods on the Name and Namespace columns in the Pods table.

b. The Create Pods button is used to create new pod in Kubernetes. For more details on creating a new pod, you can see subsection 2.2.1.1 Create New Pods

c. The Pods table displays a list of Pods used in your project in Kubernetes on the Deka GPU Service Portal.

Column
Description

Name

Shows the names of the Pods.

Namespace

Displays where the Pod isolates the resources in the cube cluster.

Ready

Displays the readiness state of the Pod. If the Pod is in a "Ready" state, the format displayed is "1/1," indicating the number of running containers compared to the total available containers in the Pod.

Status

Displays the current state of the Pod.

Event

Displays the number of events associated with the Pod, such as failures.

Restart

Displays the number of times the Pod has been restarted by containers due to failures.

Node

Displays the virtual node where the Pod is running within the Kubernetes cluster.

Created

Displays the timestamp when the Pod was created.

Action

  1. The Shell feature is used to access Pods through the terminal interface. For more details on how to use the shell, refer to subsection 2.2.1.2 Access Console.

  2. The Show YAML File feature allows you to view and update resource configurations in the Kubernetes cluster in YAML format. For more details on using the Show YAML File button, refer to subsection 2.2.1.3 Configuration Pod.

  3. The Delete Pods feature is used to delete Pod configurations that are no longer needed in Kubernetes. For more details on using the Delete Pods button, refer to subsection 2.2.1.4 Delete Pods.

Last updated