You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature Request: Custom Cluster Attributes for Enhanced Environment Management
Summary:
This feature request proposes the addition of customizable cluster attributes within Redpanda Console to better manage and distinguish different environments (e.g., staging, production) and their usage in Redpanda Connect. This functionality will help prevent accidental operations on production clusters, ultimately enhancing administrative control and operational safety.
Background:
In complex data environments, maintaining clear boundaries between different deployment stages (e.g., development, staging, production) is critical. Mistakes such as running development processes on a production cluster can have significant repercussions, including downtime, data loss, and other serious impacts. By allowing the assignment of environment-specific attributes to each Redpanda cluster, administrators can more easily and intuitively manage operations and eliminate the risk of confusion.
Proposed Feature:
Attribute Assignment:
Allow administrators to assign custom attributes or tags to each cluster within Redpanda Console.
Example attributes include env=stage and color=red, indicating environment type and a visual cue.
Visibility in Console:
Display these attributes prominently in the Redpanda Console interface, enabling quick identification of each cluster's role and environment.
Integration with Redpanda Connect:
Utilize these attributes within Redpanda Connect to enforce rules or alerts.
Implement safeguards to prompt or warn against potentially destructive actions when operations span across different environments.
Color Coding:
Optional: Introduce a color-coding scheme in the UI based on the color attribute for an immediate visual understanding of the environment.
The text was updated successfully, but these errors were encountered:
Maybe it's worth to split this issue into multiple since it mentions 4 different feature requests. We've been internally discussing #1 and #4 and had something like a breadcrumb component in mind that would show you the cluster (or tags) on all pages. That would look like this. Would that work for you?
Feature Request: Custom Cluster Attributes for Enhanced Environment Management
Summary:
This feature request proposes the addition of customizable cluster attributes within Redpanda Console to better manage and distinguish different environments (e.g., staging, production) and their usage in Redpanda Connect. This functionality will help prevent accidental operations on production clusters, ultimately enhancing administrative control and operational safety.
Background:
In complex data environments, maintaining clear boundaries between different deployment stages (e.g., development, staging, production) is critical. Mistakes such as running development processes on a production cluster can have significant repercussions, including downtime, data loss, and other serious impacts. By allowing the assignment of environment-specific attributes to each Redpanda cluster, administrators can more easily and intuitively manage operations and eliminate the risk of confusion.
Proposed Feature:
Attribute Assignment:
env=stage
andcolor=red
, indicating environment type and a visual cue.Visibility in Console:
Integration with Redpanda Connect:
Color Coding:
color
attribute for an immediate visual understanding of the environment.The text was updated successfully, but these errors were encountered: