Valid C_KYMD_01 Dumps shared by ExamDiscuss.com for Helping Passing C_KYMD_01 Exam! ExamDiscuss.com now offer the newest C_KYMD_01 exam dumps, the ExamDiscuss.com C_KYMD_01 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com C_KYMD_01 dumps with Test Engine here:
Which of the following metrics are mandatory in a service manifest? Note: There are 3 correct Answers to this question.
Correct Answer: C,D,E
Explanation A service manifest is a YAML file that defines a service, which is a Kubernetes resource that groups a set of pods and provides a way to access them within a cluster1. A service manifest must have the following mandatory metrics2: Kind: The kind of the resource, which must be Service for a service manifest. Type: The type of the service, which determines how the service is exposed. The possible values are ClusterIP, NodePort, LoadBalancer, or ExternalName3. Ports: The list of ports that the service exposes. Each port must have a name, a protocol, and a port number. References: 1: Kubernetes / Services 2: Kubernetes / Service - v1 core 3: Kubernetes / Publishing Services (ServiceTypes)