Skip to content

Commit 44d0359

Browse files
authored
Update 5-review-docker-platform.md
1 parent f356d44 commit 44d0359

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

learn-pr/wwl-azure/configure-azure-container-instances/includes/5-review-docker-platform.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Azure Container Apps doesn't provide direct access to the underlying Kubernetes
3434

3535
#### Compare container management solutions
3636

37-
Azure Container Instances (ACI) can be managed in several ways. Azure Container Apps (ACA) is one way, and Azure Kubernetes Service (AKS) is another. Here’s a comparison table for when to use ACA and AKS.
37+
Azure offers several container platforms for different scenarios. Azure Container Instances (ACI) is best for isolated, short-lived tasks. Azure Container Apps (ACA) serves serverless microservices. Azure Kubernetes Service (AKS) provides full Kubernetes control for complex orchestration needs.
3838

3939
| Feature | Azure Container Apps (ACA) | Azure Kubernetes Service (AKS) |
4040
| --- | --- | --- |
@@ -43,4 +43,3 @@ Azure Container Instances (ACI) can be managed in several ways. Azure Container
4343
| Management | ACA builds upon AKS and offers a simplified PaaS experience for running containers. | AKS provides a more granular control over the Kubernetes environment, suitable for teams with Kubernetes expertise. |
4444
| Scalability | ACA supports both HTTP-based autoscaling and event-driven scaling, making it ideal for applications that need to respond quickly to changes in demand. | AKS offers horizontal pod autoscaling and cluster autoscaling, providing robust scalability options for containerized applications. |
4545
| Use Cases | ACA is designed for microservices and serverless applications that benefit from rapid scaling and simplified management. | AKS is best for complex, long-running applications. These applications require full Kubernetes features and tight integration with other Azure services. |
46-
| Integration | ACA integrates with Azure Logic Apps, Functions, and Event Grid for event-driven architectures. | AKS provides features like Azure Policy for Kubernetes, Azure Monitor for containers, and Azure Defender for Kubernetes for comprehensive security and governance. |

0 commit comments

Comments
 (0)