Scheduling

Scheduling

Professional Development

26 Qs

quiz-placeholder

Similar activities

FCS_Finals Exam

FCS_Finals Exam

Professional Development

25 Qs

PythonDS

PythonDS

Professional Development

21 Qs

DevOps | Change Management | Incident Management Interview Quiz

DevOps | Change Management | Incident Management Interview Quiz

Professional Development

25 Qs

Introduction to Data-link Layer

Introduction to Data-link Layer

Professional Development

31 Qs

DATASTRUCTURES-3SEM

DATASTRUCTURES-3SEM

Professional Development

25 Qs

DSA QUIZ-2

DSA QUIZ-2

Professional Development

25 Qs

CPS02-Day2-NWC -Set01

CPS02-Day2-NWC -Set01

Professional Development

30 Qs

QuizzaMania

QuizzaMania

Professional Development

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