Thursday, August 25, 2022

Containers in the Cloud (GCP Coursera )

 

Question 1

Select two reasons for using containers to deploy applications. (Choose 2 responses.)

Correct Ansers: 

It creates consistency across development, testing, and production environments.

Migrating workloads is simpler.


2 Question 2

How do containers access an operating system?

correct Anser : 

Containers use a shared base operating system stored in a shared kernel layer.


Question 3

What is a Kubernetes pod?

Correct Answer: 

A group of containers


Question 4

What is a Kubernetes cluster?

Correct Answer:

A group of machines where Kubernetes can schedule workloads.


Question 5

Where do the resources used to build Google Kubernetes Engine clusters come from?


Correct Answer: Compute Engine 


Question 6

How do you keep your Kubernetes version updated in Google Kubernetes Engine? 


Correct Answer

The Google Kubernetes Engine team periodically performs automatic upgrades of your cluster to newer stable versions.

Question 7

Anthos provides a rich set of tools for monitoring and maintaining the consistency of your applications across which of the following locations?

Correct answer

Applications hosted on-premises, in the cloud, or in multiple clouds.


No comments:

Post a Comment

Kubernetes Commands for Beginners

 This document provides a list of basic Kubernetes commands useful for beginners. These commands help in interacting with the cluster and ma...