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

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

University

9 Qs

quiz-placeholder

Similar activities

Section 7: Security (35-40)

Section 7: Security (35-40)

University

11 Qs

Google Prof Cloud Archi - pt 11

Google Prof Cloud Archi - pt 11

University

14 Qs

Cloud Computing

Cloud Computing

University - Professional Development

6 Qs

Selector UiPath

Selector UiPath

University

10 Qs

Roseon x Planet Sandbox

Roseon x Planet Sandbox

University

12 Qs

Conhecimentos prévios em React Native

Conhecimentos prévios em React Native

University

10 Qs

React Native

React Native

University

8 Qs

tik tok

tik tok

6th Grade - 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