Docs Self-Managed Get Started What’s New Operator What’s New in the Redpanda Operator This topic includes new content and significant changes in the Redpanda Operator. For a complete list of all updates, see the Redpanda Operator changelog. See also: What’s New in Redpanda Kubernetes Compatibility Upgrade Redpanda in Kubernetes Redpanda Operator v26.1.x Changelog NodePool CRD (beta) The Redpanda Operator introduces the NodePool custom resource, which lets you manage groups of Redpanda brokers as independent units within a single cluster. Each NodePool creates its own StatefulSet, giving you fine-grained control over broker placement, resources, and lifecycle. NodePools enable blue/green node pool migrations: you create a new NodePool on the target Kubernetes node pool, and the operator automatically replicates data and decommissions old brokers with zero downtime. This replaces the manual, broker-by-broker migration process. The NodePool CRD is in beta. You must enable it with crds.experimental: true and the --enable-v2-nodepools operator flag. Node Pools — Learn how NodePools work and how to enable them. Migrate Node Pools — Step-by-step blue/green migration using the NodePool CRD. Migrate an existing cluster to NodePools — Transition from operator-managed replicas to NodePool-managed brokers. Prometheus ServiceMonitor for Console The Console custom resource supports a monitoring configuration that deploys a Prometheus ServiceMonitor to automatically discover and scrape Console metrics. See Prometheus ServiceMonitor. Schema Registry ACLs The Redpanda custom resource supports configuring Schema Registry ACLs through the schemaRegistry.authenticationMethod field. This enables fine-grained access control for Schema Registry operations in clusters deployed with Kubernetes. When you enable Schema Registry authentication, you can control which users and service accounts can register, modify, and read schemas. See Configure Authentication for Redpanda in Kubernetes for configuration details. Cloud Topics for Kubernetes The Redpanda custom resource supports Cloud Topics in Kubernetes deployments. You can configure topics to use cloud storage as the primary backing store by setting the appropriate storage mode properties. Cloud Topics in Kubernetes provide the same cost savings and architectural benefits as self-managed deployments. You configure them declaratively through the Redpanda custom resource. For setup instructions, see Cloud Topics for Kubernetes. Group-based access control (GBAC) The Redpanda Operator supports group-based access control (GBAC) for Kubernetes deployments with OIDC authentication. You can assign roles and ACLs to OIDC groups, and users automatically inherit permissions from their group memberships. GBAC simplifies permission management in Kubernetes environments by integrating with your identity provider’s group structure. See Group-based access control for Kubernetes for configuration and usage details. Back to top × Simple online edits For simple changes, such as fixing a typo, you can edit the content directly on GitHub. Edit on GitHub Or, open an issue to let us know about something that you want us to change. Open an issue Contribution guide For extensive content updates, or if you prefer to work locally, read our contribution guide . Was this helpful? thumb_up thumb_down group Ask in the community mail Share your feedback group_add Make a contribution 🎉 Thanks for your feedback! Redpanda Helm Charts