DOC-1530 Add Console v3 docs for Redpanda Operator v25.2 #1421
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
Description
Resolves https://redpandadata.atlassian.net/browse/DOC-1530
This pull request updates Redpanda Console documentation to reflect changes in how Console is deployed and configured using the Redpanda Operator and Helm chart. The main focus is on switching the recommended deployment method from embedding Console in the Redpanda cluster resource to using a dedicated
Consolecustom resource, and clarifying configuration examples and instructions accordingly. It also removes outdated notes about Operator versions and improves clarity in several configuration sections.Deployment and Configuration Model Changes
Consolecustom resource (kind: Console,redpanda-console.yaml) instead of embedding Console configuration in the Redpanda cluster resource (kind: Redpanda,redpanda-cluster.yaml). This affects configuration for analytics, deserialization, Kafka Connect, topic documentation, HTTP path rewrites, and more. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13]Documentation Cleanup and Clarity
operator-console-version-notepartial from all Console configuration pages, as version-specific Operator notes are no longer needed. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11]Operator and Helm Chart Usage Clarification
clusterRefor manual configuration (staticConfiguration).Configuration Example Improvements
kind: Consoleand reference the Redpanda cluster viaclusterRef, improving accuracy and reducing confusion. Extraneous or deprecated fields have been removed from examples. [1] [2] [3] [4] [5]Minor Clarifications
brokersand authentication parameters. [1] [2]Let me know if you want to discuss the new deployment model or need help updating existing resources to use the dedicated
Consolecustom resource!Page previews
Checks