link
kubernetes/apply-manifest

Apply Manifest

Apply configuration from file

configuration
management

Command

kubectl apply -f <file.yaml>

Examples

Apply deployment manifest

kubectl apply -f deployment.yaml