Kubernetes Essentials 4

Kubernetes Essentials 4

Professional Development

7 Qs

quiz-placeholder

Similar activities

sojurner

sojurner

4th Grade - Professional Development

12 Qs

Światłowody

Światłowody

Professional Development

11 Qs

Dzień bezpiecznego internetu

Dzień bezpiecznego internetu

Professional Development

7 Qs

CTJGP Ansible final

CTJGP Ansible final

Professional Development

10 Qs

Kubernetes Clase4

Kubernetes Clase4

Professional Development

10 Qs

Security+ Lesson 3

Security+ Lesson 3

Professional Development

6 Qs

Kubernetes architecture

Kubernetes architecture

Professional Development

7 Qs

Cuestionario Java 02

Cuestionario Java 02

Professional Development

12 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