1. Microservices

What it is: Small, independent services — each one handles one job.


  1. Service Discovery

What it is: Like a phonebook for your services.

Without this, services don’t know where others live.


  1. API Gateway

What it is: A front door to your system.