The Kubernetes object definition file is in YAML format789. Kubernetes objects are represented in the Kubernetes API, and you can express them in .yaml format7. You can execute kubectl get deployment -o yaml to get the deployment definition in a yaml format8.
Question 2
What is an OpenShift route?
Options:
A.
It provisions endpoints for a service.
B.
It allows pods to communicate across clusters.
C.
It provisions external access to a service.
D.
It allows pods to communicate across namespaces.
Answer:
C
Explanation:
Explanation:
An OpenShift route is a way to provision external access to a service. A route exposes a service at a host name, such as that external clients can use to access the service. A route can also specify security options, such as TLS termination, and load balancing options, such as round robin or least connection
Question 3
Which statement is correct about overlay or underlay networks or fabrics?
Options:
A.
Underlay fabrics decouple network services from the overlay infrastructure.
B.
Overlay networks are Layer 3 networks that must use OSPF for routing purposes.
C.
Underlay fabrics enable multitenancy through virtualization.
D.
Overlay networks are virtual networks.
Answer:
D
Explanation:
Explanation:
Overlay networks are indeed virtual networks. They are logical constructs that stitch together disparate, dispersed network infrastructure, often referred to as underlay1. Underlay networks refer to the physical network infrastructure, while overlay networks implement network virtualization concepts2. References from Juniper site: Baeldung on Computer Science, PacketFabric, Cisco, HPE Aruba Networking