Skip to content

Commit 687b555

Browse files
author
Jill Grant
authored
Apply suggestions from code review
Minor edits
1 parent bc34775 commit 687b555

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

AKS-Hybrid/aks-hci-ip-address-planning.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: IP address planning for AKS
3-
description: Learn about how to plan for IP addresses and reservation, to deploy AKS in production
3+
description: Learn about how to plan for IP addresses and reservation, to deploy AKS in production.
44
ms.topic: conceptual
55
ms.date: 10/08/2024
66
author: sethmanheim
@@ -77,7 +77,7 @@ Pod network CIDR is a range of IP addresses used by Kubernetes to assign unique
7777

7878
AKS provides a **default value of 10.244.0.0/16** for the pod network CIDR. AKS does support customizations for the pod network CIDR. You can set your own value using the [`--pod-cidr`](/cli/azure/aksarc#az-aksarc-create) parameter when creating the AKS cluster. Ensure that the CIDR IP range is large enough to accommodate the maximum number of pods per node and across the Kubernetes cluster.
7979

80-
### Service Network CIDR
80+
### Service network CIDR
8181

8282
The Service network CIDR is the range of IP addresses reserved for Kubernetes services like LoadBalancers, ClusterIP, and NodePort within a cluster. Kubernetes supports the following service types:
8383
- ClusterIP: The default service type, which exposes the service within the cluster. The IP assigned from the Service network CIDR is only accessible within the Kubernetes cluster.

AKS-Hybrid/aks-hci-network-system-requirements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Proxy settings in AKS are inherited from the underlying infrastructure system. T
6868

6969
## Firewall URL exceptions
7070

71-
Firewall requirements for AKS has been consolidated with Azure Stack HCI firewall requirements. See [Azure Stack HCI firewall requirements](/azure-stack/hci/concepts/firewall-requirements) for list of URLs that need to be allowed to successfully deploy AKS.
71+
Firewall requirements for AKS have been consolidated with Azure Stack HCI firewall requirements. See [Azure Stack HCI firewall requirements](/azure-stack/hci/concepts/firewall-requirements) for list of URLs that need to be allowed to successfully deploy AKS.
7272

7373
## DNS server settings
7474

0 commit comments

Comments
 (0)