Closed cubxxw closed 2 weeks ago
Hi!
For 1) We (and as far as I know other open source users too) rely on an internal config management system to manage including versioning our dynamic configs. This is mostly because config management systems exist in every company for all of their products and it is desirable to standardize it company-wide. Having said that, config manager is passed as an argument to cadence services, so if you'd like to build a default one inside Cadence, we can help you get those changes in. Currently given the size of our backlog, this will be lower priority.
Bullet 2 is similar to number 1 too. We would rather like to keep that logic outside of Cadence. Validation can be done via health checks + automated rollbacks, and impact of bad config deployments can be limited by slow/controlled rollouts (e.g. per zone, per region deployments). Leaving this responsibility to an external tool helps us focus on Cadence core and help users adopt the best technology that they prefer for this.
I think this idea is very close to the same concept in sys_config
in mysql or pg_settings
in postgres. To my knowledge they don't support versioning out of the box but you could have a table history log to track changes.
Special design considerations must be given to the hierarchy of the configuration to keep it consistent and avoid the possibility of a cluster being unable to be restarted after a configuration error or depending on the database layer being available.
Hello Cadence Team,
I'm currently exploring Cadence for workflow management and have a particular interest in how configurations are managed within the system. My query revolves around two main points:
Configuration Version Management:
Configuration Automation:
kubeadm init
, such as:The ability to manage configurations efficiently and securely is crucial for our use case, especially in a dynamic and scalable environment. It would greatly enhance our operational workflow and security posture if Cadence could support or is planning to support these features.
Thank you for your time and consideration. I look forward to your insights and any recommendations you might have.