3. Section 5: Application Lifecycle Management (21-28)

3. Section 5: Application Lifecycle Management (21-28)

University

9 Qs

quiz-placeholder

Similar activities

AI-102 day1

AI-102 day1

University

10 Qs

MIT App Inventor Quiz

MIT App Inventor Quiz

10th Grade - University

10 Qs

quizz

quizz

University

11 Qs

k8s-6

k8s-6

University - Professional Development

4 Qs

GOOGLE MEET - GCE

GOOGLE MEET - GCE

University

10 Qs

It's App to You!

It's App to You!

University

10 Qs

4. Section 3: Kubernetes Concepts

4. Section 3: Kubernetes Concepts

University

13 Qs

Dasar-Dasar Flutter

Dasar-Dasar Flutter

University

10 Qs

3. Section 5: Application Lifecycle Management (21-28)

3. Section 5: Application Lifecycle Management (21-28)

Assessment

Quiz

Computers

University

Easy

Created by

Maiky Alfaro

Used 3+ times

FREE Resource

9 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

They share the same life cycle, which means they're created and destroyed together. They shared the same network space, and have access to the same storage volumes.

 

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Type the full command to retrieve and display the contents of the file /log/app.log from within the POD named app in the elastic-stack namespace

 

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which are 3 common patterns, when it comes to designing multi-container PODs?

Static

Sidecar

Adapter

Ambassador

Fixed

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If we have a task that will be run only one time when the pod is first created or a process that waits for an external service or database to be up before the actual application starts, we should use ________________

ReplicationControllers

Deployments

Multi-container Pods

InitContainers

Volumes

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

_________________ are helpful for setting up the environment, downloading necessary resources, or waiting for certain conditions before starting the main containers.

ReplicationControllers

Deployments

Multi-container Pods

InitContainers

Volumes

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

 When a POD is first created the _______________ is run, and the process in the _______________ must run to a completion before the real container hosting the application starts.

 

ReplicationControllers

Deployments

Multi-container Pods

InitContainers

Volumes

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If any of the initContainers fail to complete, Kubernetes _______________ the Pod repeatedly until the Init Container succeeds.

Initiates

Restarts

Start

Stops

Kills

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

They are used for initialization tasks before the main container starts running.

Multi-container Pods

InitContainers

9.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

They help insuring that a POD is re-created automatically when the application within the POD crashes.

Deployments

ReplicaSets

ReplicationController

Quorum Pod