IBM Cloud App Configuration
Extract from IBM Cloud documentation: https://cloud.ibm.com/docs/app-configuration?topic=app-configuration-ac-about
IBM Cloud App Configuration is a centralized feature management and configuration service for use with web and mobile applications, microservices, and distributed environments.
Instrument your applications with App Configuration SDKs, and use the App Configuration dashboard or App Configuration administrator API to define features flags, which are organized into collections and targeted to segments. Change feature flag states in the cloud to activate or deactivate features in your application or environment, often without restarting.
- App Owners - Roll out features by segment and independent from code deployments.
- Developers - Reduce source code branch complexity and troublesome merges by including untested or unfinished features behind a feature flag in your master branch.
- Testers - Increase confidence that new features will smoothly transition to production by testing there. Use flags to activate untested features only for testers and QA personnel until it's time to release.
Features
Key features of App Configuration
- Centralized configuration - Configure multiple, distributed resources from a central location. Use collections to organize your flags by app or resource.
- Dark Launch - Includes features that are not ready for launch into your deployments, and activate them when they are ready.
- Segmented Feature Rollout - Activate features for different segments at different times, or vary features by segment.
- Problem detection - Discover problems quickly by using the App Configuration crash SDKs and dashboard metrics.
- Feature Rollback - Instantly roll back problematic features by toggling feature flags in the App Configuration cloud dashboard.
Try this exciting service on IBM Cloud: https://cloud.ibm.com/catalog/services/app-configuration