Define workloads in migration guide

This commit is contained in:
Sebastiaan van Steenis
2019-02-01 20:16:43 +01:00
committed by Denise Schannon
parent b2cf51e920
commit 1c86197277
@@ -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/)
### [Next: Get Started]({{< baseurl >}}/rancher/v2.x/en/v1.6-migration/get-started/)