Updated docs
This commit is contained in:
Родитель
52001b3e75
Коммит
b80aaa1b3a
|
@ -1,5 +1,7 @@
|
|||
# IaC
|
||||
This folder contains IaC code for bicep and terraform and instructions on how to deploy the [AKS Baseline Reference Implementation](https://github.com/mspnp/aks-baseline) using either of the two languages.
|
||||
This folder contains IaC code for bicep and terraform and instructions on how to deploy the [AKS Baseline Reference Implementation](https://github.com/mspnp/aks-baseline) using either of the two languages:
|
||||
* Deployment using [bicep](./IaC/../bicep/README.md)
|
||||
* Deployment using [terraform](./IaC/../terraform/README.md)
|
||||
|
||||
After the deployment of the cluster, you can [validate](https://github.com/mspnp/aks-baseline/blob/main/11-validation.md) it and then when you are done you can [clean it up](https://github.com/mspnp/aks-baseline/blob/main/12-cleanup.md).
|
||||
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
ASP.Net App - GitOps Scenario
|
||||
|
||||
TODO
|
||||
To deploy your application through GitOps, you need to have a GitOps solution such as [Flux](https://fluxcd.io/) or [ArgoCD](https://argoproj.github.io/cd/) deployed in your cluster.
|
||||
|
||||
## Overview
|
||||
|
||||
TODO
|
||||
If you followed the instructions in the [IaC](./../IaC/README.md) page of this repo, the cluster that you deployed will have the Flux add-on already bootstrapped.
|
||||
|
||||
To setup the image and the manifest file for the _ASP.Net Hello World_ application to be deployed through GitOps (flux), run manually the workflow [app-AspNet-GitOps.yml](./../.github/workflows/app-AspNet-GitOps.yml).
|
Загрузка…
Ссылка в новой задаче