Skip to content

Commit 1ee6c3d

Browse files
authored
Enhance Azure Red Hat OpenShift documentation
Added references and expanded content on Red Hat OpenShift and Azure Red Hat OpenShift, including key differences between ARO and AKS.
1 parent 4191abf commit 1ee6c3d

1 file changed

Lines changed: 36 additions & 1 deletion

File tree

0_Azure/8_AzureApps/demos/1_Compute/2_Azure_RedHatOpenShift.md

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,34 @@ Last updated: 2025-10-23
1010

1111
----------
1212

13+
`Red Hat OpenShift is built on open source technologies, but the commercial Red Hat OpenShift product itself is not fully open source. Instead, its upstream community project called OKD (Origin Kubernetes Distribution) is the open source version that powers Red Hat OpenShift`
14+
1315
> Red Hat OpenShift is a Kubernetes-based container platform, and Azure Red Hat OpenShift (ARO) is the same OpenShift technology but offered as a fully managed service running on Azure infrastructure, jointly operated and supported by Microsoft and Red Hat.
1416
1517
<details>
1618
<summary><b>List of References</b> (Click to expand)</summary>
1719

1820
- [Azure Red Hat OpenShift](https://learn.microsoft.com/en-us/azure/openshift/intro-openshift)
21+
- [What is Azure Kubernetes Service (AKS)?](https://learn.microsoft.com/en-us/azure/aks/what-is-aks)
22+
- [Microsoft Azure Red Hat OpenShift explained](https://cloud.redhat.com/learn/microsoft-azure-red-hat-openshift-explained)
23+
- [Azure Red Hat OpenShift documentation](https://learn.microsoft.com/en-us/azure/openshift/)
24+
- [Core concepts for Azure Kubernetes Service (AKS)](https://learn.microsoft.com/en-us/azure/aks/core-aks-concepts)
25+
- [Red Hat OpenShift vs. Kubernetes](https://www.redhat.com/en/technologies/cloud-computing/openshift/red-hat-openshift-kubernetes)
26+
- [Azure Red Hat OpenShift pricing](https://azure.microsoft.com/en-us/pricing/details/openshift/)
27+
- [Azure Kubernetes Service (AKS) pricing](https://azure.microsoft.com/en-us/pricing/details/kubernetes-service/)
28+
- [Four benefits from Red Hat and Microsoft for Azure Red Hat OpenShift customers](https://www.redhat.com/en/blog/four-benefits-red-hat-and-microsoft-azure-red-hat-openshift-customers)
29+
- [OpenShift](https://github.com/openshift) - GH org
30+
- [Red Hat OpenShift Ecosystem](https://github.com/redhat-openshift-ecosystem) - GH org
31+
32+
</details>
33+
34+
35+
<details>
36+
<summary><b>Table of Content</b> (Click to expand)</summary>
37+
38+
- [What is Red Hat OpenShift?](#what-is-red-hat-openshift)
39+
- [Core Advantages of ARO](#core-advantages-of-aro)
40+
- [Key Differences Between ARO and AKS](#key-differences-between-aro-and-aks)
1941

2042
</details>
2143

@@ -46,7 +68,20 @@ Last updated: 2025-10-23
4668
4769
## Key Differences Between ARO and AKS
4870

49-
> - **AKS** is cheaper and simpler if you want raw Kubernetes with Azure integrations.
71+
> - **AKS** is cheaper and simpler if you want raw Kubernetes with Azure integrations.
72+
73+
<img width="750" alt="image" src="https://github.com/user-attachments/assets/3da60e89-3ce3-4752-9b29-ac5802d8461c" />
74+
75+
> Cluster:
76+
77+
<img width="1947" height="662" alt="image" src="https://github.com/user-attachments/assets/6fd33c2b-47d1-4bb3-b021-2fa86e868383" />
78+
79+
> Nodes:
80+
<img width="1561" height="578" alt="image" src="https://github.com/user-attachments/assets/d9c22fb5-d8e7-4270-8bce-f7ef3b4b23b0" />
81+
82+
> Namespaces:
83+
<img width="500" height="380" alt="image" src="https://github.com/user-attachments/assets/5e22e14e-3af3-475b-8f0d-abecee0d50b7" />
84+
5085
>- **ARO** is more expensive but delivers **enterprise‑grade features, compliance, and reduced operational overhead**, ideal for regulated industries and large enterprises.
5186
5287
| **Aspect** | **Azure Red Hat OpenShift (ARO)** | **Azure Kubernetes Service (AKS)** |

0 commit comments

Comments
 (0)