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

Which component of the node is responsible to run workloads?

A.

The kubelet.

B.

The kube-proxy.

C.

The kube-apiserver.

D.

The container runtime.

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.

Which resource do you use to attach a volume in a Pod?

A.

StorageVolume

B.

PersistentVolume

C.

StorageClass

D.

PersistentVolumeClaim

Which command provides information about the field replicas within the spec resource of a deployment object?

A.

kubectl get deployment.spec.replicas

B.

kubectl explain deployment.spec.replicas

C.

kubectl describe deployment.spec.replicas

D.

kubectl explain deployment --spec.replicas

What native runtime is Open Container Initiative (OCI) compliant?

A.

runC

B.

runV

C.

kata-containers

D.

gvisor

How many hosts are required to set up a highly available Kubernetes cluster when using an external etcd topology?

A.

Four hosts. Two for control plane nodes and two for etcd nodes.

B.

Four hosts. One for a control plane node and three for etcd nodes.

C.

Three hosts. The control plane nodes and etcd nodes share the same host.

D.

Six hosts. Three for control plane nodes and three for etcd nodes.

What is a Kubernetes Service Endpoint?

A.

It is the API endpoint of our Kubernetes cluster.

B.

It is a name of special Pod in kube-system namespace.

C.

It is an IP address that we can access from the Internet.

D.

It is an object that gets IP addresses of individual Pods assigned to it.

Manual reclamation policy of a PV resource is known as:

A.

claimRef

B.

Delete

C.

Retain

D.

Recycle

What is the default value for authorization-mode in Kubernetes API server?

A.

--authorization-mode=RBAC

B.

--authorization-mode=AlwaysAllow

C.

--authorization-mode=AlwaysDeny

D.

--authorization-mode=ABAC

What components are common in a service mesh?

A.

Tracing and log storage

B.

Circuit breaking and Pod scheduling

C.

Data plane and runtime plane

D.

Service proxy and control plane