Total Number of Questions: 50
Answer the following questions:
- Which of the following Google Cloud services is suitable for storing Docker images? Select all appropriate options.
a) Cloud Source Repositories
b) Container Registry
c) Cloud Build
d) Artifact Registry
- Company A has decided to deploy a containerized application to a GKE cluster. The GKE cluster is made up of multiple nodes or compute machines. The requirement is to collect detailed metrics with respect to deployment, which includes node- and container-related metrics. Which of the following is the recommended approach to collect these metrics?
a) Install the Monitoring agent on the GKE cluster.
b) Enable Cloud Operations on the GKE cluster.
c) Install the Logging agent on the GKE cluster.
d) (a) and (b)
- Which of the following is not a valid option while configuring a private GKE cluster?
a) Public endpoint access disabled.
b) Public endpoint access enabled; authorized networks enabled for limited access.
c) Public...