Spring Sale Limited Time 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

How can you monitor the progress for an updated Deployment/DaemonSets/StatefulSets?

Options:
A.

kubectl rollout watch

B.

kubectl rollout progress

C.

kubectl rollout state

D.

kubectl rollout status

Linux Foundation KCNA Premium Access
Questions 52

What function does kube-proxy provide to a cluster?

Options:
A.

Implementing the Ingress resource type for application traffic.

B.

Forwarding data to the correct endpoints for Services.

C.

Managing data egress from the cluster nodes to the network.

D.

Managing access to the Kubernetes API.

Questions 53

What are the most important resources to guarantee the performance of an etcd cluster?

Options:
A.

CPU and disk capacity.

B.

Network throughput and disk I/O.

C.

CPU and RAM memory.

D.

Network throughput and CPU.

Questions 54

How many different Kubernetes service types can you define?

Options:
A.

2

B.

3

C.

4

D.

5

Questions 55

What is the telemetry component that represents a series of related distributed events that encode the end-to-end request flow through a distributed system?

Options:
A.

Metrics

B.

Logs

C.

Spans

D.

Traces

Questions 56

What happens if only a limit is specified for a resource and no admission-time mechanism has applied a default request?

Options:
A.

Kubernetes will create the container but it will fail with CrashLoopBackOff.

B.

Kubernetes does not allow containers to be created without request values, causing eviction.

C.

Kubernetes copies the specified limit and uses it as the requested value for the resource.

D.

Kubernetes chooses a random value and uses it as the requested value for the resource.

Questions 57

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 58

What is the role of a NetworkPolicy in Kubernetes?

Options:
A.

The ability to cryptic and obscure all traffic.

B.

The ability to classify the Pods as isolated and non isolated.

C.

The ability to prevent loopback or incoming host traffic.

D.

The ability to log network security events.

Questions 59

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

Options:
A.

9 months

B.

24 months

C.

12 months

D.

6 months

Questions 60

What’s the difference between a security profile and a security context?

Options:
A.

Security Contexts configure Clusters and Namespaces at runtime. Security profiles are control plane mechanisms to enforce specific settings in the Security Context.

B.

Security Contexts configure Pods and Containers at runtime. Security profiles are control plane mechanisms to enforce specific settings in the Security Context.

C.

Security Profiles configure Pods and Containers at runtime. Security Contexts are control plane mechanisms to enforce specific settings in the Security Profile.

D.

Security Profiles configure Clusters and Namespaces at runtime. Security Contexts are control plane mechanisms to enforce specific settings in the Security Profile.