5 exercises on pronouncing DevOps and infrastructure terms aloud.
0 / 5 completed
1 / 5
How is "YAML" pronounced?
"YAML" is pronounced "YAM-ul", rhyming with "camel" (/ˈjæməl/). It is an acronym said as a word, not spelled out. It stands for "YAML Ain't Markup Language" (a recursive acronym). So "the YAML config" is "the YAM-ul config". You'll hear it constantly in Kubernetes and CI pipelines. Avoid spelling it "Y-A-M-L" or saying "yaml" with a long "ay". The "camel"-rhyme is the established pronunciation across the DevOps community.
2 / 5
How is "kubectl" most commonly pronounced?
"kubectl" has several accepted pronunciations: "cube-control", "cube-cuttle", or spelled "cube-C-T-L". The official Kubernetes project leans toward "cube-control" (treating "ctl" as "control"). "cube-cuttle" (like the cuttlefish) is a popular informal variant. All are understood. It is the Kubernetes command-line tool. The "kube" part is always "cube". The "-ctl" suffix is the ambiguous bit. Pick "cube-control" to be safe and official, but don't be surprised to hear "cube-cuttle" in the wild.
3 / 5
How is "etcd" pronounced?
"etcd" is pronounced "et-see-dee" - that is, "etc" (as in "et cetera", read "et-C") plus the letter "d". The name comes from the Unix "/etc" directory plus "d" for "distributed". So you say "et-see-dee cluster". It is the distributed key-value store backing Kubernetes. Avoid "etched" (one syllable) - it's "et-C-D", three sounds. When discussing control-plane components, "the et-see-dee data store" is the standard reading. The "C" letter sound is key.
4 / 5
How is "nginx" pronounced?
"nginx" is pronounced "engine-X" (/ˈɛndʒɪnˈɛks/) - "engine" plus the letter "X". The author confirmed this pronunciation; the spelling "nginx" represents the sounds "engine x". So "the nginx reverse proxy" is "the engine-X reverse proxy". Do NOT spell it letter by letter or say "en-jinks". It's the popular web server and reverse proxy. Once you know it's "engine-X", the odd spelling makes sense: n-g-i-n-x maps onto "en-jin-eks". This catches out almost every newcomer.
5 / 5
How are "Grafana" and "Prometheus" pronounced?
"Grafana" = gruh-FAH-nuh (stress on the middle "FAH"), and "Prometheus" = pruh-MEE-thee-us (/prəˈmiːθiəs/, stress on "MEE", from the Greek Titan). Grafana is the dashboarding tool; Prometheus is the metrics/monitoring system. For Prometheus, the "-theus" ending is "-thee-us" (three sounds), and the "th" is the soft voiceless "th". Four syllables: pruh-MEE-thee-us. These two are paired constantly in observability stacks, so "gruh-FAH-nuh dashboards backed by pruh-MEE-thee-us metrics" is a phrase you'll say often.