🧪 Azure Kubernetes MCQ Quiz Hub

"Kubernetes" Mcq

Choose a topic to test your knowledge and improve your Azure Kubernetes skills

1. This volume type can be used to share contents within containers in a pod, but will not persist beyond the life of a pod.




2. An abstraction in kubernetes which defines a logical set of pods and a policy to access them.




3. The Service Type _____________ works only if your cluster is setup to work with a cloud provider.




4. Kube-apiserver on kubernetes master is designed to scale.




5. ________________ is a special namespace that is used for special purposes like bootstrapping a cluster.




6. The command to create Kubernetes service is




7. ___________ is responsible for health check of the pods running on individual nodes




8. Cronjobs in kubernetes run in




9. ______ service is automatically created for you k8s cluster creation and takes care of the internal routing of the cluster.




10. ______ service is automatically created for you k8s cluster creation and takes care of the internal routing of the cluster.




11. _______ runs on each node and ensures containers are running in a pod.




12. ___ manages the assigning nodes to pods depending on resource availability.




13. Kubernetes uses _______________________ to connect to ouath 2 providers to offload the authentication to external services.




14. To program additional authentication logic besides available authenticator modules, _______________ can be used.




15. As soon a service starts, .......... daemon running on each node add a set of environment variables on the pod for each active service.