Kubernetes Workloads
Jump to navigation
Jump to search
https://kubernetes.io/docs/concepts/workloads/
Deployment
, recommended vsReplicaSet
[1]. Replaced the legacy resourceReplicationController
ReplicaSet
replacing the legacy resourceReplicationController
StatefulSet
DaemonSet
Job
andCronJob
define tasks that run to completion and then stop. Jobs represent one-off tasks, whereas CronJobs recur according to a schedule.
Related[edit]
See also[edit]
Advertising: