Which command should you use?

Your application is running in multiple Google Kubernetes Engine clusters. It is managed by a Deployment in each cluster. The Deployment has created multiple replicas of your Pod in each cluster. You want to view the logs sent to stdout for all of the replicas in your Deployment in all...

December 12, 2023 No Comments READ MORE +

Which change should you make to the GKE Deployment object shown below?

Your application is deployed in a Google Kubernetes Engine (GKE) cluster. When a new version of your application is released, your CI/CD tool updates the spec.template.spec.containers[0].image value to reference the Docker image of your new application version. When the Deployment object applies the change, you want to deploy at least...

December 12, 2023 No Comments READ MORE +

Which code snippet should you include in your configuration?

Your App Engine standard configuration is as follows: service: production instance_class: B1 You want to limit the application to 5 instances. Which code snippet should you include in your configuration?A . manual_scaling:instances: 5min_pending_latency: 30msB . manual_scaling:max_instances: 5idle_timeout: 10mC . basic_scaling:instances: 5min_pending_latency: 30msD . basic_scaling:max_instances: 5idle_timeout: 10mView AnswerAnswer: C

December 12, 2023 No Comments READ MORE +

What should you do?

You need to migrate an internal file upload API with an enforced 500-MB file size limit to App Engine. What should you do?A . Use FTP to upload files.B . Use CPanel to upload files.C . Use signed URLs to upload files.D . Change the API to be a multipart...

December 12, 2023 No Comments READ MORE +

What should you do?

You are deploying a single website on App Engine that needs to be accessible via the URL http://www.altostrat.com/. What should you do?A . Verify domain ownership with Webmaster Central. Create a DNS CNAME record to point to the App Engine canonical name ghs.googlehosted.com.B . Verify domain ownership with Webmaster Central....

December 11, 2023 No Comments READ MORE +