Updated 10. Setting the solution up in AKS (Azure Kubernetes Service) (markdown)

Cesar De la Torre 2018-05-17 15:52:40 -07:00
parent fec823056f
commit 63e93c66cd

@ -88,9 +88,6 @@ After a successful execution you can check the AKS Kubernetes cluster in Azure p
![image](https://user-images.githubusercontent.com/1712635/40206473-10327e02-59e5-11e8-90d6-d1fcfaa9b4a4.png) ![image](https://user-images.githubusercontent.com/1712635/40206473-10327e02-59e5-11e8-90d6-d1fcfaa9b4a4.png)
### Important: Keep your credentials/secrets for AKS, Kubernetes and ACR
# Check your Kubernetes Cluster Dashboard # Check your Kubernetes Cluster Dashboard
@ -126,7 +123,17 @@ You should see the Kubernetes dashboard, similar to the following screenshot if
![image](https://user-images.githubusercontent.com/1712635/40207519-c6c2e4e6-59e9-11e8-8f9e-60f6a15ef3ab.png) ![image](https://user-images.githubusercontent.com/1712635/40207519-c6c2e4e6-59e9-11e8-8f9e-60f6a15ef3ab.png)
## Important: Store your credentials/secrets for Kubernetes and ACR in a safe place!
The script and Azure CLI create all the infrastructure very easily. However, if you want to re-use the same Kubernetes credentials or re-use the same Azure ACR registry, it is important that you store your credentials in a safe place.
## Kubernetes credentials
TBD
## ACR credentials
TBD
# Deploy the eShopOnContainers application into the Kuberentes cluster with the deployment script # Deploy the eShopOnContainers application into the Kuberentes cluster with the deployment script