$ kubectl apply -f - <<EOF <-- insert YAML content here --> EOF OR $ cat file.yaml | kubectl apply -f -