What should you do?
You have a Dockerfile that you need to deploy on Kubernetes Engine. What should you do?A . Use kubectl app deploy <dockerfilename>.B . Use gcloud app deploy <dockerfilename>.C . Create a docker image from the Dockerfile and upload it to Container Registry. Create a Deployment YAML file to point to...
Which range should you use?
You need to create a custom VPC with a single subnet. The subnet’s range must be as large as possible. Which range should you use?A . 0.0.0.0/0B . 10.0.0.0/8C . 172.16.0.0/12D . 192.168.0.0/16View AnswerAnswer: B