VMware Tanzu Kubernetes Grid: Install, Configure, Manage [V1.0] Quiz Questions and Answers

Which resource can add the pod automatic in newly added nodes?

Answer :
  • DaemonSet

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

Answer :
  • DaemonSet

Can we define the label in the DaemonSet configuration?

Answer :
  • Yes

Which tool can be used to capture Evet Messages in Kubernetes?

Answer :
  • Prometheus

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

Answer :
  • Deployment

What is Kubernetes RBAC (Role-Based Access Control)?

Answer :
  • <p>A feature that restricts access to Kubernetes API server based on user roles.</p>

Which resource is used to do rollback if you have upgraded images?

Answer :
  • Deployment

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

Answer :
  • DaemonSet

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

Answer :
  • No