|
1 | 1 | ---
|
2 |
| -title: Building Multi-Architecture Applications with Red Hat OpenShift Pipelines on Red Hat OpenShift 4.18 on AWS |
| 2 | +title: Build multi-architecture applications with Red Hat OpenShift Pipelines on AWS |
3 | 3 |
|
4 | 4 | draft: true
|
5 | 5 | cascade:
|
6 | 6 | draft: true
|
7 | 7 |
|
8 | 8 | minutes_to_complete: 30
|
9 | 9 |
|
10 |
| -who_is_this_for: This learning path is for Openshift administrators interested in migrating their applications to Arm. |
| 10 | +who_is_this_for: This topic is for OpenShift administrators interested in migrating their applications to Arm. |
11 | 11 |
|
12 | 12 |
|
13 | 13 | learning_objectives:
|
14 |
| - - Migrate existing applications to Arm. |
| 14 | + - Migrate existing OpenShift applications to Arm. |
15 | 15 |
|
16 | 16 | prerequisites:
|
17 | 17 | - An AWS account with an OpenShift 4.18 cluster with x86 nodes installed and configured.
|
18 | 18 | - Red Hat OpenShift Pipelines (Tekton) operator installed in your cluster.
|
19 | 19 | - Familiarity with Red Hat OpenShift (oc CLI), container concepts, and basic Tekton principles (Task, Pipeline, PipelineRun).
|
20 | 20 | - Access to your Red Hat OpenShift cluster with cluster-admin or equivalent privileges for node configuration and pipeline setup.
|
21 |
| - - Your application source code in a Git repository. In this example we assume that you have [pipelines-tutorial](https://www.google.com/url?q=https://github.com/openshift/pipelines-tutorial&sa=D&source=editors&ust=1749822472437927&usg=AOvVaw2P4wUOL5KUV-ePkRiv3jJx) built and running on x86. |
22 |
| - - Ensure that the Red Hat OpenShift cluster is using the multi-arch release payload. |
23 | 21 |
|
24 | 22 | author: Jeff Young
|
25 | 23 |
|
26 | 24 | ### Tags
|
27 | 25 | skilllevels: Advanced
|
28 | 26 | subjects: CI-CD
|
29 | 27 | armips:
|
30 |
| - - Aarch64 |
| 28 | + - Neoverse |
31 | 29 | tools_software_languages:
|
32 | 30 | - Tekton
|
33 | 31 | - OpenShift
|
34 | 32 | operatingsystems:
|
35 | 33 | - Linux
|
36 | 34 |
|
| 35 | +further_reading: |
| 36 | + - resource: |
| 37 | + title: Red Hat OpenShift Documentation |
| 38 | + link: https://docs.openshift.com/container-platform/latest/welcome/index.html |
| 39 | + type: documentation |
| 40 | + - resource: |
| 41 | + title: OpenShift Pipelines (Tekton) Documentation |
| 42 | + link: https://docs.openshift.com/container-platform/latest/cicd/pipelines/understanding-openshift-pipelines.html |
| 43 | + type: documentation |
| 44 | + - resource: |
| 45 | + title: OpenShift Multi-Architecture Compute Machines |
| 46 | + link: https://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html/postinstallation_configuration/configuring-multi-architecture-compute-machines-on-an-openshift-cluster |
| 47 | + type: documentation |
| 48 | + - resource: |
| 49 | + title: OpenShift ImageStreams Documentation |
| 50 | + link: https://docs.openshift.com/container-platform/latest/openshift_images/image-streams-managing.html |
| 51 | + type: documentation |
| 52 | + - resource: |
| 53 | + title: Migrating to Multi-Architecture Compute Machines |
| 54 | + link: https://docs.redhat.com/en/documentation/openshift_container_platform/4.18/html-single/updating_clusters/#migrating-to-multi-payload |
| 55 | + type: documentation |
| 56 | + |
37 | 57 | ### FIXED, DO NOT MODIFY
|
38 | 58 | # ================================================================================
|
39 | 59 | weight: 1 # _index.md always has weight of 1 to order correctly
|
40 | 60 | layout: "learningpathall" # All files under learning paths have this same wrapper
|
41 | 61 | learning_path_main_page: "yes" # This should be surfaced when looking for related content. Only set for _index.md of learning path content.
|
42 |
| ---- |
| 62 | +--- |
0 commit comments