此蓝图包含一个名为“Cymbal Bank”的示例应用。Cymbal Bank 展示了建议用于容器化应用的最佳实践。借助 Cymbal Bank 应用,用户可以创建登录账号、登录其账号、查看交易历史记录、进行存款以及将资金转移到其他用户的账号。Cymbal Bank 服务作为通过 REST API 和 gRPC API 相互连接的容器运行。
Cymbal Bank 数据库使用 AlloyDB for PostgreSQL 进行部署。数据库在一个区域配置了高可用性主实例,在其他区域配置了冗余节点,并且使用跨区域副本进行灾难恢复。Cymbal Bank 使用 IAM 数据库身份验证来允许服务访问数据库。数据库使用 CMEK 进行加密。两个 PostgreSQL 数据库已经得到使用:ledger-db用于交易,accounts-db用于用户账号。
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["很难理解","hardToUnderstand","thumb-down"],["信息或示例代码不正确","incorrectInformationOrSampleCode","thumb-down"],["没有我需要的信息/示例","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2024-04-19。"],[[["Cymbal Bank is a sample containerized application that demonstrates best practices, allowing users to create accounts, log in, view transaction history, make deposits, and transfer money, utilizing REST and gRPC APIs for service communication."],["The application's frontend is the only service exposed externally through the GKE Gateway controller, with all other services running as distributed services via Cloud Service Mesh."],["Cymbal Bank is divided into three tenant teams, `frontend`, `accounts`, and `ledger`, each with its own team scope and namespace, managing services that encompass the website and mobile app backends, customer data, and ledger services respectively."],["The application is composed of six microservices: `frontend`, `ledgerwriter`, `balancereader`, `transactionhistory`, `userservice`, and `contacts`, with each mapped to a specific application and tenant team."],["Cymbal Bank uses two databases `ledger-db` and `accounts-db`, managed by AlloyDB for PostgreSQL, that have high availability and cross-region replicas to protect against any failure."]]],[]]