This commit is contained in:
Ayobami Ayodeji 2022-03-22 15:45:03 -07:00 коммит произвёл GitHub
Родитель 1b0fe397fb
Коммит ef14b81de2
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 3 удалений

Просмотреть файл

@ -3,7 +3,7 @@ This reference implementation demonstrates the recommended starting (baseline) i
By the end of this, you would have deployed a secure AKS cluster, complient with Enterprise-scale for AKS guidance and best practices. We will also be deploying a workload known as the Ratings app that is also featured in the [Azure Kubernetes Services Workshop](https://docs.microsoft.com/en-us/learn/modules/aks-workshop/). Check out the workshop for some intermediate level training on AKS.
For this scenario, we have various IaC technology that you can choose from depending on your preference. At this time only the Terraform version is available. Below is an architectural diagram of this scenario.
For this scenario, we have various IaC technology that you can choose from depending on your preference. Below is an architectural diagram of this scenario.
![Architectural diagram for the secure baseline scenario.](./media/aks-securebaseline.png)
@ -47,5 +47,3 @@ Pick one of the IaC options below and follow the instructions to deploy the AKS
:arrow_forward: [Terraform](./Terraform)
:arrow_forward: [Bicep](./Bicep)
:arrow_forward: [For ARM, use official AKS Secure Baseline RI](https://github.com/mspnp/aks-secure-baseline)