Advanced Kubernetes 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>

Is it possible to create Daemon Set only for one worker Node?

Answer :
  • Yes

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

Which of the following is used to store sensitive information such as username and password in secure format?

Answer :
  • Secret

Is it necessary to define labels in the pod definition file, to query objects and perform bulk operations on selected subsets.

Answer :
  • True