我正在部署一个 Spring Boot 应用程序,并且正在考虑用于外部化配置的各种选项。我开始了解以下选项。
1) ConfigMap
2) properties/yaml file in Git and a process in container to watch for changes and restart the application with new properties if there are any changes.
这不仅与应用程序有关,而且与其他组件以及代理(apache RP,nginx)/负载均衡器等有关。
谢谢