Usually you'd want to create a stack of services to form a replicated and orchestrated application.
A typical modern web application consists of a database, api, frontend and reverse proxy.
Persistence
Database needs persistence, so we need some filesystem which is shared across all the nodes in ...