Skip to content

Commit e312657

Browse files
committed
More reviews
1 parent 191f569 commit e312657

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

AKS-Hybrid/create-ingress-controller.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Use an ingress controller in AKS enabled by Azure Arc
33
description: Learn how to deploy an ingress controller in Azure Kubernetes Service in AKS enabled by Arc.
44
author: sethmanheim
55
ms.topic: how-to
6-
ms.date: 10/18/2022
6+
ms.date: 06/25/2024
77
ms.author: sethm
88
ms.lastreviewed: 1/14/2022
99
ms.reviewer: EkeleAsonye
@@ -15,7 +15,7 @@ ms.reviewer: EkeleAsonye
1515

1616
An *ingress controller* is a Kubernetes resource that allows external access to services within the Kubernetes cluster. Ingress lets an operator expose a service to external network requests, usually HTTP or HTTPS. You configure access by creating a set of rules that define the inbound connections that reach specific services.
1717

18-
An ingress controller is a piece of software that provides configurable traffic routing for Kubernetes services. Kubernetes ingress resources are used to configure the ingress rules and routes for individual Kubernetes services. By using an ingress controller and ingress rules, you can use a single IP address to route traffic to multiple services in a Kubernetes cluster.
18+
An ingress controller is software that provides configurable traffic routing for Kubernetes services. Kubernetes ingress resources are used to configure the ingress rules and routes for individual Kubernetes services. By using an ingress controller and ingress rules, you can use a single IP address to route traffic to multiple services in a Kubernetes cluster.
1919

2020
After you deploy the controller in your environment, you can then create and deploy the ingress manifest. Currently, you use ingress in AKS Arc by using the NGINX ingress controller. For information about how to install, configure, and use the NGINX ingress controller, see [Installation with Manifests](https://kubernetes.github.io/ingress-nginx/deploy/#azure).
2121

@@ -58,7 +58,7 @@ The `spec` section provides information about what's configured. In this example
5858

5959
## Use ingress to load balance traffic
6060

61-
In the following example, another path is added to the manifest that permits load balancing between different backends of an application. In this example, the operator can split traffic and send it to different service endpoints and deployments based on the path described. Behind each path, is a deployment and a service, which is helpful for endpoints that receive more traffic:
61+
In the following example, another path is added to the manifest that permits load balancing between different backends of an application. In this example, the operator can split traffic and send it to different service endpoints and deployments based on the path described. Behind each path is a deployment and a service, which is helpful for endpoints that receive more traffic:
6262

6363
```yaml
6464
apiVersion: networking.k8s.io/v1

AKS-Hybrid/scale-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Scale an Azure Kubernetes Service cluster
33
description: Learn how to scale the number of nodes in a Kubernetes cluster in AKS enabled by Azure Arc.
44
ms.topic: article
5-
ms.date: 10/19/2022
5+
ms.date: 06/25/2024
66
author: sethmanheim
77
ms.author: sethm
88

0 commit comments

Comments
 (0)