AKS icon indicating copy to clipboard operation
AKS copied to clipboard

Azure Kubernetes Service

Results 198 AKS issues
Sort by recently updated
recently updated
newest added

**What happened**: We have a problem with the performance of LoadBalancing rules when using AKS/LoadBalancer services. For context, let me explain what our system requires: We have a multi-region product...

feature-request
action-required
Needs Attention :wave:
Feedback
Scale and Performance

With the new Docker Hub rate-limit in place, it is a best practice to run/use a registry mirror. I think this is something that needs to be defined on containerd...

azure/acr
feature-request
action-required
Needs Attention :wave:
containerd

**What happened**: We would like to reduce the readiness probe's period so if a coreDNS pod is unable to serve traffic, the deployment will know this sooner, compared to the...

feature-request
action-required
Needs Attention :wave:
Feedback

Support selection of nodes to remove when scaling down. At the moment when you scale down, the oldest nodes will always stay and the newer nodes will be removed. Would...

feature-request
action-required
Needs Attention :wave:

**What happened**: I was trig to get name of VMSS created via AKS which was created via terraform **What you expected to happen**: VMSS Name/ID is not exposed via AKS...

feature-request
action-required
Needs Attention :wave:
Feedback

**What happened**: We have a use-case for extending resources with our own property to limit the amount of services we schedule per node. Ref.: [Assign Extended Resources to a Container](https://kubernetes.io/docs/tasks/configure-pod-container/extended-resource/),...

feature-request
action-required
Needs Attention :wave:

When creating a cluster via the 'az aks create' command that specifies an Application Gateway for use with AGIC using the various "--appgw-xxx" options you end up with an Application...

feature-request
addon/agic
action-required
Needs Attention :wave:

**What happened**: Pods that are evicted due to node availability or memory issues keep the evicted state visible in the portal and AKS. The garbage collector settings aren't available in...

feature-request
action-required
Needs Attention :wave:
Control Plane

**What happened**: Currenty when you enable the Application integration via the UI it only shows the WAF's in the current subscription. But if you use a hub spoke model where...

azure/portal
feature-request
addon/agic
action-required
Needs Attention :wave:

**What happened**: Many pods were evicted due DiskPressure. After starting debug session: ```shell kubectl debug node/aks-application-0000-vmss000000 -it --image=mcr.microsoft.com/aks/fundamental/base-ubun /# df -h /dev/sda1 248G 219G 30G 89% /host # du -sh...

bug
action-required
Needs Attention :wave:
fixing