Search Header Logo

Scheduling

Authored by Khachatur Ashotyan

English, Computers, Professional Development

Professional Development

Used 2+ times

Scheduling
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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.

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?