Intermediate DevOps #collocations #containers #kubernetes

Containers & Orchestration Collocations

5 exercises on Docker and Kubernetes vocabulary — building images, spinning up containers, scaling pods, and draining nodes.

Key verb–noun pairs in this set
  • build / push an image — not “compile” / “upload”
  • spin up a container — image = template, container = instance
  • scale pods / replicas — the HPA does it automatically
  • drain (and cordon) a node before maintenance
  • schedule a workload & roll out a deployment
0 / 5 completed
1 / 5
A developer describes the Docker workflow: "First I ___ the image from the Dockerfile, then I ___ it to the registry."
Which pair of verbs is correct?