Pod
Pod is a collection of containers that can run on a host.
Kubernetes v1.31 documentation is no longer actively maintained. The version you are currently viewing is a static snapshot. For up-to-date information, see the latest version.
Pod is a collection of containers that can run on a host.
Binding ties one object to another; for example, a pod is bound to a node by a scheduler.
PodTemplate describes a template for creating copies of a predefined pod.
ReplicationController represents the configuration of a replication controller.
ReplicaSet ensures that a specified number of pod replicas are running at any given time.
Deployment enables declarative updates for Pods and ReplicaSets.
StatefulSet represents a set of pods with consistent identities.
ControllerRevision implements an immutable snapshot of state data.
DaemonSet represents the configuration of a daemon set.
Job represents the configuration of a single job.
CronJob represents the configuration of a single cron job.
configuration of a horizontal pod autoscaler.
HorizontalPodAutoscaler is the configuration for a horizontal pod autoscaler, which automatically manages the replica count of any resource implementing the scale subresource based on the metrics specified.
PriorityClass defines mapping from a priority class name to the priority integer value.
PodSchedulingContext objects hold information that is needed to schedule a Pod with ResourceClaims that use "WaitForFirstConsumer" allocation mode.
ResourceClaim describes a request for access to resources in the cluster, for use by workloads.
ResourceClaimTemplate is used to produce ResourceClaim objects.
ResourceSlice represents one or more resources in a pool of similar resources, managed by a common driver.
This page is automatically generated.
If you plan to report an issue with this page, mention that the page is auto-generated in your issue description. The fix may need to happen elsewhere in the Kubernetes project.