Skip to content

Commit 0316f0f

Browse files
Merge pull request #231356 from apwestgarth/acarelnotesfeb2023
Acarelnotesfeb2023
2 parents 8b9ff01 + 0b5ea3f commit 0316f0f

File tree

1 file changed

+26
-3
lines changed

1 file changed

+26
-3
lines changed

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

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: container-apps
55
author: craigshoemaker
66
ms.service: container-apps
77
ms.topic: conceptual
8-
ms.date: 11/29/2021
8+
ms.date: 03/20/2023
99
ms.author: cshoe
1010
---
1111

@@ -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 |
@@ -117,6 +118,28 @@ ARM64 based clusters aren't supported at this time.
117118

118119
- Initial public preview release of Container apps extension
119120

121+
### Container Apps extension v1.0.47 (January 2023)
122+
123+
- Upgrade of Envoy to 1.0.24
124+
125+
### Container Apps extension v1.0.48 (February 2023)
126+
127+
- Add probes to EasyAuth container(s)
128+
- Increased memory limit for dapr-operator
129+
- Added prevention of platform header overwriting
130+
131+
### Container Apps extension v1.0.49 (February 2023)
132+
133+
- Upgrade of KEDA to 2.9.1
134+
- Upgrade of Dapr to 1.9.5
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
138+
- Resolve KEDA error logging for missing metric values
139+
140+
### Container Apps extension v1.0.50 (March 2023)
141+
- Updated logging images in sync with Public Cloud
142+
120143
## Next steps
121144

122145
[Create a Container Apps connected environment (Preview)](azure-arc-enable-cluster.md)

0 commit comments

Comments
 (0)