From 4b0ad35317bf458e8538e0054508e507a7eea4f6 Mon Sep 17 00:00:00 2001 From: Jack <56563911+jdockerty@users.noreply.github.com> Date: Tue, 9 Jul 2024 15:00:43 +0100 Subject: [PATCH] docs(clustered): update ingress to mention grpc (#5514) * docs: clustered grpc ingress mention * docs: suggested wording Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> --------- Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com> --- content/influxdb/clustered/install/configure-cluster.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/influxdb/clustered/install/configure-cluster.md b/content/influxdb/clustered/install/configure-cluster.md index d154060af..5b8d0bbcd 100644 --- a/content/influxdb/clustered/install/configure-cluster.md +++ b/content/influxdb/clustered/install/configure-cluster.md @@ -315,6 +315,11 @@ spec: ### Set up cluster ingress +{{% note %}} +InfluxDB Clustered components use gRPC/HTTP2 protocols. If using an external load balancer, +you may need to explicitly enable these protocols on your load balancers. +{{% /note %}} + [Kubernetes ingress](https://kubernetes.io/docs/concepts/services-networking/ingress/) routes HTTP/S requests to services within the cluster and requires deploying an [ingress controller](https://kubernetes.io/docs/concepts/services-networking/ingress-controllers/). You can provide your own ingress or you can install [Nginx Ingress Controller](https://github.com/kubernetes/ingress-nginx) to use the InfluxDB-defined ingress.