Is this an advantage of multi-stage builds?
Solution: optimizes Images by copying artifacts selectively from previous stages
Does this command display all the pods in the cluster that are labeled as env; development'?
Solution. ‘kubectl gel pods --all-namespaces -I 'env in (development)''
Is this an advantage of multi-stage builds?
Solution: faster image builds by allowing parallel execution of Docker builds
Is this statement correct?
Solution: A Dockerfile stores the Docker daemon's configuration options.