Manage Redpanda in Kubernetes
Customize the values of the Redpanda Helm chart or Redpanda resource to configure both the Redpanda cluster and the Kubernetes components.
Customize the values of the Redpanda Helm chart or Redpanda resource to configure both the Redpanda cluster and the Kubernetes components.
Use the Topic resource to declaratively create Kafka topics as part of a Redpanda deployment. Each Topic resource is mapped to a topic in your Redpanda cluster. The topic controller keeps the corresponding Kafka topic in sync with the Topic resource.
Learn how to create and manage connectors using Redpanda Console or the Kafka Connect REST API.
Find information about Redpanda storage in Kubernetes.
Tiered Storage helps to lower storage costs by offloading log segments to object storage.
Learn how to set up and manage network connections for Redpanda in Kubernetes. This section covers a range of topics, including how to enable external access, connect clients to a Redpanda cluster, and configure listeners.
Learn what options are available for securing Redpanda clusters, including TLS encryption, authentication, authorization, and audit logging.
Enable rack awareness to place partition replicas across different failure zones.
Create read-only topics (Remote Read Replica topics) that mirror topics on a different cluster.
Configure and manage shadow links for disaster recovery in Kubernetes deployments.
Configure your Pod resources such as memory, CPU, and storage.
Learn how to scale a Redpanda cluster vertically to increase its resources and horizontally to add or remove brokers from a cluster.
The PVCUnbinder is an emergency backstop for Redpanda clusters that use PersistentVolumes (PVs) for the Redpanda data directory. When a node running a Redpanda Pod suddenly goes offline, the PVCUnbinder detects the lost node, retains the associated PV, and removes the corresponding PersistentVolumeClaim (PVC). This workflow allows the Redpanda Pod to be rescheduled on a new node without losing critical data.
Remove a Redpanda broker from the cluster without risking data loss or causing instability.
Recovery mode starts Redpanda with limited functionality and disables partitions so you can repair a failed cluster.
Find topics about how to monitor Redpanda deployments in Kubernetes.
Learn how to perform a rolling restart of your Redpanda cluster when it's running in Kubernetes.
With resilience testing, you can introduce failures and observe how the system behaves under each failure scenario.