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

What Kubernetes component handles network communications inside and outside of a cluster, using operating system packet filtering if available?

A.

kube-proxy

B.

kubelet

C.

etcd

D.

kube-controller-manager

Which are the core features provided by a service mesh?

A.

Authentication and authorization

B.

Distributing and replicating data

C.

Security vulnerability scanning

D.

Configuration management

What is Helm?

A.

An open source dashboard for Kubernetes.

B.

A package manager for Kubernetes applications.

C.

A custom scheduler for Kubernetes.

D.

An end-to-end testing project for Kubernetes applications.

What are the initial namespaces that Kubernetes starts with?

A.

default, kube-system, kube-public, kube-node-lease

B.

default, system, kube-public

C.

kube-default, kube-system, kube-main, kube-node-lease

D.

kube-default, system, kube-main, kube-primary

What's the most adopted way of conflict resolution and decision-making for the open-source projects under the CNCF umbrella?

A.

Financial Analysis

B.

Discussion and Voting

C.

Flipism Technique

D.

Project Founder Say

What is the purpose of the kube-proxy?

A.

The kube-proxy balances network requests to Pods.

B.

The kube-proxy maintains network rules on nodes.

C.

The kube-proxy ensures the cluster connectivity with the internet.

D.

The kube-proxy maintains the DNS rules of the cluster.

A platform engineer wants to ensure that a new microservice is automatically deployed to every cluster registered in Argo CD. Which configuration best achieves this goal?

A.

Set up a Kubernetes CronJob that redeploys the microservice to all registered clusters on a schedule.

B.

Manually configure every registered cluster with the deployment YAML for installing the microservice.

C.

Create an Argo CD ApplicationSet that uses a Git repository containing the microservice manifests.

D.

Use a Helm chart to package the microservice and manage it with a single Application defined in Argo CD.

A CronJob is scheduled to run by a user every one hour. What happens in the cluster when it’s time for this CronJob to run?

A.

Kubelet watches API Server for CronJob objects. When it’s time for a Job to run, it runs the Pod directly.

B.

Kube-scheduler watches API Server for CronJob objects, and this is why it’s called kube-scheduler.

C.

CronJob controller component creates a Pod and waits until it finishes to run.

D.

CronJob controller component creates a Job. Then the Job controller creates a Pod and waits until it finishes to run.

What is the practice of bringing financial accountability to the variable spend model of cloud resources?

A.

FaaS

B.

DevOps

C.

CloudCost

D.

FinOps

In a serverless computing architecture:

A.

Users of the cloud provider are charged based on the number of requests to a function.

B.

Serverless functions are incompatible with containerized functions.

C.

Users should make a reservation to the cloud provider based on an estimation of usage.

D.

Containers serving requests are running in the background in idle status.