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

Fluentd is the leading project in the CNCF space for logging?

A.

TRUE

B.

FALSE

What command use to get documentation about kubernetes resource type

A.

alias k='kubectl'

k api-resources

B.

alias k='kubectl'

k api-list

C.

alias k='kubectl'

k explain

D.

alias k='kubectl'

k get resource

What is the smallest possible unit in Kubernetes to run a container?

A.

pod

B.

docker

C.

service

D.

container

Which of the following best describes a cloud-native app?

A.

An application where all logic is coded into a single large binary.

B.

An application that publishes an HTTPS web front-end.

C.

An application that takes advantages of cloud computing fromworks and their loosely coupled cloud services.

D.

An application that leverages services that are native to public cloud platforms such as Azure, GCP, and/or AWS.

'kubectl delete -n my-ns po,svc --all' will delete pods and services including uninitialized ones in the namespace 'my-ns'

A.

FALSE

B.

TRUE

What is the command to list all the available objects in your Kubernetes cluster?

A.

kubectl get all

B.

kubectl get api-resources

C.

kubectl api-resources

D.

kubectl get pods

What do control groups provide when it come to containers

A.

Permission

B.

Image Storage

C.

Isolation

D.

Logging

Which of the following components is part of the Kubernetes control panel

A.

kubectl

B.

kube-proxy

C.

Service Mesh

D.

kubelet

E.

Cloud control manager

Various Container Orchestrator Systems (COS)?

A.

Apache Mesos

B.

None of the options

C.

Docker Swarm

D.

Kubernetes

What are cluster-wide objects

A.

Service and Pods

B.

Volumes and Nodes

C.

ConfigMaps and Secrets