tux1980 / aro_ansible

Deploy an Azure Red Hat OpenShift cluster using Ansible

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Deploy an Azure Red Hat OpenShift cluster using Ansible

License:GNU General Public License v3.0