Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Umbau auf Seitenstandard für "excerpts_big"

...

Multiexcerpt
MultiExcerptNamekubernetes_tab


On top of the Kubernetes section, you find the information about

  • API Version: D efines the versioned schema of this representation of a Kubernetes workload.
  • Labels: Map of string keys and values that can be used to organize and categorize (scope and select) workloads.
  • Annotations: U nstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata.

Click Show all to display all available labels or annotations.

Below this information, you can find the two tabs Pod and Networking.


kubernetes_tab_pod

CHECK: Excerpt contains anchor link AND corresponding anchor

Info
titleUsed on:

...

Multiexcerpt
MultiExcerptNamekubernetes_tab_pod

Tab Pod contains the sections General and Container. The information displayed in the two sections is read-only.

Pod - General

change_replica_number

Section General contains common information about the Pod:

NameVersion name of the Pod.
Type
Shows the internal type of the replication controller.
Scaling

If available, you can adapt the number of Pod replicas , (see below).

Replicas

Shows the number of Pod replicas.

Icon ColorStatus
Green Running
Orange Starting
Red Not running/erroneous


Additional LabelsShows additional Pod labels if set.
Anchor
change_replica_number


Scaling the Number of Replicas

Move the position of the slider to the desired number of replicas you want to set.

Click Apply.

A pop-up window opens displaying the number of replicas before and after the change.

Click Scale to confirm your choice or Cancel to abort.

The new number of replicas is displayed after a refresh of the browser tab.

Pod - Container

ports_and_volumes

Section Container consists of several tabs, one tab for each container.

Anchor
ports_volumes
ports_volumes

The content of the tabs is the same for all containers and displays the container details:

NameName of the container.
ImageImage of the container.
Ports and VolumesSee below.
Memory and CPU

Shows the container limitations. If a container exceeds its memory request and the node that it runs on becomes short of memory overall, it is likely that the Pod the container belongs to will be evicted.

Limitations cannot be changed by users. They are set during system deployment


LimitsRequests
Memory If the memory limit is exceeded, the container will run in state OutOfMemory and then be killed.
If a container exceeds its memory request and the node that it runs on becomes short of
memory overall, it is likely that the Pod the container belongs to will be
evicted.
CPU

If the CPU limit is exceeded, the container will be throttled, the process will slow down.

If the CPU memory request exceeds the nodes (server) capacity, the P od can be stopped and stared on a different node.


Tip

Visit the official Kubernetes documentation for more information:

Anchor
ports_and_volumes



If you click the link Ports and Volumes, the container details open in a separate pop-up.

  • Ports: Displays a list of all ports exposed in the internal network.
  • Volumes: Lists all mounted volumes.

Use the filter on top of each list to search for single ports or volumes.