Kubernetes architecture

Kubernetes architecture

Professional Development

7 Qs

quiz-placeholder

Similar activities

Kubernetes Fundamentals

Kubernetes Fundamentals

Professional Development

7 Qs

Kubernetes for beginners!

Kubernetes for beginners!

University - Professional Development

8 Qs

Kubernetes Clase5

Kubernetes Clase5

Professional Development

10 Qs

SUSE Udacity Cloud Native Foundations Scholarship Challenge

SUSE Udacity Cloud Native Foundations Scholarship Challenge

Professional Development

10 Qs

Kubernetes Clase 2

Kubernetes Clase 2

Professional Development

10 Qs

EKS 1

EKS 1

Professional Development

7 Qs

Kubernetes Quiz

Kubernetes Quiz

Professional Development

10 Qs

Container, Docker and Kubernetes

Container, Docker and Kubernetes

Professional Development

8 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