Concept:
Check if the numbers follow a known pattern such as cubes.
Step 1: Identify the pattern.
\[
8 = 2^3,\quad 27 = 3^3,\quad 64 = 4^3
\]
\[
125 = 5^3,\quad 216 = 6^3,\quad 343 = 7^3
\]
Step 2: Check the remaining number.
\[
100 \neq n^3
\]
Thus, 100 does not follow the cube pattern.
Hence, the odd one out is 100.