Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions docs/infrastructure/01-Introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,13 @@ Why not a simple VM?
AKS gives us the flexibility of a 10s pod deployment, reliability (with ArgoCD ensuring all pods are up and running all the time) and allows us to be more precise and clean in our infrastructure, with better monitoring and allocated resources for each application depending on the importance.

## About this documentation
:::important
Most of the docs explain procedures with the Azure CLI and the Kubernetes CLI.
Make sure to [install and configure them](./Tutorials/setup#azure-cli--kubectl) to follow along.
Alternatively, you can see the [official Azure documentation](https://learn.microsoft.com/en-us/azure/?product=popular) for how to use the Azure portal.
:::

The best place to start is going through the [Tutorials](./Tutorials/setup) section to get a high level overview of how things are organized.

If you're looking for a guide on how to achieve a specific outcome, you can look in the [How To Guides](./How%20To%20Guides/Adding%20a%20Secret).

The best place to start is going through the [Tutorials](./Tutorials/setup) section to get a high level overview of how things are organized.
If you're looking for a guide on how to achieve a specific outcome, you can look in the [Guides](./Guides/Add%20a%20Secret).

Loading
Loading