Skip to content

Commit 4191abf

Browse files
authored
Expand Azure Red Hat OpenShift documentation
Added core advantages and key differences between Azure Red Hat OpenShift and Azure Kubernetes Service.
1 parent 9cfac4c commit 4191abf

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

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

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,42 @@ Last updated: 2025-10-23
2727
> - Developer-friendly: It `simplifies building, deploying, and scaling applications in containers, with integrated CI/CD pipelines, developer tools, and security features.`
2828
> - Hybrid cloud:` OpenShift can run on-premises, in private clouds, or on public clouds, giving flexibility to enterprises.`
2929
30+
## Core Advantages of ARO
31+
32+
`Azure Red Hat OpenShift`
33+
34+
- Fully managed clusters: Microsoft and Red Hat jointly operate ARO, `handling upgrades, patching, and infrastructure so customers focus on apps.`
35+
- Enterprise security and compliance: Built-in `Entra ID (Azure Active Directory) integration, role-based access control, and compliance with standards like ISO, SOC, HIPAA, and GDPR.`
36+
- Hybrid cloud flexibility: Seamless `extension to on-premises or edge environments using Azure Arc, enabling consistent management across environments.`
37+
- Integrated monitoring and logging: Azure Monitor and Log Analytics `provide observability into workloads, clusters, and applications.`
38+
- Global availability: Azure’s worldwide `datacenter footprint ensures low latency, disaster recovery, and compliance with local regulations.`
39+
40+
> Integration Benefits with Azure:
41+
> - Identity and access management: ARO integrates with Azure Entra ID (Azure Active Directory) for `single sign-on and secure role-based access.`
42+
> - DevOps and CI/CD pipelines: `Native integration with GitHub Actions, Azure DevOps, and Jenkins accelerates application delivery.`
43+
> - Networking and storage: `Azure Virtual Network, Load Balancer, and Blob Storage integrate directly with OpenShift workloads.`
44+
> - Security services: Azure Security Center and Defender for Cloud extend `protection to containerized workloads.`
45+
> - Data and AI services: Applications running on `ARO can easily consume Azure services like Cosmos DB, Azure AI, and Synapse Analytics.`
46+
47+
## Key Differences Between ARO and AKS
48+
49+
> - **AKS** is cheaper and simpler if you want raw Kubernetes with Azure integrations.
50+
>- **ARO** is more expensive but delivers **enterprise‑grade features, compliance, and reduced operational overhead**, ideal for regulated industries and large enterprises.
51+
52+
| **Aspect** | **Azure Red Hat OpenShift (ARO)** | **Azure Kubernetes Service (AKS)** |
53+
|------------|-----------------------------------|------------------------------------|
54+
| **Platform** | Kubernetes + OpenShift enterprise features | Vanilla Kubernetes |
55+
| **Management** | Fully managed by Microsoft + Red Hat (patching, upgrades, infra) | Control plane managed by Microsoft; worker nodes managed by you |
56+
| **Operating System** | Red Hat Enterprise Linux CoreOS (hardened, auto‑updated) | Azure Linux or Windows Server nodes |
57+
| **Developer Tools** | Built‑in CI/CD (Tekton), GitOps (ArgoCD), Source‑to‑Image (S2I), integrated registry | Requires separate setup (Azure DevOps, GitHub Actions, Jenkins, ACR) |
58+
| **Security & Compliance** | Hardened defaults, enterprise certifications (ISO, SOC, HIPAA, GDPR) | Secure but requires manual configuration for compliance |
59+
| **Identity Integration** | Native Azure AD + OpenShift RBAC | Native Azure AD RBAC |
60+
| **Monitoring & Logging** | Prometheus, Grafana, EFK stack + Azure Monitor | Azure Monitor, Log Analytics (add‑ons for Prometheus/Grafana) |
61+
| **Networking** | Azure VNet + OpenShift Service Mesh (Istio‑based) | Azure VNet + Kubernetes ingress controllers |
62+
| **Hybrid Cloud** | Seamless with Azure Arc + Red Hat ACM | Works with Azure Arc, but less opinionated |
63+
| **Support Model** | Joint Microsoft + Red Hat enterprise support | Microsoft support only |
64+
| **Pricing** | Higher (VMs + OpenShift license fee per node) | Lower (VMs only, control plane free) |
65+
| **Best Fit** | Enterprises needing turnkey, compliant, production‑ready Kubernetes | Teams comfortable managing Kubernetes themselves, cost‑sensitive workloads |
3066

3167

3268
<!-- START BADGE -->

0 commit comments

Comments
 (0)