From 33576a4efb0211c91607f15b3385c6c188b5c1e1 Mon Sep 17 00:00:00 2001 From: Nahin Khan Date: Fri, 30 Jul 2021 12:24:33 +0300 Subject: [PATCH] Update orchestration.md (#13252) * Update orchestration.md * Minor style and copyedits Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com> --- get-started/orchestration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-started/orchestration.md b/get-started/orchestration.md index 2d3aca5de7..41b6cff7a9 100644 --- a/get-started/orchestration.md +++ b/get-started/orchestration.md @@ -4,7 +4,7 @@ keywords: orchestration, deploy, kubernetes, swarm, description: Get oriented on some basics of Docker and install Docker Desktop. --- -The portability and reproducibility of a containerized process mean we have an opportunity to move and scale our containerized applications across clouds and datacenters. Containers effectively guarantee that those applications run the same way anywhere, allowing us to quickly and easily take advantage of all these environments. Furthermore, as we scale our applications up, we'll want some tooling to help automate the maintenance of those applications, able to replace failed containers automatically, and manage the rollout of updates and reconfigurations of those containers during their lifecycle. +The portability and reproducibility of a containerized process provides an opportunity to move and scale our containerized applications across clouds and datacenters. Containers effectively guarantee that those applications run the same way anywhere, allowing us to quickly and easily take advantage of all these environments. Additionally, as we scale our applications up, we need some tooling to help automate the maintenance of those applications, enable the replacement of failed containers automatically, and manage the rollout of updates and reconfigurations of those containers during their lifecycle. Tools to manage, scale, and maintain containerized applications are called _orchestrators_, and the most common examples of these are _Kubernetes_ and _Docker Swarm_. Development environment deployments of both of these orchestrators are provided by Docker Desktop, which we'll use throughout