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
+35-22Lines changed: 35 additions & 22 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: 07/07/2023
8
+
ms.date: 08/22/2023
9
9
ms.author: cshoe
10
10
---
11
11
@@ -50,25 +50,24 @@ Optionally, you can choose to have the extension install [KEDA](https://keda.sh/
50
50
51
51
The following table describes the role of each revision created for you:
52
52
53
-
| Pod | Description | Number of Instances | CPU | Memory |
54
-
|----|----|----|----|----|
55
-
|`<extensionName>-k8se-activator`| Used as part of the scaling pipeline | 2 | 100 millicpu | 500 MB |
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 | 1 GB |
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
-
|`<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
-
|`<extensionName>-k8se-keda-cosmosdb-scaler`| Keda Cosmos DB Scaler | 1 | 10 m | 128 MB |
63
-
|`<extensionName>-k8se-keda-metrics-apiserver`| Keda Metrics Server | 1 | 1 Core | 1000 MB |
64
-
|`<extensionName>-k8se-keda-operator`| Manages component updated and service endpoints for Dapr | 1 | 100 millicpu | 500 MB |
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
-
|`<extensionName>-k8se-log-processor`| Gathers logs from apps and other components and sends them to Log Analytics. | 2 | 200 millicpu | 500 MB |
| dapr-operator | Manages component updates and service endpoints for Dapr | 1 | 100 millicpu | 500 MB |
70
-
| dapr-placement-server | Used for Actors only - creates mapping tables that map actor instances to pods | 1 | 100 millicpu | 500 MB |
71
-
| dapr-sentry | Manages mTLS between services and acts as a CA | 2 | 800 millicpu | 200 MB |
53
+
| Pod | Description | Number of Instances | CPU | Memory | Type |
54
+
|----|----|----|----|----|----|
55
+
|`<extensionName>-k8se-activator`| Used as part of the scaling pipeline | 2 | 100 millicpu | 500 MB | ReplicaSet |
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 | ReplicaSet |
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 | ReplicaSet |
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 | ReplicaSet |
|`<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 | ReplicaSet |
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 | ReplicaSet |
62
+
|`<extensionName>-k8se-keda-cosmosdb-scaler`| Keda Cosmos DB Scaler | 1 | 10 m | 128 MB | ReplicaSet |
63
+
|`<extensionName>-k8se-keda-metrics-apiserver`| Keda Metrics Server | 1 | 1 Core | 1000 MB | ReplicaSet |
64
+
|`<extensionName>-k8se-keda-operator`| Manages component updated and service endpoints for Dapr | 1 | 100 millicpu | 500 MB | ReplicaSet |
65
+
|`<extensionName>-k8se-log-processor`| Gathers logs from apps and other components and sends them to Log Analytics. | 2 | 200 millicpu | 500 MB | DaemonSet |
0 commit comments