Find the Best Cosmetic Hospitals

Explore trusted cosmetic hospitals and make a confident choice for your transformation.

โ€œInvest in yourself โ€” your confidence is always worth it.โ€

Explore Cosmetic Hospitals

Start your journey today โ€” compare options in one place.

OpenShift Install & Configurations using Azure Red Hat OpenShift (ARO) with Azure Portal

Here is the latest step-by-step guide (as of May 2026) to install and configure OpenShift using Azure Red Hat OpenShift (ARO) directly from the Azure Portal.


โ˜๏ธ What is Azure Red Hat OpenShift (ARO)?

FeatureDescription
NameAzure Red Hat OpenShift (ARO)
ProviderJointly managed by Microsoft Azure + Red Hat
TypeFully managed OpenShift 4.x cluster (no need to manage VMs or OS)
BillingPay-as-you-go via Azure subscription
Best Use CaseEnterprises needing production-ready OpenShift on Azure
Latest Version (2026)OpenShift 4.14+

๐Ÿงฐ Prerequisites

โœ… Azure Requirements:

  • Azure subscription (with sufficient quota)
  • Azure AD permissions to create resources
  • Resource group and virtual network (or permission to create them)

โœ… Permissions:

  • Role: Owner or Contributor for the subscription
  • Network Contributor role for VNet, if using an existing VNet

โœ… Location:

  • ARO is supported in many Azure regions (e.g., East US, West Europe)

๐Ÿš€ Step-by-Step Guide to Deploy ARO via Azure Portal


๐Ÿ”น Step 1: Sign In to Azure Portal


๐Ÿ”น Step 2: Search for Azure Red Hat OpenShift

  • In the top search bar, type: Azure Red Hat OpenShift
  • Click the Azure Red Hat OpenShift service from the results.
  • Click Create.

๐Ÿ”น Step 3: Fill in the Basics

FieldExample / Notes
SubscriptionChoose your Azure subscription
Resource GroupCreate new or use existing (e.g., aro-rg)
Cluster NameE.g., my-arocluster
RegionChoose supported region (e.g., East US)
DomainCustom domain prefix (e.g., myapps)

The FQDN will become: myapps.<region>.aroapp.io


๐Ÿ”น Step 4: Configure Networking

  1. You can choose to:
    • Use an existing virtual network
    • Or let Azure create one for you (recommended for beginners)
  2. If you use an existing VNet:
    • Ensure two empty subnets: one for Master nodes and one for Worker nodes
    • Both subnets must have service endpoints enabled for Microsoft.ContainerService

๐Ÿ”น Step 5: Select Cluster Size

Node TypeRecommended
Master3 nodes (default, fixed)
WorkerMinimum 3 (can scale up later)
VM Sizee.g., Standard_D8s_v3 for workers

๐Ÿ”น Step 6: Authentication Configuration

  • Use Azure Active Directory (AAD) or configure local users.
  • Youโ€™ll be asked to configure:
    • Cluster admin group
    • Cluster user group

These are AAD security groups used for OpenShift access control.


๐Ÿ”น Step 7: Review + Create

  • Azure will validate your settings.
  • Click Create.

๐Ÿš€ It takes 30โ€“45 minutes to provision the full cluster.


โœ… After Deployment: Accessing the ARO Cluster

1. Web Console

  • Once deployment completes, go to ARO resource in the Azure Portal.
  • Click OpenShift web console link.

2. Log in as Cluster Admin

  • Use Azure AD credentials for admin group members.

3. Access via oc CLI

  1. Install oc CLI from:
    ๐Ÿ‘‰ https://mirror.openshift.com/pub/openshift-v4/clients/oc/latest/
  2. Log in using the command:
oc login https://api.<domain>.aroapp.io:6443 --token=<your-token>
Code language: HTML, XML (xml)

Token can be obtained from the web console under Copy Login Command.


๐Ÿ” Day 2 Operations (Post-Install)

TaskHow-To
Scale worker nodesUse Azure Portal or CLI
Install OperatorsFrom OpenShift OperatorHub
Manage Projects/AppsOpenShift Console โ†’ Developer view
Monitor HealthConsole โ†’ Observe tab (Prometheus, Grafana)
RBAC & PermissionsManage via OpenShift Console or CLI

๐Ÿ“Œ Tips & Best Practices

TipDescription
Use Azure AD for RBACSimplifies user and group management
Avoid editing master nodesTheyโ€™re managed by Azure/Red Hat
Set up autoscaling (optional)For cost-efficient cluster scaling
Tag your Azure resourcesHelps with billing and cost management

๐Ÿ“š References


Find Trusted Cardiac Hospitals

Compare heart hospitals by city and services โ€” all in one place.

Explore Hospitals
Iโ€™m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at <a href="https://www.cotocus.com/">Cotocus</a>. I share tech blog at <a href="https://www.devopsschool.com/">DevOps School</a>, travel stories at <a href="https://www.holidaylandmark.com/">Holiday Landmark</a>, stock market tips at <a href="https://www.stocksmantra.in/">Stocks Mantra</a>, health and fitness guidance at <a href="https://www.mymedicplus.com/">My Medic Plus</a>, product reviews at <a href="https://www.truereviewnow.com/">TrueReviewNow</a> , and SEO strategies at <a href="https://www.wizbrand.com/">Wizbrand.</a> Do you want to learn <a href="https://www.quantumuting.com/">Quantum Computing</a>? <strong>Please find my social handles as below;</strong> <a href="https://www.rajeshkumar.xyz/">Rajesh Kumar Personal Website</a> <a href="https://www.youtube.com/TheDevOpsSchool">Rajesh Kumar at YOUTUBE</a> <a href="https://www.instagram.com/rajeshkumarin">Rajesh Kumar at INSTAGRAM</a> <a href="https://x.com/RajeshKumarIn">Rajesh Kumar at X</a> <a href="https://www.facebook.com/RajeshKumarLog">Rajesh Kumar at FACEBOOK</a> <a href="https://www.linkedin.com/in/rajeshkumarin/">Rajesh Kumar at LINKEDIN</a> <a href="https://www.wizbrand.com/rajeshkumar">Rajesh Kumar at WIZBRAND</a> <a href="https://www.rajeshkumar.xyz/dailylogs">Rajesh Kumar DailyLogs</a>

Related Posts

List of all Job Roles, Job Titles in Software and IT Companies

The software and IT industry is home to a diverse array of job roles and titles, reflecting the dynamic and ever-evolving nature of technology. From core technical…

Read More

Best DevOps Tools in 2024

hereโ€™s a clear, structured breakdown of the Best DevOps Tools (grouped by categories), so you can use it for learning, training, or posts. ๐Ÿš€ Best DevOps Tools…

Read More

OpenShift Install & Configurations using OpenShift Local in windows laptops/desktops

Below is the 100% correct and updated step-by-step guide to install and configure OpenShift Local (aka CRC) on Windows 10/11 laptops or desktops using the correct crc…

Read More

Openshift: How to configure Azure openshift ARO with Custom Domain

Step-by-Step Guide: Configuring Azure Red Hat OpenShift (ARO) with a Custom Domain Setting up a custom domain for your ARO cluster involves both Azure and DNS provider…

Read More

Openshift: Lab 10 – View performance information using the OpenShift web console

Rajesh Kumar Iโ€™m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at…

Read More

Openshift: How to add Helm Repository in Openshift

Adding a Helm repository in OpenShift is a common step to manage and deploy Helm charts in your OpenShift cluster. OpenShift supports Helm CLI out of the…

Read More
Subscribe
Notify of
guest
0 Comments
Newest
Oldest Most Voted
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x