JN0-214 · Question #46
JN0-214 Question #46: Real Exam Question with Answer & Explanation
The correct answer is A. routes B. build. Option A: Routes are unique to OpenShift and provide a way to expose services externally by mapping a hostname to a service. They are built on top of Kubernetes Ingress but offer additional features like TLS termination and wildcard support. Option B: Builds are unique to OpenShi
Question
Options
- Aroutes
- Bbuild
- Cingress
- Dservices
Explanation
Option A: Routes are unique to OpenShift and provide a way to expose services externally by mapping a hostname to a service. They are built on top of Kubernetes Ingress but offer additional features like TLS termination and wildcard support. Option B: Builds are unique to OpenShift and represent the process of transforming source code into container images. OpenShift provides build configurations and strategies (e.g., Docker, S2I) to automate this process, which is not natively available in Kubernetes.
Community Discussion
No community discussion yet for this question.