Kubernetes Application Essentials Quiz Questions and Answers

It is possible to check the status of upgradation in deployment.

Answer :
  • True

Which resource can be used to manage replicas in the cluster?

Answer :
  • Deployment

Which resource can be used to update the image of containers?

Answer :
  • Deployment

Which Kubernetes object is responsible for defining a set of rules that determine what actions are allowed or denied for a user or group?

Answer :
  • <p>RoleBinding</p>

Can we define the label in DaemonSet Configuration?

Answer :
  • Yes

Which resource can be used to manage a pod on all machines for logs and monitoring?

Answer :
  • DaemonSet

Which resource is used to manage an identical copy of the pod on all worker nodes?

Answer :
  • DaemonSet

What is a cluster?

Answer :
  • A system made up of servers and other resources

What are different kinds of service types?

Answer :
  • A) ExternalName
    B) ClusterIP
    C) NodePort
    All of the above

In any given namespace, resources names are unique.

Answer :
  • Yes