Workload

Glossary Page

A workload in Kubernetes refers to an application that is currently running on the platform. The core objects that represent different types or components of a workload include DaemonSet, Deployment, Job, ReplicaSet, and StatefulSet objects. For instance, a workload that includes both a web server and a database may involve running the database in one StatefulSet object, while deploying the web server in a separate Deployment object.

https://kubernetes.io/docs/reference/glossary/?all=true external-link

Latest Webinars

Latest Articles