Beginner Kubernetes
Q9 / 100

What does "kubectl apply -f deployment.yaml" do?

Correct! Well done.

Incorrect.

The correct answer is B) Creates or updates resources in the cluster to match the configuration defined in the YAML file

B

Correct Answer

Creates or updates resources in the cluster to match the configuration defined in the YAML file

Explanation

"kubectl apply" applies a configuration to a resource, creating it if it doesn't exist or updating it to match the desired state declared in the file.

Progress
9/100