Updated 10. Setting the solution up in ACS Kubernetes (markdown)
parent
c707fd5acb
commit
bb55182bdc
@ -306,7 +306,7 @@ The script will build the .NET Core code, SPA TypeScript code and corresponding
|
|||||||
While deploying eShopOnContainers with the script, you can see the Docker image repositories being created in your **Azure Container Registry** which happens right before deploying to Kubernetes, at the Azure's portal:
|
While deploying eShopOnContainers with the script, you can see the Docker image repositories being created in your **Azure Container Registry** which happens right before deploying to Kubernetes, at the Azure's portal:
|
||||||
<img src="img/kubernetes/azure-container-service-repos.png">
|
<img src="img/kubernetes/azure-container-service-repos.png">
|
||||||
|
|
||||||
Another deployment example would be to "NOT create the Docker images" and "NOT to use your Azure Container Registry" but instead just deploy the already available eShopOncontainer images already available at Docker Hub (Public Docker Registry). In this case, it won't be using your code but the Docker images created by us, though.
|
Another deployment example would be to "do NOT build the Docker images" and to "do NOT use your Azure Container Registry" but instead just deploy the eShopOncontainer images already available at Docker Hub (Public Docker Registry). In this case, it won't be using your code but the Docker images built and pushed by us to Docker Hub, though.
|
||||||
|
|
||||||
>```
|
>```
|
||||||
>.\deploy.ps1 -configFile .\conf_local.yml -buildImages $false -imageTag dev
|
>.\deploy.ps1 -configFile .\conf_local.yml -buildImages $false -imageTag dev
|
||||||
|
Loading…
x
Reference in New Issue
Block a user