We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94954bf commit bbacf9fCopy full SHA for bbacf9f
docs/Infra/k8s-basics/intro.md
@@ -7,12 +7,12 @@ Keep in mind that the aim of this guide is not to provide a complete overview of
7
## Tools needed
8
If you want to monitor or make changes to the pods:
9
- Azure Cli
10
-- Kubectl
11
12
If you want to make changes to the infrastructure:
13
- Terraform
14
- [Pre-Commits](https://github.com/antonbabenko/pre-commit-terraform)
15
16
## Configure the tools
17
- Login in Azure CLI using az login
18
-- Configure Kubectl using ```az aks get-credentials --resource-group rg-polinetwork --name aks-polinetwork```
+- Install Kubectl and Kubelogin by running ```sudo az aks install-cli```
+- Configure Kubectl using ```az aks get-credentials --resource-group rg-polinetwork --name aks-polinetwork```
0 commit comments