Kubernetes Essentials 1

Kubernetes Essentials 1

Professional Development

9 Qs

quiz-placeholder

Similar activities

CTJGP KE

CTJGP KE

Professional Development

10 Qs

Kubernetes

Kubernetes

Professional Development

10 Qs

VMware Basic NSX Networking

VMware Basic NSX Networking

Professional Development

6 Qs

Pivotal Cloud Foundry

Pivotal Cloud Foundry

Professional Development

12 Qs

Gaming

Gaming

2nd Grade - Professional Development

13 Qs

Evaluación de Seguridad en Spring

Evaluación de Seguridad en Spring

Professional Development

10 Qs

Kubestronaut quiz

Kubestronaut quiz

Professional Development

10 Qs

Kubernetes Clase 2

Kubernetes Clase 2

Professional Development

10 Qs

Kubernetes Essentials 1

Kubernetes Essentials 1

Assessment

Quiz

Computers

Professional Development

Hard

Created by

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

Used 9+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 5 pts

Docker main mechanisms are (multiple choice):

Image

Namespaces

Runtime

Filesystem

Cgroups

2.

MULTIPLE SELECT QUESTION

45 sec • 5 pts

What benefits does k8s provide over bare docker (multiple choice)?

Creates servers automatically

Provides abstraction for managing container groups

Provides self-healing for containers

Utilizes resources better

Provides automatic SSL termination

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What component does NOT belong to master node?

Contoller-manager

Kube-proxy

Kube API server

Scheduler

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What component does NOT belong to worker node?

Cloud Controller Manager

Kubelet

Container runtime

Kube-proxy

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What component ensures that desired number of pods is running across cluster?

Controller Manager

Kubelet

Cloud Controller Manager

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What component ensures that desired number of pods is running on a worker node?

Controller Manager

Kubelet

Cloud Controller Manager

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What component of the k8s cluster is the main communication point?

Scheduler

Controller Manager

etcd

Kube API server

8.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What component provides networking in k8s?

Kubelet

Kube-proxy

Kubectl

Kube-config

9.

FILL IN THE BLANK QUESTION

30 sec • 5 pts

Type the correct order of steps to deploy k8s container (e.g. 54321):

1 - Push image to Dockerhub

2 - Deploy app specs to k8s

3 - Build image

4 - Kubelet runs a pod on worker node

5 - Scheduler chooses the worker node