Month End 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 2 out of 6 pages
Viewing questions 11-20 out of questions
Questions # 11:

What methods can you use to scale a Deployment?

Options:

A.

With kubectl edit deployment exclusively.


B.

With kubectl scale-up deployment exclusively.


C.

With kubectl scale deployment and kubectl edit deployment.


D.

With kubectl scale deployment exclusively.


Expert Solution
Questions # 12:

What is the purpose of the kubelet component within a Kubernetes cluster?

Options:

A.

A dashboard for Kubernetes clusters that allows management and troubleshooting of applications.


B.

A network proxy that runs on each node in your cluster, implementing part of the Kubernetes Service concept.


C.

A component that watches for newly created Pods with no assigned node, and selects a node for them to run on.


D.

An agent that runs on each node in the cluster. It makes sure that containers are running in a Pod.


Expert Solution
Questions # 13:

What framework does Kubernetes use to authenticate users with JSON Web Tokens?

Options:

A.

OpenID Connect


B.

OpenID Container


C.

OpenID Cluster


D.

OpenID CNCF


Expert Solution
Questions # 14:

Which of the following will view the snapshot of previously terminated ruby container logs from Pod web-1?

Options:

A.

kubectl logs -p -c ruby web-1


B.

kubectl logs -c ruby web-1


C.

kubectl logs -p ruby web-1


D.

kubectl logs -p -c web-1 ruby


Expert Solution
Questions # 15:

Which of the following sentences is true about container runtimes in Kubernetes?

Options:

A.

If you let iptables see bridged traffic, you don't need a container runtime.


B.

If you enable IPv4 forwarding, you don't need a container runtime.


C.

Container runtimes are deprecated, you must install CRI on each node.


D.

You must install a container runtime on each node to run pods on it.


Expert Solution
Questions # 16:

Which are the two primary modes for Service discovery within a Kubernetes cluster?

Options:

A.

Environment variables and DNS


B.

API calls and LDAP


C.

Labels and RADIUS


D.

Selectors and DHCP


Expert Solution
Questions # 17:

Which group of container runtimes provides additional sandboxed isolation and elevated security?

Options:

A.

rune, cgroups


B.

docker, containerd


C.

runsc, kata


D.

crun, cri-o


Expert Solution
Questions # 18:

Which persona is normally responsible for defining, testing, and running an incident management process?

Options:

A.

Site Reliability Engineers


B.

Project Managers


C.

Application Developers


D.

Quality Engineers


Expert Solution
Questions # 19:

Which component of the node is responsible to run workloads?

Options:

A.

The kubelet.


B.

The kube-proxy.


C.

The kube-apiserver.


D.

The container runtime.


Expert Solution
Questions # 20:

Kubernetes ___ allows you to automatically manage the number of nodes in your cluster to meet demand.

Options:

A.

Node Autoscaler


B.

Cluster Autoscaler


C.

Horizontal Pod Autoscaler


D.

Vertical Pod Autoscaler


Expert Solution
Viewing page 2 out of 6 pages
Viewing questions 11-20 out of questions