Quiz

Which command lists all Pods in the current namespace?

Which object is responsible for ensuring the desired number of Pods are running?

What does the kubectl describe pod command do?

Which controller ensures a Pod runs on every node?

What is the smallest deployable unit in Kubernetes?

What is the default namespace in Kubernetes?

Which command shows the cluster’s API resources?

Which object provides stable network identity for a set of Pods?

Which Kubernetes resource is used to store confidential data?

Which file defines how a Kubernetes object should be created?

What is the purpose of kubectl apply?

What is the default network model in Kubernetes?

Which command displays cluster node information?

Which controller ensures completed Pods don’t restart?

What is the difference between a ReplicaSet and a Deployment?

Which Kubernetes component schedules Pods to nodes?

Which API resource provides cluster configuration for users?

What is a ServiceAccount used for?

What does kubectl logs show?

Which command runs a temporary Pod for debugging?

Which command allows you to execute a command inside a running Pod?

What is the role of the kubelet?

Which component stores the cluster’s configuration and state?

Which command lists available contexts in your kubeconfig?

Which type of Service exposes an application on a static IP outside the cluster?

Which Kubernetes object defines access rules within a namespace?

What is the difference between a Role and a ClusterRole?

What does a ConfigMap store?

Which command deletes a resource?

Which controller manages the rollout and rollback of application versions?

Which Kubernetes resource defines how Pods communicate externally via HTTP/HTTPS?

What does the kubectl top command display?

Which resource defines persistent storage in Kubernetes?

Which resource requests specific storage for a Pod?

What is a StatefulSet primarily used for?

What does a Kubernetes Taint do?

Which concept defines Pod scheduling preference rather than enforcement?

Which command upgrades a running Deployment to a new image?

Which object ensures recurring job execution on a schedule?

Which resource defines policies controlling network traffic between Pods?

What is the function of an Admission Controller?

What does kubectl rollout undo do?

Which field in a Pod manifest specifies resource limits?

Which command shows all API versions supported by the cluster?

Which resource defines storage provisioning templates?

What is the function of kube-proxy?

What is a Pod Security Policy (PSP)?

Which Kubernetes feature limits resource consumption per namespace?

Which command displays running controllers and their versions?

Which scheduling concept prevents Pods with specific labels from sharing the same node?

Which Kubernetes command displays current cluster context?

Which field defines the restart behavior for failed containers?