Skip to content

Commit 8b54dec

Browse files
Changes for tech review
1 parent 45e994b commit 8b54dec

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

support/azure/azure-kubernetes/load-bal-ingress-c/troubleshoot-performance-ingress.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,9 @@ Use Azure CLI, and run the `az aks install-cli` command.
2121

2222
## Symptoms
2323

24-
| Symptom | Description |
25-
| --- | --- |
26-
| **HTTP Gateway Errors** | Error codes like `502` and `504` can indicate an NGINX exhaustion problem. |
27-
| **High Response Time Difference** | Significant difference between your service response time and the end-to-end response time. There's a common latency added by NGINX. When it's too large, you might have an NGINX exhaustion problem. |
24+
You receive an HTTP gateway error code like `502` or `504` or a response time error message when you run the NGINX ingress controller. This can indicate an NGINX exhaustion problem.
25+
26+
You encounter a significant difference between your service response time and the end-to-end response time. This can indicate a latency added by NGINX and an NGINX exhaustion problem.
2827

2928
## Cause
3029

@@ -68,12 +67,12 @@ The **TARGETS** column shows the CPU threshold at which the `HPA` is triggered t
6867

6968
If your evaluation reveals that `NGINX HPA` didn't reach the maximum number of pods, the [kube-scheduler](https://kubernetes.io/docs/concepts/scheduling-eviction/kube-scheduler/#kube-scheduler) might not be able to find available nodes to use to schedule the `NGINX pods`. To find pending pods, run the following command:
7069

71-
```console
72-
kubectl get pod --field-selector=status.phase=Pending -n app-routing-system
73-
```
70+
```console
71+
kubectl get pod --field-selector=status.phase=Pending -n app-routing-system
72+
```
7473

7574
> [!NOTE]
76-
> If there are pending pods, the cluster might experience a resource exhaustion problem. For more information, see [Troubleshoot pod scheduler errors in Azure Kubernetes Service](azure/azure-kubernetes/availability-performance/troubleshoot-pod-scheduler-errors).
75+
> If there are pending pods, the cluster might experience a resource exhaustion problem. For more information, see [Troubleshoot pod scheduler errors in Azure Kubernetes Service](../availability-performance/troubleshoot-pod-scheduler-errors.md).
7776
7877
### Step 3: Check whether limits are applied to the NGINX deployment
7978

0 commit comments

Comments
 (0)