Virtualization-Hands-On-Part-2

Virtualization-Hands-On-Part-2

1st Grade

8 Qs

quiz-placeholder

Similar activities

Świnki morskie

Świnki morskie

1st Grade - Professional Development

10 Qs

POST TEST TRANFER KNOWLEDGE DEP

POST TEST TRANFER KNOWLEDGE DEP

1st - 3rd Grade

10 Qs

Node.js

Node.js

1st Grade - Professional Development

10 Qs

SDK V3

SDK V3

1st Grade

10 Qs

PyMES y más

PyMES y más

1st - 3rd Grade

8 Qs

amogusm

amogusm

KG - Professional Development

10 Qs

ACN Innovation Nodes

ACN Innovation Nodes

1st - 10th Grade

6 Qs

ekologistyka

ekologistyka

1st Grade - University

10 Qs

Virtualization-Hands-On-Part-2

Virtualization-Hands-On-Part-2

Assessment

Quiz

Professional Development

1st Grade

Medium

Created by

Shylaja Sreedharan

Used 4+ times

FREE Resource

8 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 5 pts

The smallest object of execution in K8s is a

2.

FILL IN THE BLANK QUESTION

30 sec • 5 pts

YAML stands for

3.

MULTIPLE SELECT QUESTION

45 sec • 5 pts

What of the following is a commonly used data structure in YAML?

List

Dictionary

Map

Array

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which section of the K8s YAML file will tell us the type of object being created?

apiVersion

kind

metadata

spec

5.

MULTIPLE SELECT QUESTION

45 sec • 5 pts

What does a ReplicaSet do?

Maintains a specific number of replicas

Creates a new Pod if an existing one goes down

Acquires existing Pods with matching labels

Upgrades software

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What does a Deployment do?

Rollout upgrades seamlessly

Create a cluster

Add nodes to a cluster

None of the above

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Name the default Service type in K8s

NodePort

LoadBalancer

ClusterIP

ExternalName

8.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Where does the control plane run within a cluster?

master node

worker node

both master and worker node