Quiz

Which command lists all Pods in the current namespace?

What is the smallest deployable unit in Kubernetes?

Which file format is most commonly used for Kubernetes manifests?

Which object manages stateless replicas and rolling updates?

Which component runs on every node and manages containers?

What is etcd’s primary role in Kubernetes?

Which object exposes a set of Pods as a stable network endpoint?

The default Service type is…

Which command shows detailed info about a specific Pod?

What does a ConfigMap store?

Which object should store passwords or API keys?

A DaemonSet ensures that a Pod…

A StatefulSet primarily provides…

Which command applies a manifest file?

NodePort Services…

Which controller ensures a specified number of identical Pods are running?

Which object provides HTTP routing and TLS termination at L7?

What does kubectl logs show?

The Kubernetes scheduler is responsible for…

RoleBinding grants permissions…

ClusterRole vs. Role difference?

Taints on a node…

What’s the counterpart allowing Pods onto tainted nodes?

Node selectors on a Pod…

Pod anti-affinity does what?

Which probe determines if traffic should be sent to a container?

Liveness vs Readiness - pick the best statement.

What is a Job used for?

CronJob adds which capability?

What is a LimitRange?

ResourceQuota does what?

NetworkPolicy objects can restrict…

The kube-proxy component primarily…

A CustomResourceDefinition (CRD) allows you to…

An Admission Controller can…

Which command shows current resource usage (metrics) for Pods?

PersistentVolumeClaim (PVC) represents…

A StorageClass is used to…

What does imagePullPolicy: IfNotPresent do?

PodDisruptionBudget (PDB) helps…

What is kubeadm primarily used for?

Which field ensures Pods start in a defined order in StatefulSets?

Pod priority and preemption allow…

An Init Container runs…

What does a Sidecar container commonly provide?

EndpointSlice improves over Endpoints by…

Which object defines fine-grained pod-to-pod DNS records?

Which kubectl command lets you run a command inside a running container?

What label key is commonly used by Services to select Pods?

An IngressClass resource…