kubectl apply
CLI command declaratively updating cluster resources using 3-way strategic merge patches against etcd.
Mechanism & Definition
Primary declarative management command in Kubernetes. Computes a three-way strategic merge patch comparing current etcd state, live cluster configuration, and the target YAML manifest to apply updates idempotently.
