Spring Sale Special - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

Can a Kubernetes Service expose multiple ports?

A.

No, you can only expose one port per each Service.

B.

Yes, but you must specify an unambiguous name for each port.

C.

Yes, the only requirement is to use different port numbers.

D.

No, because the only port you can expose is port number 443.

What default level of protection is applied to the data in Secrets in the Kubernetes API?

A.

The values use AES symmetric encryption

B.

The values are stored in plain text

C.

The values are encoded with SHA256 hashes

D.

The values are base64 encoded

What is the reference implementation of the OCI runtime specification?

A.

lxc

B.

CRI-O

C.

runc

D.

Docker

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

A.

CPU and disk capacity.

B.

Network throughput and disk I/O.

C.

CPU and RAM memory.

D.

Network throughput and CPU.

What is Flux constructed with?

A.

GitLab Environment Toolkit

B.

GitOps Toolkit

C.

Helm Toolkit

D.

GitHub Actions Toolkit

What helps an organization to deliver software more securely at a higher velocity?

A.

Kubernetes

B.

apt-get

C.

Docker Images

D.

CI/CD Pipeline

A platform engineer is tasked with ensuring that an application can securely access the Kubernetes API without using a developer’s personal credentials. What is the correct way to configure this?

A.

Create a ServiceAccount and bind it to the Pod for API access.

B.

Generate a certificate for the application to access the API.

C.

Use a developer’s kubeconfig file with restricted permissions.

D.

Set the application to use the default ServiceAccount in the namespace.

What is the main purpose of a DaemonSet?

A.

A DaemonSet ensures that all (or certain) nodes run a copy of a Pod.

B.

A DaemonSet ensures that the kubelet is constantly up and running.

C.

A DaemonSet ensures that there are as many pods running as specified in the replicas field.

D.

A DaemonSet ensures that a process (agent) runs on every node.

Which storage operator in Kubernetes can help the system to self-scale, self-heal, etc?

A.

Rook

B.

Kubernetes

C.

Helm

D.

Container Storage Interface (CSI)

Kubernetes supports multiple virtual clusters backed by the same physical cluster. These virtual clusters are called:

A.

Namespaces

B.

Containers

C.

Hypervisors

D.

cgroups