Skip to content

Commit

Permalink
02
Browse files Browse the repository at this point in the history
  • Loading branch information
Houssem Dellai committed Sep 23, 2024
1 parent 9e99bc6 commit fe25a02
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions 02_kubernetes_aks/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,14 @@ Or this link to create it through the command line: [docs.microsoft.com/en-us/az
az acr create --name acraks013579 -g rg-aks-cluster --sku Standard
```

### 4.1. Attach the ACR to the AKS cluster

`AKS` needs to be attached to the `ACR` to be able to pull images from it.

```sh
az aks update --name aks-cluster --resource-group rg-aks-cluster --attach-acr acraks013579
```

### 4.2. Building an image in ACR

You can use `docker build` to build an image in your local machine, assuming you have docker installed.
Expand Down

0 comments on commit fe25a02

Please sign in to comment.