Skip to content

Commit 9aa8685

Browse files
authored
Update 7-design-for-azure-kubernetes-solutions.md
1 parent 0321ee3 commit 9aa8685

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

learn-pr/wwl-azure/design-compute-solution/includes/7-design-for-azure-kubernetes-solutions.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[Kubernetes](https://azure.microsoft.com/topic/what-is-kubernetes/) is a portable, extensible open-source platform for automating deployment, scaling, and the management of containerized workloads. This orchestration platform provides the same ease of use and flexibility as with Platform as a Service (PaaS) and Infrastructure as a Service (IaaS) offerings. Kubernetes provides both _container management_ and _container orchestration_.
1+
[Kubernetes](/azure/aks/) is a portable, extensible open-source platform for automating deployment, scaling, and the management of containerized workloads. This orchestration platform provides the same ease of use and flexibility as with Platform as a Service (PaaS) and Infrastructure as a Service (IaaS) offerings. Kubernetes provides both _container management_ and _container orchestration_.
22

33
:::image type="content" source="../media/container-scaling.png" alt-text="Diagram that shows how container orchestration dynamically or automatically scales container instances." border="false":::
44

@@ -34,10 +34,5 @@ There are several factors to consider when deciding whether Azure Kubernetes Ser
3434
| **Docker image support** | _Do you already use Docker images for your containers?_ | By default, AKS supports the Docker file image format. |
3535
| **Private container registry** | _Do you need a private container registry?_ | AKS integrates with Azure Container Registry (ACR). You aren't limited to ACR though, you can use other container repositories, public, or private. |
3636

37-
#### Business application
38-
39-
Take a few minutes to read about how [Mercedes-Benz R&D is using Azure Kubernetes Service](https://customers.microsoft.com/story/784791-mercedes-benz-r-and-d-creates-container-driven-cars-powered-by-microsoft-azure).
40-
41-
4237
> [!TIP]
4338
> Learn more about Kubernetes in the [Introduction to Kubernetes Service](/training/modules/intro-to-azure-kubernetes-service/) module.

0 commit comments

Comments
 (0)