ads

16 April 2024

Google Associate Cloud Engineer: Implementing Google Kubernetes Engine

 

Question:

By default, all Pods running within the same cluster can communicate freely. However, you can limit connectivity between pods by implementing which of the options below?

  • Network policy



Question

:

Which of the options is the recommended way to access Google Cloud resources from within a GKE cluster?

  • Workload identity


Question
:

With GKE, you can create a cluster tailored to the availability requirements of your workload and your budget. Which types of clusters are available when users create their GKE deployment?

  • Single zone

  • Multi-zonal

  • Regional



Question

:

Which Kubernetes mode is necessary when the user wants to have more control over the underlying hardware that runs the clusters?

  • Standard mode



Question

:

When creating a GKE cluster, you can choose a release version to get automatic GKE upgrades when they become available. If you know what specific version of GKE you need, which option can you choose?

  • Static version



Question

:

What are the two types of storage abstractions that Kubernetes uses to provide filesystem and block-based storage to your pods?

  • Persistent volumes

  • Volumes



Question

:

Which Kubernetes mode provides an optimized cluster with pre-configured workload settings thus offering the user a nodeless experience with GKE?

  • Autopilot mode



Question

:

When viewing the GKE cluster workloads in the GKE console, what is the namespace that is used by all system workloads?

  • kube-system



Question

:

Which of the options are metrics for GKE containers in the GKE metrics explorer?

  • CPU usage

  • Disk usage

  • Disk capacity



Question
:

Which of the options below determines how each pod should run, which containers should be run within the pods, and which volume the pods should mount?

  • Pod template


Question
:

To deploy the official NGINX image, what do you have to specify for the image path?

  • nginx:latest



Question

:

What are the two concepts of identity in GKE?

  • System accounts

  • User accounts



Question

:

If you know the level of stability you need for your specific cluster, you can enroll in a release channel. What are the three channels available when choosing a release channel?

  • Rapid

  • Stable

  • Regular