Josh Purcell
Josh Purcell
Many Kubernetes deployments are automated via terraform, and our users have requested that we provide scripts to help with deploying Redpanda in this way. An example of deploying Redpanda into...
Read from `~/.aws/config` to get user's default region rather than hard-coding `aws_region` to `us-west-2`.
Right now the client instance is sometimes deployed or not depending on the cloud provider chosen. AWS default is false, Azure default is true, etc. The same default should be...
### Who is this for and what problem do they have today? Cloud customers have no way to verify their clients are fetching from the closest broker. We have `vectorized_cluster_partition_bytes_fetched_from_follower_total`,...
Configuring batch size would make sense, more details on some of the various values: https://docs.redpanda.com/current/develop/produce-data/configure-producers/#message-batching
I see that some open source projects make use of the CII Best Practices badge. More details on this badge are here: https://bestpractices.coreinfrastructure.org/en There are four states of this badge:...
This PR removes the angular dependency from each of the Redpanda dashboards. These changes were created by loading the dashboards up in the most recent Grafana version, going into edit...
Closes #31
This small change exposes the admin port across the three brokers to the host (ports `9644`, `9744`, and `9844`).
I run the following command: ``` kubectl kustomize "https://github.com/redpanda-data/redpanda-operator/src/go/k8s/config/crd?ref=v2.1.12-23.3.3" | kubectl apply -f - helm upgrade --install redpanda-controller operator --repo https://charts.redpanda.com/ -n redpanda --set image.tag=v2.1.12-23.3.3 ``` And I eventually end...