Kubernetes Essentials 4

Kubernetes Essentials 4

Professional Development

7 Qs

quiz-placeholder

Similar activities

Kubernetes Clase3

Kubernetes Clase3

Professional Development

10 Qs

Kubernetes -  SUSE CNF

Kubernetes - SUSE CNF

Professional Development

10 Qs

Telegram - SMM takrorlash - Quiz 02

Telegram - SMM takrorlash - Quiz 02

Professional Development

10 Qs

Kubernetes Clase6

Kubernetes Clase6

Professional Development

10 Qs

11142020_A+_Lesson_9_Quiz

11142020_A+_Lesson_9_Quiz

Professional Development

10 Qs

Dockerize Metaverse

Dockerize Metaverse

Professional Development

6 Qs

k8s-4

k8s-4

University - Professional Development

3 Qs

Kubernetes Essentials 2

Kubernetes Essentials 2

Professional Development

11 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