Spring Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: simple70

Pass the Linux Foundation Kubernetes and Cloud Native KCNA Questions and answers with CertsForce

Viewing page 6 out of 8 pages
Viewing questions 51-60 out of questions
Questions # 51:

What is a Dockerfile?

Options:

A.

A bash script that is used to automatically build a docker image.


B.

A config file that defines which image registry a container should be pushed to.


C.

A text file that contains all the commands a user could call on the command line to assemble an image.


D.

An image layer created by a running container stored on the host.


Expert Solution
Questions # 52:

Which of the following would fall under the responsibilities of an SRE?

Options:

A.

Developing a new application feature.


B.

Creating a monitoring baseline for an application.


C.

Submitting a budget for running an application in a cloud.


D.

Writing policy on how to submit a code change.


Expert Solution
Questions # 53:

In Kubernetes, which abstraction defines a logical set of Pods and a policy by which to access them?

Options:

A.

Service Account


B.

NetworkPolicy


C.

Service


D.

Custom Resource Definition


Expert Solution
Questions # 54:

What edge and service proxy tool is designed to be integrated with cloud native applications?

Options:

A.

CoreDNS


B.

CNI


C.

gRPC


D.

Envoy


Expert Solution
Questions # 55:

What is a Pod?

Options:

A.

A networked application within Kubernetes.


B.

A storage volume within Kubernetes.


C.

A single container within Kubernetes.


D.

A group of one or more containers within Kubernetes.


Expert Solution
Questions # 56:

Which component in Kubernetes is responsible to watch newly created Pods with no assigned node, and selects a node for them to run on?

Options:

A.

etcd


B.

kube-controller-manager


C.

kube-proxy


D.

kube-scheduler


Expert Solution
Questions # 57:

Imagine there is a requirement to run a database backup every day. Which Kubernetes resource could be used to achieve that?

Options:

A.

kube-scheduler


B.

CronJob


C.

Task


D.

Job


Expert Solution
Questions # 58:

What is the default value for authorization-mode in Kubernetes API server?

Options:

A.

--authorization-mode=RBAC


B.

--authorization-mode=AlwaysAllow


C.

--authorization-mode=AlwaysDeny


D.

--authorization-mode=ABAC


Expert Solution
Questions # 59:

Which control plane component is responsible for updating the node Ready condition if a node becomes unreachable?

Options:

A.

The kube-proxy


B.

The node controller


C.

The kubectl


D.

The kube-apiserver


Expert Solution
Questions # 60:

What is the difference between a Deployment and a ReplicaSet?

Options:

A.

With a Deployment, you can’t control the number of pod replicas.


B.

A ReplicaSet does not guarantee a stable set of replica pods running.


C.

A Deployment is basically the same as a ReplicaSet with annotations.


D.

A Deployment is a higher-level concept that manages ReplicaSets.


Expert Solution
Viewing page 6 out of 8 pages
Viewing questions 51-60 out of questions