Updated 10. Setting the solution up in AKS (Azure Kubernetes Service) (markdown)
parent
6e40f2e5ef
commit
d3a247045f
@ -88,10 +88,38 @@ After a successful execution you can check the AKS Kubernetes cluster in Azure p
|
||||
|
||||

|
||||
|
||||
### Important: Keep your credentials/secrets for AKS, Kubernetes and ACR
|
||||
|
||||
|
||||
|
||||
# Check your Kubernetes Cluster Dashboard
|
||||
|
||||
To open your Kubernetes dashboard, complete the following steps:
|
||||
|
||||
* Open Azure CLI version 2.0.27 or later in PowerShell or CommandLine window. This will not work in cloud shell and must be running on your local machine.
|
||||
|
||||
* If you do not already have `kubectl` installed in your CLI, run the following command:
|
||||
|
||||
>```
|
||||
>az aks install-cli
|
||||
>```
|
||||
|
||||
* Get the credentials for your cluster by running the following command:
|
||||
|
||||
>```
|
||||
>az aks get-credentials --resource-group YoureShopAksResgroup --name YoureShopAksCluster
|
||||
>```
|
||||
|
||||
* Open the Kubernetes dashboard by running the following command:
|
||||
|
||||
>```
|
||||
>az aks browse --resource-group YoureShopAksResgroup --name YoureShopAksCluster
|
||||
>```
|
||||
|
||||
You should see the Kubernetes dashboard, similar to the following screenshot:
|
||||
|
||||
|
||||
XXXXXXXXXXXXXXXXXXXXXXXXXXXXX
|
||||
|
||||
# Deploy the eShopOnContainers application into the Kuberentes cluster with the deployment script
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user