Pod
A pod is the smallest and simplest unit in the Kubernetes object model that you create or deploy. A pod encapsulates an application's container (or, in some cases, multiple containers), storage resources, a unique network identity (IP address), as well as options that govern how the container(s) should run. A pod represents a single instance of an application in Kubernetes, which might consist of either a single container or a small number of containers that are tightly coupled and that share resources.
Creating a Pod from a YAML File
- Log in to the cluster console. Choose Workloads > Pods, and click Create from YAML.
- On the displayed Create from YAML page, edit the YAML file.
- Click OK.
Related Operations
- View Events: You can set search criteria, such as the time segment during which an event is generated or the event name, to view related events.
- View Container: You can view the container name, status, image, and restarts of the pod.
- View YAML: You can view the YAML file of the pod.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot