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

Which authentication method allows JWTs to authenticate?

A.

OpenId connect

B.

Client 'TLS' certificates

C.

OPA gatekeeper

D.

Anonymous

What does the 'kops' acronym means?

A.

Kubernetes Open Platform Specification

B.

Kubernetes Operations

C.

Kubernetes Operators

D.

Kubernetes Operation Policy Specification

Which of the following are not the metrics for Site Reliability Engineering?

A.

Service Level Objectives 'SLO'

B.

Service Level Agreements 'SLA'

C.

Service Level Indicators 'SLI'

D.

Service Level Definition 'SLD'

Which of the following is NOT a Kubernetes component?

A.

Scheduler

B.

Docker

C.

Cloud Controller manager

D.

Kube-proxy

What is the command used to login to the pod?

A.

kubectl login

B.

kubectl list

C.

kubectl exec

D.

kubectl get

What are default kubernetes namespaces?

A.

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

B.

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

C.

default, kube-public, kube-systems, kube-node-lease

D.

default, kube-public, kube-system, kube-node-leases

Which kubernetes resource type allows defining which pods are isolated when it comes to network-ing?

A.

Network policy

B.

Domain Name System 'DNS'

C.

Role Binding

D.

Service

Which style of operations are preferred for kubernetes and cloud-native applications?

A.

Imperative

B.

None of the above

C.

Declarative

What Kubernetes resource would allow you to run one Pod on some of your Nodes?

A.

DaemonSet

B.

ClusterSet

C.

Deployment

D.

ReplicaSet

Which is not a service type in Kubernetes?

A.

ClusterIP

B.

NodePort

C.

Ingress

D.

LoadBalancer

E.

ExternalName