Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vermacodes committed Sep 13, 2022
1 parent 3462281 commit 0418e32
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
This project helps you deploy AKS using different patterns using terraform.

## Requirements
- **Linux** At this time you need to use Linux environments. If you are using windows, you can [install WSL by following instructions here](https://docs.microsoft.com/en-us/windows/wsl/install).
- **Operating System** At this time we only have linux scripts available and thats why you need to use Linux environments. If you are using windows, you can [install WSL by following instructions here](https://docs.microsoft.com/en-us/windows/wsl/install). If you are using MacOS, it should work but never tested.
- **Terraform** As we will be using terraform to create resources, you need to [install terraform by following instructions here](https://learn.hashicorp.com/tutorials/terraform/install-cli).

## Instructions
Expand All @@ -15,10 +15,14 @@ This project helps you deploy AKS using different patterns using terraform.
- You can run these scripts in following format
- `/bin/bash scriptname.sh pattern-name`
- For example, `/bin/bash apply.sh aks-standard-lb-2`
- Be sure to destroy the infrastucre after you are done with your tests using destroy script.
- Be sure to destroy the infrastructure after you are done with your tests using destroy script.

## Patterns

|Name|Description|
------|----------
aks-standard-lb-2 | This deploys a public aks cluster with standard lb egress type|
aks-private-standard-lb | This deploys a private aks cluster with standard lb egress trype
aks-udr-firewall | This deploys private aks cluster with egress type userDefinedRouting. This uses Azure Firewall to restrict egress traffic and all [required egress traffic](https://docs.microsoft.com/en-us/azure/aks/limit-egress-traffic#required-outbound-network-rules-and-fqdns-for-aks-clusters) is allowed.
aks-udr-firewall-2 | **Under Construction.** This will replace aks-udr-firewall and will rely on newer terraform modules.
aks-standard-lb | *Deprecated*

0 comments on commit 0418e32

Please sign in to comment.