Pass the Linux Foundation Kubernetes and Cloud Native KCNA Questions and answers with CertsForce

Viewing page 3 out of 4 pages
Viewing questions 21-30 out of questions
Questions # 21:

Which command is used to expose Kubernetes service

Options:

A.

kubectl expose


B.

kubectl create


C.

kubectl run


Expert Solution
Questions # 22:

What is the name for a service that has no clusterIp address?

Options:

A.

Headless


B.

NodePort


C.

ClusterIP


D.

LoadBalancer


Expert Solution
Questions # 23:

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

Options:

A.

JSON


B.

Declarative


C.

Imperative


Expert Solution
Questions # 24:

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

Options:

A.

FALSE


B.

TRUE


Expert Solution
Questions # 25:

What framework allows developers to write code without worrying about the servers and operating systems they will run on?

Options:

A.

Virtualization


B.

Docker


C.

Serverless


D.

Kubernetes


Expert Solution
Questions # 26:

A ________ is a ready-to-run software package, containing everything needed to run an application.

Options:

A.

Container Repository


B.

Container Runtime


C.

Docker


D.

Container Image


Expert Solution
Questions # 27:

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

Options:

A.

DaemonSet


B.

ClusterSet


C.

Deployment


D.

ReplicaSet


Expert Solution
Questions # 28:

The Kubernetes rolling update is used for __.

Options:

A.

Updating a service


B.

Scaling an application


C.

Updating a deployment


Expert Solution
Questions # 29:

You might need to run a stateless application in kubernetes, and you want to be able to scale easily and perform rolling updates. What kubernetes resource type can you use to do this

Options:

A.

Dameon set


B.

Replica set


C.

Deployment


D.

pod


E.

service


F.

Stateful set


Expert Solution
Questions # 30:

What does CNCF stand for?

Options:

A.

Cloud Native Computing Foundation


B.

Cloud Native Cloud Foundation


C.

Cloud Native Container Foundation


Expert Solution
Viewing page 3 out of 4 pages
Viewing questions 21-30 out of questions