Skip to content

Commit 0b5ea3f

Browse files
authored
Updated resources created table
Addresses acrolinx feedback
1 parent 418a29d commit 0b5ea3f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

articles/container-apps/azure-arc-overview.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ The following table describes the role of each revision created for you:
5454
|----|----|----|----|----|
5555
| `<extensionName>-k8se-activator` | Used as part of the scaling pipeline | 2 | 100 millicpu | 500 MB |
5656
| `<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 |
5858
| `<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 |
59-
| `<extensionName>-k8se-envoy-controller` | Operator, which generates Envoy configuration | 2 | 100 millicpu | 500 MB |
59+
| `<extensionName>-k8se-envoy-controller` | Operator, which generates Envoy configuration | 2 | 200 millicpu | 500 MB |
6060
| `<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 |
6161
| `<extensionName>-k8se-http-scaler` | Monitors inbound request volume in order to provide scaling information to [KEDA](https://keda.sh). | 1 | 100 millicpu | 500 MB |
6262
| `<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:
6565
| `<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 |
6666
| `<extensionName>-k8se-log-processor` | Gathers logs from apps and other components and sends them to Log Analytics. | 2 | 200 millicpu | 500 MB |
6767
| `<extensionName>-k8se-mdm` | Metrics and Logs Agent | 2 | 500 millicpu | 500 MB |
68+
| dapr-metrics | Dapr metrics pod | 1 | 100 millicpu | 500 MB |
6869
| dapr-operator | Manages component updates and service endpoints for Dapr | 1 | 100 millicpu | 500 MB |
6970
| dapr-placement-server | Used for Actors only - creates mapping tables that map actor instances to pods | 1 | 100 millicpu | 500 MB |
7071
| dapr-sentry | Manages mTLS between services and acts as a CA | 2 | 800 millicpu | 200 MB |
@@ -131,9 +132,9 @@ ARM64 based clusters aren't supported at this time.
131132

132133
- Upgrade of KEDA to 2.9.1
133134
- Upgrade of Dapr to 1.9.5
134-
- Increase Envoy Controller resource limits to 200m CPU
135-
- Increase Container App Controller resource limites to 1GB memory
136-
- Reduce EasyAuth sidecar resource limits to 50m CPU
135+
- Increase Envoy Controller resource limits to 200 m CPU
136+
- Increase Container App Controller resource limits to 1 GB memory
137+
- Reduce EasyAuth sidecar resource limits to 50 m CPU
137138
- Resolve KEDA error logging for missing metric values
138139

139140
### Container Apps extension v1.0.50 (March 2023)

0 commit comments

Comments
 (0)