A workload is an abstract model of a group of pods. One pod can encapsulate one or more containers. You can click Add Container in the upper right corner to add multiple container images and set them separately.
Parameter |
Description |
---|---|
Container Name |
Name the container. |
Image Name |
Click Select Image and select the image used by the container. If you need to use a third-party image, see Using a Third-Party Image. |
Image Tag |
Select the image tag to be deployed. |
Pull Policy |
Image update or pull policy. If you select Always, the image is pulled from the image repository each time. If you do not select Always, the existing image of the node is preferentially used. If the image does not exist, the image is pulled from the image repository. |
CPU Quota |
|
Memory Quota |
For more information about Request and Limit, see Setting Container Specifications. |
GPU Quota |
It is configurable only when the cluster contains GPU nodes.
|
Privileged Container |
Programs in a privileged container have certain privileges. If Privileged Container is enabled, the container is assigned privileges. For example, privileged containers can manipulate network devices on the host machine and modify kernel parameters. |
Init Container |
Indicates whether to use the container as an init container. An init container is a special container that run before app containers in a pod. For details, see Init Container. |