Kubernetes architecture

Kubernetes architecture

Professional Development

7 Qs

quiz-placeholder

Similar activities

Dockerize Metaverse

Dockerize Metaverse

Professional Development

6 Qs

Kubernetes Clase 2

Kubernetes Clase 2

Professional Development

10 Qs

CKAD-Batch15-Part3

CKAD-Batch15-Part3

Professional Development

10 Qs

k8s-4

k8s-4

University - Professional Development

3 Qs

Node basics

Node basics

Professional Development

12 Qs

Kubernetes Clase3

Kubernetes Clase3

Professional Development

10 Qs

Kubernetes -  SUSE CNF

Kubernetes - SUSE CNF

Professional Development

10 Qs

Quiz architecture openshift

Quiz architecture openshift

Professional Development

5 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