1.

What are Red Hat OpenShift Pipelines?

Answer»

Red Hat OPENSHIFT Pipelines is a Kubernetes-based cloud-native continuous INTEGRATION and continuous delivery (CI/CD) SYSTEM. It abstracts away the underlying implementation details by using Tekton BUILDING pieces to automate deployments across different platforms. For defining CI/CD pipelines, Tekton presents a set of standard custom resource definitions (CRDS) that are transferable between Kubernetes distributions.

The following are the features of Red Hat OpenShift Pipelines are:

  • Red Hat OpenShift Pipelines is a serverless CI/CD system that runs pipelines in isolated containers with all essential dependencies.
  • Pipelines from Red Hat OpenShift are built for dispersed teams working with microservice-based architecture.
  • Red Hat OpenShift Pipelines leverage standard CI/CD pipeline definitions that are simple to modify and integrate with existing Kubernetes tools, allowing for on-demand scaling.
  • You may utilise Red Hat OpenShift Pipelines to create images that are portable across any Kubernetes platform using Kubernetes capabilities like Source-to-Image (S2I), Buildah, Buildpacks, and Kaniko.
  • Create Tekton resources, examine pipeline run logs, and manage pipelines in your OpenShift Container Platform namespaces using the OpenShift Container Platform Developer console.


Discussion

No Comment Found