Juniper
JN0-214 · Question #23
You are asked to run a container in a Kubernetes environment. What should you do to accomplish this task?
The correct answer is C. Define a YAML manifest for the container and its resources. Kubernetes uses YAML (or JSON) manifests to define the desired state of resources, including containers, pods, and services. A YAML manifest specifies details like container images, resource limits, environment variables, and networking.
Cloud Fundamentals
Question
You are asked to run a container in a Kubernetes environment. What should you do to accomplish this task?
Options
- ACreate a JINJA2 template for the container and its resources.
- BCreate a WYSYG definition for the container and its resources.
- CDefine a YAML manifest for the container and its resources.
- DDefine an XML configuration for the container and its resources.
How the community answered
(42 responses)- A2% (1)
- B10% (4)
- C83% (35)
- D5% (2)
Explanation
Kubernetes uses YAML (or JSON) manifests to define the desired state of resources, including containers, pods, and services. A YAML manifest specifies details like container images, resource limits, environment variables, and networking.
Topics
#Kubernetes#YAML manifest#container deployment
Community Discussion
No community discussion yet for this question.