Skip to content

Latest commit

 

History

History
28 lines (13 loc) · 1.15 KB

README.md

File metadata and controls

28 lines (13 loc) · 1.15 KB

Azure Red Hat OpenShift deployment

Azure Red Hat OpenShift (ARO) provides highly available, fully managed OpenShift clusters on demand, monitored and operated jointly by Microsoft and Red Hat. Kubernetes is at the core of Red Hat OpenShift. The service-level agreement (SLA) is 99.95 percent availability.

This playbook simplifies the deployment of an Azure Red Hat OpenShift cluster using an Ansible playbook. The playbook automates the tutorial found here: https://docs.microsoft.com/en-us/azure/openshift/tutorial-create-cluster

Prerequesties for running this playbook:

The Azure CLI binary - https://docs.microsoft.com/en-us/cli/azure/

The latest oc & kubectl CLI binaries - https://mirror.openshift.com/pub/openshift-v4/clients/ocp/latest/

Recommendations:

An OpenShift Pull Secret - https://cloud.redhat.com While not required to deploy ARO, an image pull secret provides authentication for the cluster to access services and registries which serve the container images for OpenShift components.

Written Instructions

YouTube Tutorial