Difference between revisions of "Kubernetes Workloads"

From wikieduonline
Jump to navigation Jump to search
(Created page with "https://kubernetes.io/docs/concepts/workloads/ == See also == * {{K8s}} Category:K8s")
 
Line 1: Line 1:
 
https://kubernetes.io/docs/concepts/workloads/
 
https://kubernetes.io/docs/concepts/workloads/
 +
 +
* <code>[[Deployment]]</code> and <code>[[ReplicaSet]]</code> (replacing the legacy resource <code>[[ReplicationController]]</code>).
 +
* <code>[[StatefulSet]]</code>
 +
* <code>[[DaemonSet]]</code>
 +
* <code>[[Job]]</code> and <code>[[CronJob]]</code> define tasks that run to completion and then stop. Jobs represent one-off tasks, whereas CronJobs recur according to a schedule.
  
  

Revision as of 09:40, 9 February 2022

Advertising: