Spring Sale 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: save70

Kubernetes and Cloud Native KCNA Passing Score

Page: 13 / 18
Total 239 questions

Kubernetes and Cloud Native Associate Questions and Answers

Question 49

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.

Question 50

How do you deploy a workload to Kubernetes without additional tools?

Options:

A.

Create a Bash script and run it on a worker node.

B.

Create a Helm Chart and install it with helm.

C.

Create a manifest and apply it with kubectl.

D.

Create a Python script and run it with kubectl.

Question 51

What element allows Kubernetes to run Pods across the fleet of nodes?

Options:

A.

The node server.

B.

The etcd static pods.

C.

The API server.

D.

The kubelet.

Question 52

What methods can you use to scale a Deployment?

Options:

A.

With kubectl edit deployment exclusively.

B.

With kubectl scale-up deployment exclusively.

C.

With kubectl scale deployment and kubectl edit deployment.

D.

With kubectl scale deployment exclusively.

Page: 13 / 18
Total 239 questions