< Previous Challenge - Home - Next Challenge >
Red Hat OpenShift is an enterprise-ready Kubernetes container platform with full-stack automated operations to manage hybrid and multi-cloud deployments often referred to as “Enterprise Kubernetes”. It is jointly engineered, operated, and supported by both Microsoft and Red Hat with an integrated support experience.
There are differences between Kubernetes and ARO:
Now that we got that down, it’s time to deploy the Azure Red Hat OpenShift cluster we’ll be using for this hack! You’ll learn how to deploy a cluster, how to access the web console, and how to connect to the ARO cluster.
In this challenge we will deploy our first Azure Red Hat OpenShift cluster. This will give us an opportunity to learn how to use the oc
OpenShift CLI, the Azure CLI to issue OpenShift commands, as well as how to access the ARO Web Console.
--pull-secret @pull-secret.txt
when creating your cluster and replace @pull-secret.txt
with your pull secret filepkn
) that will be used as part of the auto generated DNS name for Openshift console and API serversTo complete this challenge successfully, you should be able to:
az aro list -o table
oc projects
you should see a list of projects if you are connectedoc get nodes