-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcatalog.yaml
132 lines (127 loc) · 5.78 KB
/
catalog.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
# Example catalog.yaml. A hybrid cloud patterns community catalog.yaml which features all
# available patterns should be created after this specification is defined and agreed on.
version: alpha
organization:
name: Hybrid Cloud Patterns
description: >
Open source repository of cloud native solution patterns. This repository
is maintained by Red Hat with contributions from customers and partners.
maintainers:
- name: Validated Patterns Team
email: [email protected]
url: https://github.com/hybrid-cloud-patterns
patterns:
- name: Multi-cloud GitOps
description: A simple architecture for managing multiple clusters using GitOps
longDescription: >
This pattern demonstrates a simple architecture for managing multiple
clusters using GitOps. It can be used as a good starting point for
experimenting with other products in a multi-cluster architecture.
branch: main
gitRepo: https://github.com/hybrid-cloud-patterns/multicloud-gitops.git
maintainers:
- name: Validated Patterns Team
email: [email protected]
products:
- Red Hat Advanced Cluster Management
- Red Hat OpenShift GitOps
- Hashicorp Vault
type: Validated
url: https://hybrid-cloud-patterns.io/patterns/multicloud-gitops/
- name: Medical Diagnosis
description: A pattern for doing AI/Ml on images
longDescription: >
This pattern demonstrates a simple architecture for deploying an images
recognition and processing application. This Validated Pattern is based
on a demo implementation of an automated data pipeline for chest Xray analysis
previously developed by Red Hat. The original demo can be found here. It
was developed for the US Department of Veteran Affairs.
branch: main
gitRepo: https://github.com/hybrid-cloud-patterns/medical-diagnosis.git
maintainers:
- name: Validated Patterns Team
email: [email protected]
products:
- Red Hat Advanced Cluster Management
- Red Hat OpenShift GitOps
- OpenShift Serverless
- OpenDataHub
- Hashicorp Vault
type: Validated
url: https://hybrid-cloud-patterns.io/patterns/medical-diagnosis/
- name: Multicluster DevSecOps
description: A horizontal solution for multicluster DevSecOps use cases
longDescription: >
This pattern demonstrates a horizontal solution for multicluster
DevSecOps use cases. It is derived from the multi-cloud GitOps pattern
with added products to provide a complete DevSecOps workflow. This
includes CI/CD pipelines with security gates; image scanning, signing and
storage in a secure registry; deployment to secured clusters that provide
advanced security monitoring and alerting.
branch: main
gitRepo: https://github.com/hybrid-cloud-patterns/multicluster-devsecops.git
maintainers:
- name: Validated Patterns Team
email: [email protected]
products:
- Red Hat Advanced Cluster Management
- Red Hat OpenShift GitOps
- Red Hat OpenShift Pipelines
- Red Hat Quay Enterprise
- Red Hat Open Data Foundation
- Red Hat Advanced Cluster Security
- Hashicorp Vault
type: Community
url: https://hybrid-cloud-patterns.io/patterns/multicluster-devsecops/
- name: Industrial Edge
description: A horizontal solution for Industrial Edge use cases
longDescription: >
This pattern demonstrates a horizontal solution for Industrial Edge use
cases. It is derived from the MANUela work done by Red Hat Middleware
Solution Architects in Germany in 2019/20. The name MANUela stands for
MANUfacturing Edge Lightweight Accelerator, you will see this acronym in
a lot of artifacts.
branch: stable
gitRepo: https://github.com/hybrid-cloud-patterns/industrial-edge.git
maintainers:
- name: Validated Patterns Team
email: [email protected]
products:
- Red Hat OpenShift GitOps
- Red Hat OpenShift Pipelines
- Red Hat AMQ
- Red Hat AMQ Streams
- Red Hat Integration
- Quay.io
- Open Data Hub
- Seldon
- Hashicorp Vault
type: Validated
url: https://hybrid-cloud-patterns.io/patterns/industrial-edge/
- name: Retail
description: This pattern demonstrates a pattern that models the store side of a retail application.
longDescription: >
This pattern demonstrates a pattern that models the store side of a retail application.
It is derived from the Quarkus Coffeeshop Demo done by Red Hat Solution Architects.
The demo models the use of multiple application microservices which use Kafka messaging
to interact and a Postgres database to persist data. (There is a homeoffice analytics
suite in the demo that we hope to include in a later version of the pattern.
This demo pulls together several different strands of the demo and allows for multiple
stores to be installed on remote clusters via ACM if the user desires.
The demo allows users to go to the store’s web page, order drinks and food items,
and see those items “made” and served by the microservices in real time.
The pattern includes build pipelines and a demo space, so that changes to the
applications can be tested prior to “production” deployments.
branch: main
gitRepo: https://github.com/hybrid-cloud-patterns/retail.git
maintainers:
- name: Validated Patterns Team
email: [email protected]
products:
- Red Hat Advanced Cluster Management
- Red Hat OpenShift GitOps
- Red Hat OpenShift Pipelines
- Red Hat AMQ Streams
- Hashicorp Vault
type: Community
url: https://hybrid-cloud-patterns.io/patterns/retail/