Skip to content

Commit 890da10

Browse files
authored
Merge pull request #275267 from MicrosoftDocs/release-build-2024-aks-cost-management
[Build 2024 Ship Room] release-build-2024-aks-cost-management
2 parents c399a5d + 386d36f commit 890da10

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

articles/aks/cost-analysis.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: azure-kubernetes-service
77
ms.subservice: aks-monitoring
88
ms.custom: ignite-2023, devx-track-azurecli
99
ms.topic: how-to
10-
ms.date: 03/15/2024
10+
ms.date: 05/06/2024
1111

1212
#CustomerIntent: As a cluster operator, I want to obtain cost management information, perform cost attribution, and improve my cluster footprint
1313
---
@@ -40,14 +40,17 @@ The AKS cost analysis addon is built on top of [OpenCost](https://www.opencost.i
4040

4141
* Your cluster must be deployed with a [Microsoft Entra Workload ID](./workload-identity-overview.md) configured.
4242

43-
* If using the Azure CLI, you must have version `2.44.0` or later installed, and the `aks-preview` Azure CLI extension version `0.5.155` or later installed.
44-
4543
* Kubernetes cost views are available only for the following Microsoft Azure Offer types. For more information on offer types, see [Supported Microsoft Azure offers](/azure/cost-management-billing/costs/understand-cost-mgt-data#supported-microsoft-azure-offers).
4644
* Enterprise Agreement
4745
* Microsoft Customer Agreement
4846

47+
* Access to the Azure API including Azure Resource Manager (ARM) API. For a list of fully qualified domain names (FQDNs) required, see [AKS Cost Analysis required FQDN](./outbound-rules-control-egress.md#aks-cost-analysis-add-on).
48+
4949
* Virtual nodes aren't supported at this time.
5050

51+
* AKS Automatic is not supported at this time.
52+
53+
* If using the Azure CLI, you must have version `2.44.0` or later installed, and the `aks-preview` Azure CLI extension version `0.5.155` or later installed.
5154

5255
### Install or update the `aks-preview` Azure CLI extension
5356

articles/aks/outbound-rules-control-egress.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,15 @@ There are two options to provide access to Azure Monitor for containers:
227227
| **`data.policy.azure.us`** | **`HTTPS:443`** | This address is used to pull the Kubernetes policies and to report cluster compliance status to policy service. |
228228
| **`store.policy.azure.us`** | **`HTTPS:443`** | This address is used to pull the Gatekeeper artifacts of built-in policies. |
229229

230+
### AKS cost analysis add-on
231+
232+
#### Required FQDN / application rules
233+
234+
| FQDN | Port | Use |
235+
|------------------------------------------------------------|-----------|----------|
236+
| **`management.azure.com`** <br/> **`management.usgovcloudapi.net`** (Azure Government) <br/> **`management.chinacloudapi.cn`** (Azure operated by 21Vianet)| **`HTTPS:443`** | Required for Kubernetes operations against the Azure API. |
237+
| **`login.microsoftonline.com`** <br/> **`login.microsoftonline.us`** (Azure Government) <br/> **`login.microsoftonline.cn`** (Azure operated by 21Vianet) | **`HTTPS:443`** | Required for Microsoft Entra ID authentication. |
238+
230239
## Cluster extensions
231240

232241
### Required FQDN / application rules

0 commit comments

Comments
 (0)