AKS allows you to quickly deploy a production ready Kubernetes cluster in Azure, deploy and manage containerized applications more easily with a fully
managed Kubernetes service.
AKS reduces the complexity and operational overhead of managing
Kubernetes by offloading much of that responsibility to Azure. As a
hosted Kubernetes service, Azure handles critical tasks like health
monitoring and maintenance for you. The Kubernetes masters are managed
by Azure. You only manage and maintain the agent nodes. As a managed
Kubernetes service, AKS is free - you only pay for the agent nodes
within your clusters, not for the masters.
We will see how to create AKS cluster in portal Azure.
I'm having trouble accessing logs (or anything else) via az-cli.
i'm getting the below error:
Get Token request
returned http error: 400 and server response:
{"error":"invalid_grant","error_description":"AADSTS50173: The provided
grant has expired due to it being revoked}.
Root cause:
If you did not connect to your azure account for long time, you may get this error. or if you stopped and started azure VM, you may get into this issue.
Solution:
You need to login to Azure account using CLI.
1. az account clear 2. try az login using your latest password, the one you can login azure portal.