Which tool provides a Kubernetes-native approach to building and running CI/CD pipelines in OpenShift?

Prepare for the Red Hat OpenShift Developer II DO288 Exam with our quizzes. Study with flashcards and multiple choice questions, each with hints and explanations. Get ready for your certification!

Multiple Choice

Which tool provides a Kubernetes-native approach to building and running CI/CD pipelines in OpenShift?

Explanation:
OpenShift Pipelines, built on Tekton, provides a Kubernetes-native way to define and run CI/CD pipelines. It exposes pipeline components as Kubernetes resources (Tasks, Pipelines, PipelineRuns) defined in YAML and runs inside the cluster, leveraging Kubernetes RBAC, service accounts, and the cluster’s scheduling and isolation features. This native integration means pipelines can be triggered by git events, run as pods, and be portable across Kubernetes environments, all without resorting to external agents or separate CI servers. Other tools can operate in OpenShift, but they aren’t built around Kubernetes-native pipeline primitives. Jenkins runs as a traditional application with its own agents; GitLab CI uses runners and external orchestration, not Kubernetes-native CRDs; Argo CD focuses on GitOps for application delivery rather than building and running CI pipelines.

OpenShift Pipelines, built on Tekton, provides a Kubernetes-native way to define and run CI/CD pipelines. It exposes pipeline components as Kubernetes resources (Tasks, Pipelines, PipelineRuns) defined in YAML and runs inside the cluster, leveraging Kubernetes RBAC, service accounts, and the cluster’s scheduling and isolation features. This native integration means pipelines can be triggered by git events, run as pods, and be portable across Kubernetes environments, all without resorting to external agents or separate CI servers.

Other tools can operate in OpenShift, but they aren’t built around Kubernetes-native pipeline primitives. Jenkins runs as a traditional application with its own agents; GitLab CI uses runners and external orchestration, not Kubernetes-native CRDs; Argo CD focuses on GitOps for application delivery rather than building and running CI pipelines.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy