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

What Linux namespace is shared by default by containers running within a Kubernetes Pod?

A.

Host Network

B.

Network

C.

Process ID

D.

Process Name

What is the main role of the Kubernetes DNS within a cluster?

A.

Acts as a DNS server for virtual machines that are running outside the cluster.

B.

Provides a DNS as a Service, allowing users to create zones and registries for domains that they own.

C.

Allows Pods running in dual stack to convert IPv6 calls into IPv4 calls.

D.

Provides consistent DNS names for Pods and Services for workloads that need to communicate with each other.

What is an advantage of using the Gateway API compared to Ingress in Kubernetes?

A.

To automatically scale workloads based on CPU and memory utilization.

B.

To provide clearer role separation between infrastructure providers and application developers.

C.

To configure routing rules through annotations directly on Ingress resources.

D.

To expose an application externally by creating only a Service resource.

Which cloud native tool keeps Kubernetes clusters in sync with sources of configuration (like Git repositories), and automates updates to configuration when there is new code to deploy?

A.

Flux and ArgoCD

B.

GitOps Toolkit

C.

Linkerd and Istio

D.

Helm and Kustomize

What is the main purpose of the Ingress in Kubernetes?

A.

Access HTTP and HTTPS services running in the cluster based on their IP address.

B.

Access services different from HTTP or HTTPS running in the cluster based on their IP address.

C.

Access services different from HTTP or HTTPS running in the cluster based on their path.

D.

Access HTTP and HTTPS services running in the cluster based on their path.

What is the main purpose of the Open Container Initiative (OCI)?

A.

Accelerating the adoption of containers and Kubernetes in the industry.

B.

Creating open industry standards around container formats and runtimes.

C.

Creating industry standards around container formats and runtimes for private purposes.

D.

Improving the security of standards around container formats and runtimes.

What component enables end users, different parts of the Kubernetes cluster, and external components to communicate with one another?

A.

kubectl

B.

AWS Management Console

C.

Kubernetes API

D.

Google Cloud SDK

How long should a stable API element in Kubernetes be supported (at minimum) after deprecation?

A.

9 months

B.

24 months

C.

12 months

D.

6 months

What is a DaemonSet?

A.

It’s a type of workload that ensures a specific set of nodes run a copy of a Pod.

B.

It’s a type of workload responsible for maintaining a stable set of replica Pods running in any node.

C.

It’s a type of workload that needs to be run periodically on a given schedule.

D.

It’s a type of workload that provides guarantees about ordering, uniqueness, and identity of a set of Pods.

When modifying an existing Helm release to apply new configuration values, which approach is the best practice?

A.

Use helm upgrade with the --set flag to apply new values while preserving the release history.

B.

Use kubectl edit to modify the live release configuration and apply the updated resource values.

C.

Delete the release and reinstall it with the desired configuration to force an updated deployment.

D.

Edit the Helm chart source files directly and reapply them to push the updated configuration values.