Kubernetes Essentials 3

Kubernetes Essentials 3

Professional Development

9 Qs

quiz-placeholder

Similar activities

Hadoop Admin

Hadoop Admin

Professional Development

13 Qs

HEAPS

HEAPS

Professional Development

10 Qs

Kubernetes

Kubernetes

Professional Development

10 Qs

Journey to White Castle

Journey to White Castle

Professional Development

10 Qs

VerseInnovation-AKS_Quiz

VerseInnovation-AKS_Quiz

Professional Development

10 Qs

Kubernetes Essentials 1

Kubernetes Essentials 1

Professional Development

9 Qs

Attack Vectors

Attack Vectors

Professional Development

10 Qs

Network Fundamentals-Data Link Layer

Network Fundamentals-Data Link Layer

9th Grade - Professional Development

11 Qs

Kubernetes Essentials 3

Kubernetes Essentials 3

Assessment

Quiz

Computers

Professional Development

Hard

Created by

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

Used 6+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Can pods in multiple namespaces communicate with each other with default settings?

Yes

No

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What does directive spec.podSelector: {} mean in NetworkPolicy?

Traffic is allowed to all pods

Traffic is denied to all pods

Policy applies to any pod

Policy applies to no pods

3.

MULTIPLE SELECT QUESTION

45 sec • 5 pts

Which entities can be used to control traffic in network policies (multiple choice)?

Nodes

Namespaces

Labels

Network interfaces

CIDRs

4.

MULTIPLE SELECT QUESTION

45 sec • 5 pts

What service types are designed to be accessible from outside networks (multiple choice)?

NodePort

Headless service

Load Balancer

ExternalName

Ingress

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What mechanism does services use to choose pods to route traffic?

Traffic is routed to pods in specific workload

Traffic is routed to pods by labels

Traffic is routed to pods in same namespace

Traffic is routed to pods on the same node

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What service type is capable of path based routing?

ClusterIP

NodePort

Headless service

Load Balancer

Ingress

7.

MULTIPLE SELECT QUESTION

45 sec • 5 pts

What parameters should match to enable PV to be bound to PVC (multiple choice)?

Labels

Access mode

StorageClass

HostPath

Resource Capacity

8.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Is it possible to bound PV/PVC by name?

Yes

No

9.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What type of volume does not retain data upon container deletion?

EmptyDir

hostPath

nfs

configMap, secret