- Lab
- A Cloud Guru
Prerequisites to Deploying OpenShift on Azure
In this lab you will be creating a key vault in an existing resource group to use for your OpenShift installation. You will be generating a an ssh key and storing it in the key vault. You will need to use the Azure CLI tools in the cloud shell using bash.
Path Info
Table of Contents
-
Challenge
Configure Cloud Shell
Set up Cloud Shell by clicking the Cloud Shell button in the top-right corner of the screen:
- Use the same location as your lab provided resource group.
- Use the lab provided subscription.
- Use the existing resource group, and create a new storage account.
- Under File share, choose the radio button for Create new and specify okdcloudshell as the new file share name.
- Click Create Storage.
-
Challenge
Create a Key Vault Using Azure CLI
Now Use the Cloud Shell that we just created to run the Azure CLI
keyvault create
command to create a key vault to store our SSH key in that we will create in the next task. -
Challenge
Generate SSH Keys
Now in the Cloud Shell, we will need to generate SSH keys. We will store them in the
.ssh
directory and name itopenshift_rsa
. Make sure not to use a passphrase. -
Challenge
Store Your SSH Key in the Key Vault
Store your SSH key that you just created in the last task in your key vault using the
keyvault secret set
Azure CLI command.
What's a lab?
Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.
Provided environment for hands-on practice
We will provide the credentials and environment necessary for you to practice right within your browser.
Guided walkthrough
Follow along with the author’s guided walkthrough and build something new in your provided environment!
Did you know?
On average, you retain 75% more of your learning if you get time for practice.