|
| 1 | +--- |
| 2 | +title: Federated Edge Observability |
| 3 | +date: 2025-02-01 |
| 4 | +tier: sandbox |
| 5 | +summary: This pattern uses OpenShift Virtualization to simulate an edge environment for VMs which then report metrics via OpenTelemetry. |
| 6 | +rh_products: |
| 7 | +- Red Hat OpenShift Container Platform |
| 8 | +- Red Hat Ansible Automation Platform |
| 9 | +- Red Hat OpenShift Virtualization |
| 10 | +- Red Hat Enterprise Linux |
| 11 | +- Red Hat OpenShift Data Foundation |
| 12 | +industries: |
| 13 | +aliases: /federated-edge-observability |
| 14 | +links: |
| 15 | + install: getting-started |
| 16 | + help: https://groups.google.com/g/validatedpatterns |
| 17 | + bugs: https://github.com/validatedpatterns-sandbox/federated-edge-observability/issues |
| 18 | +ci: federatedobservability |
| 19 | +--- |
| 20 | + |
| 21 | +:toc: |
| 22 | +:imagesdir: /images |
| 23 | +:_content-type: ASSEMBLY |
| 24 | +include::modules/comm-attributes.adoc[] |
| 25 | + |
1 | 26 | == Federated Edge Observability |
2 | 27 |
|
3 | 28 | === Background |
4 | 29 |
|
5 | | -Organizations are interested in accelerating their deployment speeds and |
6 | | -improving delivery quality in their Edge environments, where many |
7 | | -devices may not fully or even partially embrace the GitOps philosophy. |
8 | | -Further, there are VMs and other devices that can and should be managed |
9 | | -with Ansible. This pattern explores some of the possibilities of using |
10 | | -an OpenShift-based Ansible Automated Platform deployment and managing |
11 | | -Edge devices, based on work done with a partner in the Chemical space. |
| 30 | +Organizations are interested in accelerating their deployment speeds and improving delivery quality in their Edge environments, where many devices may not fully or even partially embrace the GitOps philosophy. |
| 31 | +Further, there are VMs and other devices that can and should be managed with Ansible. This pattern explores some of the possibilities of using an OpenShift-based Ansible Automated Platform deployment and managing Edge devices, based on work done with a partner in the Chemical space. |
12 | 32 |
|
13 | | -This pattern uses OpenShift Virtualization (the productization of |
14 | | -Kubevirt) to simulate the Edge environment for VMs. |
| 33 | +This pattern uses OpenShift Virtualization (the productization of Kubevirt) to simulate the Edge environment for VMs. |
15 | 34 |
|
16 | 35 | ==== Solution elements |
17 | 36 |
|
18 | | -* How to use a GitOps approach to manage virtual machines, either in |
19 | | -public clouds (limited to AWS for technical reasons) or on-prem |
| 37 | +* How to use a GitOps approach to manage virtual machines, either in public clouds (limited to AWS for technical reasons) or on-prem |
20 | 38 | OpenShift installations |
21 | 39 | * How to integrate AAP into OpenShift |
22 | 40 | * How to manage Edge devices using AAP hosted in OpenShift |
|
0 commit comments