在 CF 中,使用 "cf marketplace" 查看可用的 Backing service,其中带 "_ha" 与不带 "_ha" 的区别?
Solution"_ha" 为 high availability。针对 Service 的 node 节点,有三个冗余实例;Non-HA 是不支持的,只有一个 node 节点。
然后其余配置,比如内存、磁盘容量会有不同,具体差异可参考官网(链接以 PostgreSQL 为例):https://developer.mindsphere.io/paas/a9s-postgresql/index.html#service-plans
Notes
1. Insights Hub 官方文档:https://developer.mindsphere.io/paas/a9s-postgresql/index.html#service-plans
Notes