Kubectl apply
Jump to navigation
Jump to search
Internal
Overview
Apply a configuration to a resource by filename or stdin:
kubectl apply -f <manifest.yaml>
cat <manifest.yaml> | kubectl apply -f -
kubectl apply supports strategic merge patch.