New Year Sale 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70track

Free Linux Foundation KCNA Practice Exam with Questions & Answers | Set: 6

Questions 51

Services and Pods in Kubernetes are ______ objects.

Options:
A.

JSON

B.

YAML

C.

Java

D.

REST

Linux Foundation KCNA Premium Access
Questions 52

What is the primary mechanism to identify grouped objects in a Kubernetes cluster?

Options:
A.

Custom Resources

B.

Labels

C.

Label Selector

D.

Pod

Questions 53

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

Options:
A.

Two etcd members.

B.

Five etcd members.

C.

Six etcd members.

D.

Three etcd members.

Questions 54

What does “continuous” mean in the context of CI/CD?

Options:
A.

Frequent releases, manual processes, repeatable, fast processing

B.

Periodic releases, manual processes, repeatable, automated processing

C.

Frequent releases, automated processes, repeatable, fast processing

D.

Periodic releases, automated processes, repeatable, automated processing

Questions 55

In a cloud native world, what does the IaC abbreviation stand for?

Options:
A.

Infrastructure and Code

B.

Infrastructure as Code

C.

Infrastructure above Code

D.

Infrastructure across Code

Questions 56

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

Questions 57

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?

Options:
A.

NetworkPolicy

B.

Linkerd

C.

kube-proxy

D.

Nginx

Questions 58

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.

Questions 59

How can you extend the Kubernetes API?

Options:
A.

Adding a CustomResourceDefinition or implementing an aggregation layer.

B.

Adding a new version of a resource, for instance v4beta3.

C.

With the command kubectl extend api, logged in as an administrator.

D.

Adding the desired API object as a kubelet parameter.