Scheduling

Scheduling

Professional Development

26 Qs

quiz-placeholder

Similar activities

LNMIIT session 5

LNMIIT session 5

Professional Development

30 Qs

Docker_Kubernetes_Git

Docker_Kubernetes_Git

Professional Development

28 Qs

Linked List

Linked List

Professional Development

30 Qs

Java Chapter 13 Review Questions

Java Chapter 13 Review Questions

Professional Development

24 Qs

Basic Teradata Architecture Understanding Quiz

Basic Teradata Architecture Understanding Quiz

Professional Development

23 Qs

MBIP UDP Training Lab Assessment

MBIP UDP Training Lab Assessment

Professional Development

30 Qs

Adreçament amb classe i subnetting

Adreçament amb classe i subnetting

Professional Development

22 Qs

Quiz 1A: Compare and Contrast OSI Model Layers

Quiz 1A: Compare and Contrast OSI Model Layers

Professional Development

25 Qs

Scheduling

Scheduling

Assessment

Quiz

English, Computers, Professional Development

Professional Development

Medium

Created by

Khachatur Ashotyan

Used 2+ times

FREE Resource

26 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You evicted all of the pods from the BFIRE node using command kubectl drain BFIRE. Also, during the maintenance operation, the node is left in the cluster. What command informs Kubernetes to carry on scheduling fresh pods on this nodes?

kubectl cordon BFIRE

kubectl drain

kubectl drain-all

kubectl uncordon BFIRE

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

in terms of a multi-container Pod, what is a use case for an ambassador type container?

Ambassador containers can extend the features of the main container, such as gathering connection details about other applications and allowing the main container access to these resources.

Ambassador containers can create standardized container output, converting the output into an accepted format, allowing other container standardized access to these resources.

Ambassador containers can create shared filesystems or volumes, allowing other containers in the Pod quick access to files and resources.

Ambassador containers can create proxies or gateways to remote applications, which allows the main container to create network connections on localhost.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Apart from the IP address associated with the service, what else does the output of kubectl logs contain when run on a client pod named "dns-frontend"?

The metrics for each pod and its associated containers.

The standard output pod information.

The namespace

The service name.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where does a sidecar container stream its application logs to?

stdout

log

klog

scarlog

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the node problem detector do?

Acts as a firewall for all worker nodes in a cluster.

Acts as a firewall for the main node in a cluster.

Collects node problems from various sources and reports them to the API Server.

Reports potential issues with worker nodes to the master node.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Assume that you are applying RBAC's for a sub-admin on a Kubernetes deployment you administrate. The new admin only needs access to cluster resources and a few non-resource endpoints of your deployment. What role can you provide to the new admin?

A ClusterReader

A Role

A ClusterRole

A PodReader

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

While deploying container in production, how can you make it easy to track the running image version while still rolling back images properly?

By avoiding :latest tag.

By equating ImagePullPolicy to Never.

By including the :latest tag.

By equating ImagePullPolicy to Always.

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?