Kubernetes Essentials 4

Kubernetes Essentials 4

Professional Development

7 Qs

quiz-placeholder

Similar activities

Kubernetes Clase 2

Kubernetes Clase 2

Professional Development

10 Qs

k8s-1

k8s-1

University - Professional Development

10 Qs

IOS Basic Commands

IOS Basic Commands

Professional Development

10 Qs

VCS Short quiz

VCS Short quiz

Professional Development

9 Qs

Semana 3

Semana 3

Professional Development

10 Qs

Digital Marketing ||  Quiz

Digital Marketing || Quiz

Professional Development

10 Qs

Computer Quiz

Computer Quiz

8th Grade - Professional Development

10 Qs

Remote Server Terbaru

Remote Server Terbaru

Professional Development

8 Qs

Kubernetes Essentials 4

Kubernetes Essentials 4

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Ксеня Трояновська

Used 5+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Is k8s secret data stored in plaintext?

Yes

No

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Is k8s config map data stored in plaintext?

Yes

No

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What is data limit for ConfigMap?

1 KiB

1 MB

1 MiB

10 MB

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which secret/configmap pod usage option will update content for running pods?

Environment

Volume

5.

FILL IN THE BLANK QUESTION

1 min • 5 pts

Type the correct order of pod QoS setting from lowest priority to highest (e.g. 321):

1 - Burstable QoS

2 - Best-effort QoS

3 - Guaranteed QoS

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What status will the pod have if scheduler can't find a node with sufficient resources?

Failed

CrashLoopBackOff

Pending

Scheduling

7.

MULTIPLE SELECT QUESTION

45 sec • 5 pts

In what case latest image will be always pulled (multiple choice)?

ImagePullPolicy of the pod is set to Always

Image tag is set to develop

Pod is being recreated

All answers are correct