Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

This topic describes how to configure and deploy one or more Redpanda clusters and Redpanda Console in Kubernetes. Each Redpanda cluster runs within a single Kubernetes cluster. For multi-region topologies and other deployment shapes, see xref:deploy:redpanda/kubernetes/k-choose-deployment.adoc[].

TIP: To try Redpanda on a local Kubernetes cluster for development or testing, see the xref:deploy:redpanda/kubernetes/local-guide.adoc[guide for kind and minikube] instead.

== Prerequisites

Make sure that your Kubernetes cluster meets the xref:deploy:redpanda/kubernetes/k-requirements.adoc[requirements].
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

The production deployment tasks involve Kubernetes administrators (admins) as well as Kubernetes users.

TIP: This workflow is for production deployments. To try Redpanda on a local Kubernetes cluster for development or testing, see the xref:deploy:redpanda/kubernetes/local-guide.adoc[guide for kind and minikube] instead.

. All: xref:deploy:redpanda/kubernetes/k-requirements.adoc[Review the requirements and recommendations] to align on prerequisites.
. Admin: xref:deploy:redpanda/kubernetes/k-tune-workers.adoc[Tune the worker nodes] for best performance.
. User: xref:deploy:redpanda/kubernetes/k-production-deployment.adoc[Deploy Redpanda] using either the Redpanda Operator or the Redpanda Helm chart.
Expand Down
Loading