Skip to content

Commit e582481

Browse files
committed
updates for PR comments
1 parent d85d931 commit e582481

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/aks/concepts-network-ingress.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Understanding the distinction between these two approaches helps in selecting th
2020

2121
![Diagram showing Ingress traffic flow in an AKS cluster][aks-ingress]
2222

23-
### Compare ingress options
23+
## Compare ingress options
2424

2525
The following table lists the feature differences between the different ingress controller options:
2626

@@ -45,7 +45,7 @@ The following table lists the different scenarios where you might use each ingre
4545
| **Application Gateway for Containers** | • Azure hosted ingress gateway. </br> • Flexible deployment strategies managed by the controller or bring your own Application Gateway for Containers. </br> • Advanced traffic management features such as automatic retries, availability zone resiliency, mutual authentication (mTLS) to backend target, traffic splitting / weighted round robin, and autoscaling. </br> • Integration with Azure Key Vault for certificate management. </br> • Integration with Azure DNS Zones for public and private DNS management. </br> • Supports the Ingress and Gateway APIs. |
4646
| **Istio Ingress Gateway** | • Based on Envoy, when using with Istio for a service mesh. </br> • Advanced traffic management features such as rate limiting and circuit breaking. </br> • Support for mTLS </br> • Supports the Gateway API. |
4747

48-
### Create an Ingress resource
48+
## Create an Ingress resource
4949

5050
The application routing addon is the recommended way to configure an Ingress controller in AKS. The application routing addon is a fully managed ingress controller for Azure Kubernetes Service (AKS) that provides the following features:
5151

@@ -57,11 +57,11 @@ The application routing addon is the recommended way to configure an Ingress con
5757

5858
For more information about the application routing addon, see [Managed NGINX ingress with the application routing add-on](app-routing.md).
5959

60-
### Client source IP preservation
60+
## Client source IP preservation
6161

62-
Configure your ingress controller to preserve the client source IP on requests to containers in your AKS cluster. When your ingress controller routes a client's request to a container in your AKS cluster, the original source IP of that request is unavailable to the target container. When you enable *client source IP preservation*, the source IP for the client is available in the request header under *X-Forwarded-For*.
62+
Configure your ingress controller to preserve the client source IP on requests to containers in your AKS cluster. When your ingress controller routes a client's request to a container in your AKS cluster, the original source IP of that request is unavailable to the target container. When you enable _client source IP preservation_, the source IP for the client is available in the request header under _X-Forwarded-For*.
6363

64-
If you're using client source IP preservation on your ingress controller, you can't use TLS pass-through. Client source IP preservation and TLS pass-through can be used with other services, such as the *LoadBalancer* type.
64+
If you're using client source IP preservation on your ingress controller, you can't use TLS pass-through. Client source IP preservation and TLS pass-through can be used with other services, such as the _LoadBalancer_ type.
6565

6666
To learn more about client source IP preservation, see [How client source IP preservation works for LoadBalancer Services in AKS][ip-preservation].
6767

0 commit comments

Comments
 (0)