Kubernetes Essentials 1

Kubernetes Essentials 1

Professional Development

9 Qs

quiz-placeholder

Similar activities

HPE SimpliVIty - Tech Pro

HPE SimpliVIty - Tech Pro

Professional Development

10 Qs

Spring Boot Quiz

Spring Boot Quiz

Professional Development

11 Qs

Pivotal Cloud Foundry

Pivotal Cloud Foundry

Professional Development

12 Qs

Helm

Helm

Professional Development

10 Qs

Container, Docker and Kubernetes

Container, Docker and Kubernetes

Professional Development

8 Qs

Kubernetes Clase 2

Kubernetes Clase 2

Professional Development

10 Qs

Kubernetes Deployments made easy - The Devtron way | Quiz

Kubernetes Deployments made easy - The Devtron way | Quiz

Professional Development

10 Qs

Kubernetes Quiz

Kubernetes Quiz

Professional Development

7 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