5. Kubernetes Concepts - Pods, ReplicaSets, Deployments

5. Kubernetes Concepts - Pods, ReplicaSets, Deployments

University

42 Qs

quiz-placeholder

Similar activities

Section 8: Storage (8-15)

Section 8: Storage (8-15)

University

42 Qs

FINAL BASE DE DATOS

FINAL BASE DE DATOS

University

43 Qs

Containerisation and Cloud

Containerisation and Cloud

University

40 Qs

BCS Level 4 Software Development Methodologies

BCS Level 4 Software Development Methodologies

University

41 Qs

ICC1 - Cloud Computing GrpB - 40 GenAI questions

ICC1 - Cloud Computing GrpB - 40 GenAI questions

University

40 Qs

CompTIA Security+ SY0-601 Chapters 9 - 12

CompTIA Security+ SY0-601 Chapters 9 - 12

University

40 Qs

Comando Linux

Comando Linux

University

47 Qs

NPTEL-CLOUD COMPUTING-PRACTICE TEST-4 2025

NPTEL-CLOUD COMPUTING-PRACTICE TEST-4 2025

University

40 Qs

5. Kubernetes Concepts - Pods, ReplicaSets, Deployments

5. Kubernetes Concepts - Pods, ReplicaSets, Deployments

Assessment

Quiz

Computers

University

Hard

Created by

Maiky Alfaro

Used 12+ times

FREE Resource

42 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kubernetes uses ________ as inputs for the creation of objects such as POD's, replicas, deployment services, etc...

JSON

Python

XML

YAML

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which are the 4 top level fields in a Kubernetes definition file?

kind

metadata

apiVersion

spec

apiServer

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which are the 2 top level fields in a Kubernetes definition file that are not included in a Replication Controller or ReplicaSet definition file?

kind

metadata

apiVersion

spec

apiServer

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It's the version of the Kubernetes API you're using to create the objects.

Which of the 4 top level fields in a Kubernetes definition file does the above statement refers to?

kind

metadata

apiVersion

spec

apiServer

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It refers to the type of object we're trying to create which in this case happens to be a POD. We will set it as POD.

Which of the 4 top level fields in a Kubernetes definition file does the above statement refers to?

kind

metadata

apiVersion

spec

apiServer

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It's data about the object like its name, labels, etc...

Which of the 4 top level fields in a Kubernetes definition file does the above statement refers to?

kind

metadata

apiVersion

spec

apiServer

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It's a YAML dictionary where we specify the container where our POD will run, the container's name and the image name.

Which of the 4 top level fields in a Kubernetes definition file does the above statement refers to?

kind

metadata

apiVersion

spec

apiServer

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?