Skip to content

Commit 4e80ce7

Browse files
authored
Merge pull request #247020 from apwestgarth/acarelnotesjul2023
ACA Extension Release Notes for 1.12.9 update
2 parents d7ec11f + ac24bcb commit 4e80ce7

File tree

1 file changed

+35
-22
lines changed

1 file changed

+35
-22
lines changed

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

Lines changed: 35 additions & 22 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: 07/07/2023
8+
ms.date: 08/22/2023
99
ms.author: cshoe
1010
---
1111

@@ -50,25 +50,24 @@ Optionally, you can choose to have the extension install [KEDA](https://keda.sh/
5050

5151
The following table describes the role of each revision created for you:
5252

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 |
59-
| `<extensionName>-k8se-envoy-controller` | Operator, which generates Envoy configuration | 2 | 200 millicpu | 500 MB |
60-
| `<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 |
67-
| `<extensionName>-k8se-mdm` | Metrics and Logs Agent | 2 | 500 millicpu | 500 MB |
68-
| dapr-metrics | Dapr metrics pod | 1 | 100 millicpu | 500 MB |
69-
| 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 |
59+
| `<extensionName>-k8se-envoy-controller` | Operator, which generates Envoy configuration | 2 | 200 millicpu | 500 MB | ReplicaSet |
60+
| `<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 |
66+
| `<extensionName>-k8se-mdm` | Metrics and Logs Agent | 2 | 500 millicpu | 500 MB | ReplicaSet |
67+
| dapr-metrics | Dapr metrics pod | 1 | 100 millicpu | 500 MB | ReplicaSet |
68+
| dapr-operator | Manages component updates and service endpoints for Dapr | 1 | 100 millicpu | 500 MB | ReplicaSet |
69+
| dapr-placement-server | Used for Actors only - creates mapping tables that map actor instances to pods | 1 | 100 millicpu | 500 MB | StatefulSet |
70+
| dapr-sentry | Manages mTLS between services and acts as a CA | 2 | 800 millicpu | 200 MB | ReplicaSet |
7271

7372
## FAQ for Azure Container Apps on Azure Arc (Preview)
7473

@@ -152,13 +151,27 @@ ARM64 based clusters aren't supported at this time.
152151

153152
### Container Apps extension v1.12.8 (June 2023)
154153

155-
- Update OSS Fluentbit to 2.1.2
154+
- Update OSS Fluent Bit to 2.1.2
156155
- Upgrade of Dapr to 1.10.6
157156
- Support for container registries exposed on custom port
158157
- Enable activate/deactivate revision when a container app is stopped
159158
- Fix Revisions List not returning init containers
160159
- Default allow headers added for cors policy
161160

161+
### Container Apps extension v1.12.9 (July 2023)
162+
163+
- Minor updates to EasyAuth sidecar containers
164+
- Update of Extension Monitoring Agents
165+
166+
### Container Apps extension v1.17.8 (August 2023)
167+
168+
- Update EasyAuth to 1.6.16
169+
- Update of Dapr to 1.10.8
170+
- Update Envoy to 1.25.6
171+
- Add volume mount support for Azure Container App jobs
172+
- Added IP Restrictions for applications with TCP Ingress type
173+
- Added support for Container Apps with multiple exposed ports
174+
162175
## Next steps
163176

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

0 commit comments

Comments
 (0)