Workload

184

A workload is an application running on Kubernetes. Workloads run inside pods.

Stuff you wanna know:

  1. You can use workload resources that manage a set of pods on your behalf.
  2. Kubernetes comes with several built-in workload resources.
  3. Various core objects that represent different types or parts of a workload include the DaemonSet, Deployment, Job, ReplicaSet, and StatefulSet objects.

Ref:

  1. https://kubernetes.io/docs/concepts/workloads/
  2. https://kubernetes.io/docs/concepts/workloads/controllers/
  3. https://kubernetes.io/docs/concepts/workloads/_print/#pg-89637410cacae45a36ab1cc278c482eb
  4. Interacting with your Kubernetes workloads (Google Cloud Tech) — https://youtu.be/CSKRy7Ldqis
  5. Autoscaling Your Kubernetes Workloads (AWS) — https://youtu.be/QapZL7iieS8
  6. Introduction to Kubernetes workloads (Coursera) — https://www.coursera.org/lecture/google-kubernetes-engine/introduction-fPA42