|
| 1 | +--- |
| 2 | +title: Tutorial - Connect to an Azure Red Hat OpenShift 4 cluster |
| 3 | +description: Learn how to connect a Microsoft Azure Red Hat OpenShift cluster |
| 4 | +author: suvetriv |
| 5 | +ms.author: suvetriv |
| 6 | +ms.topic: tutorial |
| 7 | +ms.service: container-service |
| 8 | +ms.date: 04/24/2020 |
| 9 | +#Customer intent: As a developer, I want learn how to create an Azure Red Hat OpenShift cluster, scale it, and then clean up resources so that I am not charged for what I'm not using. |
| 10 | +--- |
| 11 | + |
| 12 | +# Tutorial: Connect to an Azure Red Hat OpenShift 4 cluster |
| 13 | + |
| 14 | +In this tutorial, part two of three, you will connect to an Azure Red Hat OpenShift (ARO) cluster running OpenShift 4 as the kube-admin user through the OpenShift web console. You learn how to: |
| 15 | +> [!div class="checklist"] |
| 16 | +> * Obtain `kube-admin` credentials for your cluster |
| 17 | +> * Install the OpenShift CLI |
| 18 | +> * Connect to an ARO cluster using the OpenShift CLI |
1 | 19 |
|
2 | 20 | ## Connect to the cluster
|
3 | 21 |
|
@@ -29,13 +47,13 @@ You can find the cluster console URL by running the following command, which wil
|
29 | 47 |
|
30 | 48 | Launch the console URL in a browser and login using the `kubeadmin` credentials.
|
31 | 49 |
|
32 |
| - |
| 50 | + |
33 | 51 |
|
34 | 52 | ## Install the OpenShift CLI
|
35 | 53 |
|
36 | 54 | Once you're logged into the OpenShift Web Console, click on the **?** on the top right and then on **Command Line Tools**. Download the release appropriate to your machine.
|
37 | 55 |
|
38 |
| - |
| 56 | + |
39 | 57 |
|
40 | 58 | You can also download the latest release of the CLI appropriate to your machine from <https://mirror.openshift.com/pub/openshift-v4/clients/ocp/latest/>.
|
41 | 59 |
|
@@ -63,3 +81,15 @@ Login to the OpenShift cluster's API server using the following command. Replace
|
63 | 81 | ```azurecli-interactive
|
64 | 82 | oc login $apiServer -u kubeadmin -p <kubeadmin password>
|
65 | 83 | ```
|
| 84 | + |
| 85 | +## Next steps |
| 86 | + |
| 87 | +In this part of the tutorial, you learned how to: |
| 88 | +> [!div class="checklist"] |
| 89 | +> * Obtain `kube-admin` credentials for your cluster |
| 90 | +> * Install the OpenShift CLI |
| 91 | +> * Connect to an ARO cluster using the OpenShift CLI |
| 92 | +
|
| 93 | +Advance to the next tutorial: |
| 94 | +> [!div class="nextstepaction"] |
| 95 | +> [Delete an Azure Red Hat OpenShift cluster](tutorial-delete-cluster.md) |
0 commit comments