5. Kubernetes Concepts - Pods, ReplicaSets, Deployments

5. Kubernetes Concepts - Pods, ReplicaSets, Deployments

University

42 Qs

quiz-placeholder

Similar activities

Sec+ Days 1 - 3

Sec+ Days 1 - 3

University

44 Qs

QUIZ APSI PRA UTS

QUIZ APSI PRA UTS

University

40 Qs

MidTerm MLOps

MidTerm MLOps

University

40 Qs

Understanding SDLC phases and Its Models

Understanding SDLC phases and Its Models

University

41 Qs

Software Design Models: Waterfall and Iterative

Software Design Models: Waterfall and Iterative

8th Grade - University

44 Qs

AWS Practitioner Account

AWS Practitioner Account

University

40 Qs

zxcvbn

zxcvbn

University

38 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?