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: 5 / 8
Total 239 questions

In the DevOps framework and culture, who builds, automates, and offers continuous delivery tools for developer teams?

A.

Application Users

B.

Application Developers

C.

Platform Engineers

D.

Cluster Operators

What helps an organization to deliver software more securely at a higher velocity?

A.

Kubernetes

B.

apt-get

C.

Docker Images

D.

CI/CD Pipeline

Which is the correct kubectl command to display logs in real time?

A.

kubectl logs -p test-container-1

B.

kubectl logs -c test-container-1

C.

kubectl logs -l test-container-1

D.

kubectl logs -f test-container-1

Which of the following is a lightweight tool that manages traffic flows between services, enforces access policies, and aggregates telemetry data, all without requiring changes to application code?

A.

NetworkPolicy

B.

Linkerd

C.

kube-proxy

D.

Nginx

Which component of the node is responsible to run workloads?

A.

The kubelet.

B.

The kube-proxy.

C.

The kube-apiserver.

D.

The container runtime.

What is the minimum number of etcd members that are required for a highly available Kubernetes cluster?

A.

Two etcd members.

B.

Five etcd members.

C.

Six etcd members.

D.

Three etcd members.

There is an application running in a logical chain: Gateway API → Service → EndpointSlice → Container.

What Kubernetes API object is missing from this sequence?

A.

Proxy

B.

Docker

C.

Pod

D.

Firewall

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

A.

Service Account

B.

NetworkPolicy

C.

Service

D.

Custom Resource Definition

Which of the following systems is NOT compatible with the CRI runtime interface standard?

(Typo corrected: “CRI-0” → “CRI-O”)

A.

CRI-O

B.

dockershim

C.

systemd

D.

containerd

Scenario: You have a Kubernetes cluster hosted in a public cloud provider. When trying to create a Service of type LoadBalancer, the external-ip is stuck in the "Pending" state. Which Kubernetes component is failing in this scenario?

A.

Cloud Controller Manager

B.

Load Balancer Manager

C.

Cloud Architecture Manager

D.

Cloud Load Balancer Manager