Using cloud platform as a service options. For example, on Azure you can deploy such system with Azure App Service (with container deployment), or Azure Container Apps (very suitable for microservices). For database, you can use Azure Database for PostgreSQL (flexible), or Azure Cosmos DB for PostgreSQL.
This way, Azure does most of the heavy lifting you would otherwise have to do yourself, even with managed kubernetes.
This way, Azure does most of the heavy lifting you would otherwise have to do yourself, even with managed kubernetes.