Updated 10. Setting the solution up in AKS (Azure Kubernetes Service) (markdown)
parent
fec823056f
commit
63e93c66cd
@ -88,9 +88,6 @@ 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
|
# Check your Kubernetes Cluster Dashboard
|
||||||
|
|
||||||
@ -126,7 +123,17 @@ You should see the Kubernetes dashboard, similar to the following screenshot if
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
## 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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user