Glossary
A service in front that accepts requests, validates them and forwards them to the services behind.
The gateway is where cross-cutting concerns land: authentication, throttling, logging, routing by path or version.
Individual services then do not each solve these problems, and there is one place to change behaviour for everyone.