Kubernetes architecture

Kubernetes architecture

Professional Development

7 Qs

quiz-placeholder

Similar activities

Full Stack QUIZ

Full Stack QUIZ

Professional Development

10 Qs

Mentoring 3 - S2 Linux+

Mentoring 3 - S2 Linux+

Professional Development

10 Qs

IT Services Townhall Q3

IT Services Townhall Q3

Professional Development

8 Qs

E12 - IoT

E12 - IoT

Professional Development

10 Qs

IT ENGLISH: Research Project Topics - Docker vs Kubernetes

IT ENGLISH: Research Project Topics - Docker vs Kubernetes

Professional Development

10 Qs

PS - K8S -15th Dec, 2022

PS - K8S -15th Dec, 2022

Professional Development

10 Qs

DS_Linked_List

DS_Linked_List

Professional Development

10 Qs

Google Cloud - Core 2

Google Cloud - Core 2

Professional Development

10 Qs

Kubernetes architecture

Kubernetes architecture

Assessment

Quiz

Computers

Professional Development

Easy

Created by

ahmed zakaria

Used 15+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a Cluster?

A set of node machines for running containerized applications

one computer program that provides services to other computers

A specific set of ordered operations

A software package that performs a specific function for an end user

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one of the following can be considered as the primary data store (database) of Kubernetes?

Pod

Node

ETCD

None of these

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

What is the purpose of a ReplicaSet?(choose 2 answers)

to maintain a stable set of replica(duplicate) Pods running at any given time

guarantee the availability of a specified number of identical Pods

To create and maintain volumes

To prevent clones from invading other clusters

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following runs on each worker node and ensures containers are running in a pod?

Pod

ETCD

Kubelet

Scheduler

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

which of the following manages the assigning nodes to pods depending on resource availability?

Scheduler

Etcd

Pod

flanneld

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following are the components of Kubernetes Master Node (machine)

Scheduler

Controller Manager

API server & ETCD

All of these

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following are kubernetes worker Node components?

Container Runtime

Kubelet Service

Kube proxy

All of these