Skip to content

Commit

Permalink
test(mc): add OpenTofu installation link
Browse files Browse the repository at this point in the history
  • Loading branch information
SRodi committed Jan 24, 2025
1 parent a490362 commit 171891d
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions test/multicloud/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,23 @@ This project leverages [OpenTofu](https://opentofu.org/docs/intro/) Infrastructu

## Prerequisites

AKS:
* [OpenTofu installation guide](https://opentofu.org/docs/intro/install/)

1. create an Azure account
2. [Install az](https://learn.microsoft.com/en-us/cli/azure/install-azure-cli)
* AKS:

1. create an Azure account
2. [Install az](https://learn.microsoft.com/en-us/cli/azure/install-azure-cli)

GKE:
* GKE:

1. create a gcloud account, project and enable billing
2. create a service account and service account key
3. [Enable Kubernetes Engine API](https://console.developers.google.com/apis/api/container.googleapis.com/overview?project=mc-retina)
4. [Install gcloud](https://cloud.google.com/sdk/docs/install)
1. create a gcloud account, project and enable billing
2. create a service account and service account key
3. [Enable Kubernetes Engine API](https://console.developers.google.com/apis/api/container.googleapis.com/overview?project=mc-retina)
4. [Install gcloud](https://cloud.google.com/sdk/docs/install)

Kind:
* Kind:

1. Docker installed on the host machine
1. Docker installed on the host machine

## Quickstart

Expand Down

0 comments on commit 171891d

Please sign in to comment.