Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 140 Bytes

103_create-something_from_yaml_file.md

File metadata and controls

6 lines (3 loc) · 140 Bytes

TASK: You are given an YAML file (e.g. foo.yaml) , how to create resources based on that file?

ANSWER

kubectl apply -f foo.yaml