Container runtimes are the engine beneath Kubernetes workloads. This quiz covers five runtimes you'll discuss in platform engineering — from the mainstream to the specialist.
0 / 5 completed
1 / 5
How do you pronounce containerd (container runtime)?
Containerd is pronounced 'kun-TAYN-erd' (/kənˈteɪnərd/), like 'container' + 'd'. The trailing 'd' follows the Unix daemon naming convention. It is the industry-standard container runtime used by Kubernetes and Docker. Speak it as one continuous word: kun-TAYN-erd.
2 / 5
How do you pronounce CRI-O (OCI-based container runtime)?
CRI-O is pronounced 'SEE-AR-EYE-OH' (/ˌsiː ɑːr aɪ ˈoʊ/), spelling out each letter. CRI stands for Container Runtime Interface, and the 'O' stands for OCI (Open Container Initiative). It is a lightweight container runtime for Kubernetes. Always spell out: C-R-I-O.
3 / 5
How do you pronounce Kata Containers (secure container runtime)?
Kata Containers is pronounced 'KAH-tuh kun-TAYN-erz' (/ˈkɑːtə kənˈteɪnərz/). 'Kata' is a Japanese word meaning a practised pattern or form (as in martial arts kata) — the project provides a standardised, secure container runtime merging VMs and containers. Stress: KAH-tuh + kun-TAYN-erz.
4 / 5
How do you pronounce gVisor (Google sandbox container runtime)?
gVisor is pronounced 'JEE vy-zer' (/dʒiː ˈvaɪzər/). The 'g' is the Google prefix (lowercase, like gRPC, gCloud) and 'visor' rhymes with 'advisor'. A visor shields you from the sun — gVisor shields the host kernel from container exploits via a user-space kernel. Say: JEE + VY-zer.
5 / 5
How do you pronounce Firecracker (AWS microVM runtime)?
Firecracker is pronounced 'FY-er-krak-er' (/ˈfaɪərˌkrækər/), exactly like the firework. AWS's Firecracker creates microVMs in milliseconds — as fast as a firecracker ignites. It powers AWS Lambda and Fargate under the hood. Stress on first syllable: FY-er-krak-er, four syllables.