Kubernetes Foundations Quiz Questions and Answers

How many pods can be created on a single worker node?

Answer :
  • 110

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 of the following can be considered as primary datastore of kubernetes?

Answer :
  • <p>etcd</p>

Which of these are services in kubernetes?

Answer :
  • A) <p>ClusterIP</p>
    B) <p>NodePort</p>
    C) <p>Load Balancer</p>
    All of the above

What is the apiVersion for ReplicaSet?

Answer :
  • apps/v1

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

Answer :
  • Deployment

If I do not define selectors, the endpoints controller does not create Endpoints records. Which is the right option?

Answer :
  • Headless Service

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>

Which Resource can be used to perform the recurring job?

Answer :
  • CronJob