Red Hat OpenShift on Amazon Web Services at Red Hat Summit 2023

View a selection of deep-dive discussions, presentations, and demonstrations from Red Hat Summit detailing the different implementations of Red Hat OpenShift Service on Amazon Web Services. 

Using GitLab Runners on Red Hat OpenShift Service on Amazon Web Services (ROSA)

24 mins

When using GitLab CI/CD, users are already experiencing high processing speeds on a given cloud instance. GitLab Runners might be able to help with this problem by further optimizing your Red Hat OpenShift Service on AWS (ROSA) pipelines.

What is GitLab CI/CD?

GitLab CI/CD is a powerful continuous integration and deployment tool built directly into GitLab. This helps organizations automate our development process by building, testing, and deploying code automatically after a push and commit action. GitLab Runner is an application that works with CI/CD to run jobs in pipelines.

Why use GitLab CI/CD?

There are a variety of benefits that are available for users once they apply GitLab CI/CD to their OpenShift instances. 

  • Speed: Users that employ AWS code pipelines can still suffer high processing times. CI/CD can reduce down these times significantly and reduce overall load to the services. 
  • Standardization: Having multiple environments for deployment can mean that your technology can fit all use cases (and those yet to come!). Using CI/CD also allows for consolidation of multiple toolsets into a singular option for developers. This cuts down on the time needed to get developers up to speed on new building and deployment tools. 
  • GitOps process: GitLab CI/CD has multiple triggers and variables within the tool UI for ease of use. This can reduce any conflicts in deployment or requests made, as they can be called using the same options across the board.

Architecture

Architecture diagram showing a Gitlab runner living on a ROSA cluster and communicating to a GitLab instance.

In a given environment like the example above, the GitLab runner could live on a ROSA cluster (or any OpenShift instance) in order to facilitate pipelines to multiple applications. The runner also pulls from an external GitLab instance and cluster via a single registration token. 

Multiple runners can be associated with each namespace as well. This can come in handy if your configuration uses tags to specify which runner per environment/cluster you wish to reference for specific actions. 

GitLab runners are highly customizable as they can be assigned to separate projects or shared across multiple.
 

Pipelines

When configuring your repository, be sure that you include a GitLab YAML file, where specific metadata will be stored about your pipelines. This includes tags, workflow rules, stages and other necessary data for the processes to run after merge or commit requests are received.

Example image of YAML configuration file showing workflow rules, default tags, stage options and variables.
Above example image of YAML configuration file.
  • Workflow: Defines when pipelines should specifically enact these jobs. In the example above, the GitLab runner is enacting the job whenever a merge or commit request is submitted. 
  • Tags: Applies when there are multiple pipelines available. Tags can tell which pipeline to run and when. 
  • Stages: Further defines when a pipeline should be run according to which stage a job is at. 
  • Variables: Applies when multiple namespaces/applications are nested within the cluster or environment. 

Additional rules can be defined in the code for each stage of the job. These settings can be changed as your work processes grow or scale down, providing greater flexibility. 

To view a demo of how GitLab Runners can be applied to a given job for faster performance, watch our live demo here. Note: you will need a Red Hat account to view the video. 

Watch the demo

Red Hat logoGithubredditYoutubeTwitter

자세한 정보

평가판, 구매 및 판매

커뮤니티

Red Hat 문서 정보

Red Hat을 사용하는 고객은 신뢰할 수 있는 콘텐츠가 포함된 제품과 서비스를 통해 혁신하고 목표를 달성할 수 있습니다. 최신 업데이트를 확인하세요.

보다 포괄적 수용을 위한 오픈 소스 용어 교체

Red Hat은 코드, 문서, 웹 속성에서 문제가 있는 언어를 교체하기 위해 최선을 다하고 있습니다. 자세한 내용은 다음을 참조하세요.Red Hat 블로그.

Red Hat 소개

Red Hat은 기업이 핵심 데이터 센터에서 네트워크 에지에 이르기까지 플랫폼과 환경 전반에서 더 쉽게 작업할 수 있도록 강화된 솔루션을 제공합니다.

Theme

© 2026 Red Hat
맨 위로 이동