From dcf6a5a2c32d80525c0e32b40a28167511f5d3b7 Mon Sep 17 00:00:00 2001 From: Justin Zhang Date: Wed, 21 May 2025 11:32:36 -0400 Subject: [PATCH] docs: document k8s cluster access on aks via azure-cli Currently onboarding members have trouble accessing aks clusters for The Zone, this change will inform onboarding members of which subscription service to use when accessing aks via the Azure cli tool. --- docs/dev/getting-started/login.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/dev/getting-started/login.md b/docs/dev/getting-started/login.md index e4ef364b1..e51447af9 100644 --- a/docs/dev/getting-started/login.md +++ b/docs/dev/getting-started/login.md @@ -12,3 +12,17 @@ - Go to - Login with your cloud email (firstname.lastname@cloud.statcan.ca) and password + +## Logging into Azure-Cli +- On your Cloud VM (Linux), install Azure CLI using the following command: `curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash` + * Further details on installation can be found here: +- Login using the command `az login`, use your cloud email (firstname.lastname@cloud.statcan.ca) and password + +### Accessing AAW & DAS clusters on AKS (Azure Kubernetes Service) +- Ensure you are logged into Azure-Cli +- Set your subscription to the subscription name `AAW` +- You should now be able to access clusters such as `das-dev-cc-00-aks` + + + +