Catégorie : Kubernetes (Page 10 of 37)

AKS | Start and Stop Node Pool

Hi!

Your AKS workloads may not need to run continuously, for example a development cluster that has node pools running specific workloads. To optimize your costs, you can completely turn off (stop) your node pools in your AKS cluster, allowing you to save on compute costs.

Stop an AKS Node Pool:

az aks nodepool stop --nodepool-name testnodepool --resource-group myResourceGroup --cluster-name myAKSCluster

Start an AKS Node Pool:

az aks nodepool start --nodepool-name testnodepool --resource-group myResourceGroup --cluster-name myAKSCluster

Maxime.

AKS | Deprecated Labels

Hi!

The following labels are planned for deprecation with the release of Kubernetes v1.24. Customers should change any label references to the recommended substitute.

LabelRecommended substituteMaintainer
failure-domain.beta.kubernetes.io/regiontopology.kubernetes.io/regionKubernetes
failure-domain.beta.kubernetes.io/zonetopology.kubernetes.io/zoneKubernetes
beta.kubernetes.io/archkubernetes.io/archKubernetes
beta.kubernetes.io/instance-typenode.kubernetes.io/instance-typeKubernetes
beta.kubernetes.io/oskubernetes.io/osKubernetes
node-role.kubernetes.io/agent*kubernetes.azure.com/role=agentAzure Kubernetes Service
kubernetes.io/role*kubernetes.azure.com/role=agentAzure Kubernetes Service
Agentpool*kubernetes.azure.com/agentpoolAzure Kubernetes Service
Storageprofile*kubernetes.azure.com/storageprofileAzure Kubernetes Service
Storagetier*kubernetes.azure.com/storagetierAzure Kubernetes Service
Accelerator*kubernetes.azure.com/acceleratorAzure Kubernetes Service

Maxime.

AKS | Release Tracker

Hi!

In this article, I will share with you some information related to the Azure release tracker:

AKS releases weekly rounds of fixes and feature and component updates that affect all clusters and customers. However, these releases can take up to two weeks to roll out to all regions from the initial time of shipping due to Azure Safe Deployment Practices (SDP). It is important for customers to know when a particular AKS release is hitting their region, and the AKS release tracker provides these details in real time by versions and regions.

Use the AKS release tracker to: 

  • See AKS deployments real time, every week by region
  • See the flow of deployment (SDP) between one region to the next
  • Get links from the page to the current and past release notes 

To view the release tracker, visit the AKS release status webpage.

Maxime.

« Older posts Newer posts »

© 2025 ZiGMaX IT Blog

Theme by Anders NorenUp ↑