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

Which is an industry-standard container runtime with an “emphasis” on simplicity, robustness, and portability?

A.

CRI-O

B.

LXD

C.

containerd

D.

kata-runtime

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

A.

--authorization-mode=RBAC

B.

--authorization-mode=AlwaysAllow

C.

--authorization-mode=AlwaysDeny

D.

--authorization-mode=ABAC

What does “Continuous Integration” mean?

A.

The continuous integration and testing of code changes from multiple sources manually.

B.

The continuous integration and testing of code changes from multiple sources via automation.

C.

The continuous integration of changes from one environment to another.

D.

The continuous integration of new tools to support developers in a project.

Which of the following options include only mandatory fields to create a Kubernetes object using a YAML file?

A.

apiVersion, template, kind, status

B.

apiVersion, metadata, status, spec

C.

apiVersion, template, kind, spec

D.

apiVersion, metadata, kind, spec

Which tools enable Kubernetes HorizontalPodAutoscalers to use custom, application-generated metrics to trigger scaling events?

A.

Prometheus and the prometheus-adapter.

B.

Graylog and graylog-autoscaler metrics.

C.

Graylog and the kubernetes-adapter.

D.

Grafana and Prometheus.

Which kubectl command is useful for collecting information about any type of resource that is active in a Kubernetes cluster?

A.

describe

B.

list

C.

expose

D.

explain

What is the correct hierarchy of Kubernetes components?

A.

Containers → Pods → Cluster → Nodes

B.

Nodes → Cluster → Containers → Pods

C.

Cluster → Nodes → Pods → Containers

D.

Pods → Cluster → Containers → Nodes

What is the reference implementation of the OCI runtime specification?

A.

lxc

B.

CRI-O

C.

runc

D.

Docker

The IPv4/IPv6 dual stack in Kubernetes:

A.

Translates an IPv4 request from a Service to an IPv6 Service.

B.

Allows you to access the IPv4 address by using the IPv6 address.

C.

Requires NetworkPolicies to prevent Services from mixing requests.

D.

Allows you to create IPv4 and IPv6 dual stack Services.

In Kubernetes, what is the primary purpose of using annotations?

A.

To control the access permissions for users and service accounts.

B.

To provide a way to attach metadata to objects.

C.

To specify the deployment strategy for applications.

D.

To define the specifications for resource limits and requests.