nerdexam
Juniper

JN0-214 · Question #46

When considering OpenShift and Kubernetes, what are two unique resources of OpenShift? (Choose two.)

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…

Cloud Fundamentals

Question

When considering OpenShift and Kubernetes, what are two unique resources of OpenShift? (Choose two.)

Options

  • Aroutes
  • Bbuild
  • Cingress
  • Dservices

How the community answered

(36 responses)
  • A
    72% (26)
  • C
    8% (3)
  • D
    19% (7)

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.

Topics

#OpenShift resources#routes#builds#Kubernetes vs OpenShift

Community Discussion

No community discussion yet for this question.

Full JN0-214 Practice