-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
72 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
# Clusters | ||
You can get the library to create demo clusters for you on AWS, GCP, or Azure. That can be set using the `--cloud` flag | ||
You can get the repository to create demo clusters for you on AWS, GCP, or Azure. That can be set using the `--cloud` flag | ||
and requires the respective cloud CLI to be installed and authorized on your system. You will also need to specify the | ||
`CLUSTER_LOCATION`, `CLUSTER_MACHINE_TYPE`, `CLUSTER_NODE_COUNT` and `GCP_PROJECT` (for GCP only) parameters in the .env file. | ||
`CLUSTER_LOCATION`, `CLUSTER_MACHINE_TYPE`, `CLUSTER_NODE_COUNT`, and `GCP_PROJECT` (for GCP only) parameters in the .env file. | ||
|
||
You can find examples of .env files under each of the `src/clouds` folders: | ||
- [AWS](../src/clouds/aws/.env.example) | ||
- [GCP](../src/clouds/gcp/.env.example) | ||
- [Azure](../src/clouds/azure/.env.example) | ||
You can find examples of .env files here: | ||
- [AWS](https://github.com/TykTechnologies/tyk-k8s-demo/tree/main/src/clouds/aws/.env.example) | ||
- [GCP](https://github.com/TykTechnologies/tyk-k8s-demo/tree/main/src/clouds/gcp/.env.example) | ||
- [Azure](https://github.com/TykTechnologies/tyk-k8s-demo/tree/main/src/clouds/azure/.env.example) | ||
|
||
For more information about cloud CLIs: | ||
- AWS: | ||
- [aws](https://aws.amazon.com/cli/) | ||
- GCP: | ||
- [gcloud](https://cloud.google.com/sdk/gcloud) | ||
- `GOOGLE_APPLICATION_CREDENTIALS` environment variable per [google's documentation](https://cloud.google.com/docs/authentication/application-default-credentials) | ||
- `GOOGLE_APPLICATION_CREDENTIALS` environment variable per [documentation from Google](https://cloud.google.com/docs/authentication/application-default-credentials) | ||
- Azure: | ||
- [az](https://learn.microsoft.com/en-us/cli/azure/install-azure-cli) |
Oops, something went wrong.