Networking, Load Balancing, Storage and Configuration

Networking, Load Balancing, Storage and Configuration

Professional Development

44 Qs

quiz-placeholder

Similar activities

Opakowania, opłaty recyklingowa i produktowa

Opakowania, opłaty recyklingowa i produktowa

Professional Development

39 Qs

HGT.12 - Czerwiec 2023

HGT.12 - Czerwiec 2023

Professional Development

40 Qs

Refreshment Kp Kendal Maret 2020

Refreshment Kp Kendal Maret 2020

Professional Development

43 Qs

E14 SSIV

E14 SSIV

6th Grade - Professional Development

40 Qs

2015 wrzesień

2015 wrzesień

Professional Development

40 Qs

E19 STYCZEŃ

E19 STYCZEŃ

KG - Professional Development

40 Qs

AWS Certified Cloud Practitioner

AWS Certified Cloud Practitioner

5th Grade - Professional Development

44 Qs

CONJ, PREP - TEST 2 - VOL 3

CONJ, PREP - TEST 2 - VOL 3

3rd Grade - Professional Development

45 Qs

Networking, Load Balancing, Storage and Configuration

Networking, Load Balancing, Storage and Configuration

Assessment

Quiz

English, Computers, Professional Development

Professional Development

Hard

Created by

Khachatur Ashotyan

Used 4+ times

FREE Resource

44 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the role of a Service in Kubernetes?

Schedules Pods on worker nodes.

Manages the Deployment Service for Pods.

Handles storing Secrets and Configuration.

Provides a single point of entry for accessing one or more Pods.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you associate a Service with Pod?

Use an Annotation

That is not supported

Use a Deployment

Use a Label

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Services default to which type unless otherwise specified?

ClusterIP

ExternalName

NodePort

LoadBanacer

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When deploying an app running on a Kubernetes cluster, what would you configure the "service type" as in order to expose the service on the same port of each selected node?

ClusterIP

NodePort

LoadBalancer

NodeIP

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is feature of service objects?

The set of pods that a service objects connects to does not change.

Versioning and healing are provided by service objects.

The service objects and the pods that they govern are tightly coupled.

Service objects provide stable static addresses that can be used by external clients.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

One of your Pods needs access to a Service that has an associated port that is a published and a cluster IP in in its place. The client Pod's environment variables aren't yet populated, however. Why?

You must create the Service before creating the client Pods.

You must create the Service 30 minutes after you create the client Pods.

You must replace the Domain Name System (DNS) Service Discovery method with the environment variable method.

You must replace the Domain Name System (DNS) Service Discovery method with the Dynamic Host Configuration Protocol (DHCP) method.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A cluster administrator creatred a StorageClass resource named gce-storage-disk, allowing an storage system to dynamically provision volumes. What actions must a developer take to bind PersistentVolumeClaims (PVC) to PersistentVolumes (PV) of the storage class gce-storage-disk.

Set the volume.beta.kubernetes.io/storage-class-name: gce-storage-disk annotation on PVC resources.

Set the volume.beta.kubernetes.io/storage-class-name: gce-storage-disk attribute on PVC resources.

Set the spec.storageClassName: gce-storage-disk attribute on PVC resources.

Set the spec.storageClass: gce-storage-disk attribute on PVC resources.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?