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

Linux Foundation KCNA - Kubernetes and Cloud Native Associate

Page: 6 / 8
Total 239 questions

Which command lists the running containers in the current Kubernetes namespace?

A.

kubectl get pods

B.

kubectl ls

C.

kubectl ps

D.

kubectl show pods

Which component of the Kubernetes architecture is responsible for integration with the CRI container runtime?

A.

kubeadm

B.

kubelet

C.

kube-apiserver

D.

kubectl

Which of the following is a responsibility of the governance board of an open source project?

A.

Decide about the marketing strategy of the project.

B.

Review the pull requests in the main branch.

C.

Outline the project's “terms of engagement”.

D.

Define the license to be used in the project.

Which of the following observability data streams would be most useful when desiring to plot resource consumption and predicted future resource exhaustion?

A.

stdout

B.

Traces

C.

Logs

D.

Metrics

What is the default deployment strategy in Kubernetes?

A.

Rolling update

B.

Blue/Green deployment

C.

Canary deployment

D.

Recreate deployment

How does dynamic storage provisioning work?

A.

A user requests dynamically provisioned storage by including an existing StorageClass in their PersistentVolumeClaim.

B.

An administrator creates a StorageClass and includes it in their Pod YAML definition file without creating a PersistentVolumeClaim.

C.

A Pod requests dynamically provisioned storage by including a StorageClass and the Pod name in their PersistentVolumeClaim.

D.

An administrator creates a PersistentVolume and includes the name of the PersistentVolume in their Pod YAML definition file.

How do you perform a command in a running container of a Pod?

A.

kubectl exec --

B.

docker exec

C.

kubectl run --

D.

kubectl attach -i

What service account does a Pod use in a given namespace when the service account is not specified?

A.

admin

B.

sysadmin

C.

root

D.

default

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

A.

Node Autoscaler

B.

Cluster Autoscaler

C.

Horizontal Pod Autoscaler

D.

Vertical Pod Autoscaler

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

A.

CoreDNS

B.

CNI

C.

gRPC

D.

Envoy