⎈ k8s knowledge compiler

Deployment [api_object]ai-synthesized · conf 0.82

Deployment enables declarative updates for Pods and ReplicaSets.

apps

A Deployment is an immutable, serializable, and controllable configuration of one or more ReplicaSets.

Why it matters Deployments provide a way to manage the rollout of new versions of an application with zero downtime.

Key facts - Represents a set of rolling updates for a deployment - Immutable and serializable

Related api:DeploymentList, api:DeploymentCondition

Sources

swagger.jsonio.k8s.api.apps.v1.Deployment

Related (16)

owns ReplicaSetReplicaSet owns/manages Deployment conf=1
related_to DeploymentSpecreferences type conf=1
related_to ObjectMetareferences type conf=1
related_to DeploymentStatusreferences type conf=1
api_for Update a Deployment Without Downtimedocuments API object conf=1
api_for Horizontal Manual Scaling for a Deploymentdocuments API object conf=1
api_for Run a Stateless Application Using a Deploymentdocuments API object conf=1
api_for Installing Kubernetes with deployment toolsdocuments API object conf=1
api_for Deploymentsdocuments API object conf=1
api_for Using kubectl to Create a Deploymentdocuments API object conf=1
api_for Deploymentdocuments API object conf=1
api_for DeploymentReplicaSetTerminatingReplicasdocuments API object conf=1
api_for kubectl create deploymentdocuments API object conf=1
owns ReplicaSetDeployment owns/manages ReplicaSet conf=1
related_to DeploymentListreferences type conf=1
requires permissions:deploymentsrequired to manage Deployment conf=1

← all API Explorer