Date
1 - 3 of 3
Application Configuration Management
Ronak Agarwal <roagarwa@...>
Basically I am looking for - CF Integration with any application
toggle quoted message
Show quoted text
configuration servers(like Sping-cloud-config-server) to allow central management of application settings for Cloud Foundry apps. On Tue, Aug 4, 2015 at 2:18 PM, Ronak Agarwal <roagarwa(a)tibco.com> wrote:
Hi, --
Regards, Ronak Agarwal (M) +91 8446044994 (O) +91 20 4150 7935 roagarwa(a)tibco.com |
|
James Bayer
CF's built-in app configuration is typically done with environment
toggle quoted message
Show quoted text
variables or user-provided-services, but both of those are static and if they change do not automatically update already running app instances with new values. if you want something that makes config changes available to already running instances of an application, then something like Eureka, Consul, etc that implements the CF Service interface would be a very natural way of doing this. On Tue, Aug 4, 2015 at 2:44 AM, Ronak Agarwal <roagarwa(a)tibco.com> wrote:
Basically I am looking for - CF Integration with any application --
Thank you, James Bayer |
|
Guido Westenberg
Ronak, check out this blog I just published:
toggle quoted message
Show quoted text
http://blog.pivotal.io/pivotal-cloud-foundry/products/app-configuration-management-with-config-servers-in-cloud-foundry I think it's close to what you are describing for centralized application configuration management. I demonstrated integration with Devnull's Zuul and the Spring Cloud config server, but the method could easily be extended to Zookeeper and others... Guido. On Tue, Aug 4, 2015 at 9:44 AM, James Bayer <jbayer(a)pivotal.io> wrote:
CF's built-in app configuration is typically done with environment |
|