class |
DaemonSet |
A DaemonSet ensures that all (or some) Nodes run a copy of a Pod.
|
class |
Deployment |
A Deployment provides declarative updates for Pods and ReplicaSets.
|
class |
Job |
A Job creates one or more Pods and ensures that a specified number of them successfully terminate.
|
class |
Pod |
Pod is a collection of containers that can run on a host.
|
class |
StatefulSet |
StatefulSet is the workload API object used to manage stateful applications.
|
class |
Workload |
A workload is an application running on Kubernetes.
|