You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/container-apps/azure-arc-overview.md
+26-3Lines changed: 26 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: container-apps
5
5
author: craigshoemaker
6
6
ms.service: container-apps
7
7
ms.topic: conceptual
8
-
ms.date: 11/29/2021
8
+
ms.date: 03/20/2023
9
9
ms.author: cshoe
10
10
---
11
11
@@ -54,9 +54,9 @@ The following table describes the role of each revision created for you:
54
54
|----|----|----|----|----|
55
55
|`<extensionName>-k8se-activator`| Used as part of the scaling pipeline | 2 | 100 millicpu | 500 MB |
56
56
|`<extensionName>-k8se-billing`| Billing record generation - Azure Container Apps on Azure Arc enabled Kubernetes is Free of Charge during preview | 3 | 100 millicpu | 100 MB |
57
-
|`<extensionName>-k8se-containerapp-controller`| The core operator pod that creates resources on the cluster and maintains the state of components. | 2 | 100 millicpu |500 MB|
57
+
|`<extensionName>-k8se-containerapp-controller`| The core operator pod that creates resources on the cluster and maintains the state of components. | 2 | 100 millicpu |1 GB|
58
58
|`<extensionName>-k8se-envoy`| A front-end proxy layer for all data-plane http requests. It routes the inbound traffic to the correct apps. | 3 | 1 Core | 1536 MB |
|`<extensionName>-k8se-event-processor`| An alternative routing destination to help with apps that have scaled to zero while the system gets the first instance available. | 2 | 100 millicpu | 500 MB |
61
61
|`<extensionName>-k8se-http-scaler`| Monitors inbound request volume in order to provide scaling information to [KEDA](https://keda.sh). | 1 | 100 millicpu | 500 MB |
62
62
|`<extensionName>-k8se-keda-cosmosdb-scaler`| Keda Cosmos DB Scaler | 1 | 10 m | 128 MB |
@@ -65,6 +65,7 @@ The following table describes the role of each revision created for you:
65
65
|`<extensionName>-k8se-local-envoy`| A front-end proxy layer for all data-plane tcp requests. It routes the inbound traffic to the correct apps. | 3 | 1 Core | 1536 MB |
66
66
|`<extensionName>-k8se-log-processor`| Gathers logs from apps and other components and sends them to Log Analytics. | 2 | 200 millicpu | 500 MB |
0 commit comments