ChatGPT Quiz: Basics of Kubernetes #1
Quiz by OXFORD SCHOOL
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Measure skills
from any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
With a free account, teachers can
- edit the questions
- save a copy for later
- start a class game
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
10 questions
Show answers
- Q1What is Kubernetes?A database management systemA cloud computing service providerAn open-source container orchestration systemA programming language30s
- Q2What is a pod in Kubernetes?A data storage unitA type of container imageA network interface controllerThe smallest deployable unit in Kubernetes30s
- Q3What is a Kubernetes cluster?A database clusterA group of microservicesA group of virtual machinesA group of nodes that run containerized applications30s
- Q4What is a Kubernetes node?A physical or virtual machine that runs containerized applicationsA type of containerA type of Kubernetes resourceA type of network30s
- Q5What is a Kubernetes namespace?A type of nodeA type of container imageA type of networkA way to isolate resources within a cluster30s
- Q6What is a Kubernetes service?A type of container registryA way to expose an application running on a set of pods as a network serviceA type of databaseA type of load balancer30s
- Q7What is Kubernetes deployment?A way to manage database replicationA way to declaratively manage a set of replicas of a podA way to deploy virtual machinesA way to manage networking30s
- Q8What is Kubernetes ingress?A way to manage networkingA way to manage storageA way to manage virtual machinesA way to expose HTTP and HTTPS routes from outside the cluster to services within the cluster30s
- Q9What is Kubernetes configmap?A way to manage networkingA way to store configuration data separately from the application codeA way to manage database backupsA way to manage virtual machines30s
- Q10What is Kubernetes secret?A way to manage virtual machinesA way to manage networkingA way to manage log filesA way to store sensitive data such as passwords or API keys separately from the application code30s