Difference between revisions of "Ingress with the wildcard ssl certificate of Lets Encrypt on AKS"

From ESS-WIKI
Jump to: navigation, search
Line 1: Line 1:
 
== First thing on Azure ==
 
== First thing on Azure ==
  
*Please refer to [https://docs.microsoft.com/en-us/cli/azure/install-azure-cli?view=azure-cli-latest Install the Azure CLI] and install az command.
+
1. Please refer to [https://docs.microsoft.com/en-us/azure/cloud-shell/quickstart Quickstart for Bash in Azure Cloud Shell] and enter the azure bash.
  
*Login your account by using "'''az login'''".
+
2. Show you account information by typing "'''az account show'''" and note your <u>'''subscription id'''</u> and <u>'''tenant id'''</u> be showed as the following picture.
*Show you account information by typing "'''az account show'''" and note&nbsp;your subscription id and tenant id be showed as the following picture.
 
  
  [[File:Aks wsc le ids.png|RTENOTITLE]]
+
      [[File:Aks wsc le ids.png|RTENOTITLE]]
  
*
+
4. Use "az aks get-credentials --resource-group &lt;your-resource-group-of-your-aks&gt; --name &lt;your-aks-name&gt;" to get the access right of '''kubectl'''
*
 

Revision as of 09:50, 11 July 2019

First thing on Azure

1. Please refer to Quickstart for Bash in Azure Cloud Shell and enter the azure bash.

2. Show you account information by typing "az account show" and note your subscription id and tenant id be showed as the following picture.

     RTENOTITLE

4. Use "az aks get-credentials --resource-group <your-resource-group-of-your-aks> --name <your-aks-name>" to get the access right of kubectl