Home › Software Testing › Software Testing › microservices_cloud_observability › In Kubernetes, a 'Pod' represents
In Kubernetes, a 'Pod' represents
AA virtual network for inter-pod traffic
BOne or more containers scheduled together
CA single physical server in the cluster
DA persistent volume across the cluster
Answer & Solution
Correct answer: B. One or more containers scheduled together
Pod is the smallest deployable unit, containing one or more containers that share network namespace and storage volumes. Pods are ephemeral; ReplicaSets and Deployments manage their lifecycle and scaling.
Related questions
A 'red team' in security testing is a group that'Test impact analysis' speeds CI byIn Test Maturity Model integrated (TMMi), Level 2 is'Test pyramid' for microservices typically pushes effort toQuality gates in a deployment pipeline areA test environment management strategy primarily addressesGame days in production resilience testing involveFeature flags enable testing by