Skip to main content
Version: 2.6.0

Dynamic Configuration

Aperture's policies can be thought of as "Reliability Applications" running on top of the Aperture platform. And just like applications, the policies are designed to not only configure during startup, they can also be configured at runtime. This helps preserve the runtime state of the policy while it receives updates to its existing configuration.

note

Not all components support dynamic configuration updates. Look for fields such as dynamic_config_key in the components that support dynamic configuration updates.

If a policy contains a rate limiter, limit overrides for specific flow label keys can be provided by dynamic configuration at runtime. This prevents the resetting of distributed counters that would otherwise occur when a policy is restarted.

The dynamic configuration can be provided to an existing policy using the aperturectl CLI. To learn more about its usage, please see how the dynamic configuration is provided in the average latency-based service protection blueprint.