From 1c861972774edddead7994735b3bfa13cec2ab2e Mon Sep 17 00:00:00 2001 From: Sebastiaan van Steenis Date: Fri, 1 Feb 2019 20:16:43 +0100 Subject: [PATCH] Define workloads in migration guide --- content/rancher/v2.x/en/v1.6-migration/kub-intro/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/rancher/v2.x/en/v1.6-migration/kub-intro/_index.md b/content/rancher/v2.x/en/v1.6-migration/kub-intro/_index.md index e161bd54e0b..e3b188466f7 100644 --- a/content/rancher/v2.x/en/v1.6-migration/kub-intro/_index.md +++ b/content/rancher/v2.x/en/v1.6-migration/kub-intro/_index.md @@ -14,7 +14,7 @@ The following table introduces and defines some key Kubernetes concepts. | Node | One of the physical or virtual machines that make up a cluster. | | Pod | The smallest and simplest Kubernetes object. A pod represents a set of running [containers](https://kubernetes.io/docs/concepts/overview/what-is-kubernetes/#why-containers) on your cluster. | | Deployment | An API object that manages a replicated application. | -| Workload | Units of work that are running on the cluster. These can be pods or deployments. | +| Workload | Workloads are objects that set deployment rules for pods. | ## Migration Cheatsheet @@ -36,4 +36,4 @@ Because Rancher v1.6 defaulted to our Cattle container orchestrator, it primaril More detailed information on Kubernetes concepts can be found in the [Kubernetes Concepts Documentation](https://kubernetes.io/docs/concepts/). -### [Next: Get Started]({{< baseurl >}}/rancher/v2.x/en/v1.6-migration/get-started/) \ No newline at end of file +### [Next: Get Started]({{< baseurl >}}/rancher/v2.x/en/v1.6-migration/get-started/)